mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-19 17:25:07 +02:00
untoggle no_host to try
This commit is contained in:
+1
-1
@@ -1971,7 +1971,7 @@ def load_model(model_filename):
|
||||
inputs.blasthreads = args.blasthreads
|
||||
inputs.use_mmap = args.usemmap
|
||||
inputs.use_mlock = args.usemlock
|
||||
inputs.no_host = True
|
||||
inputs.no_host = False
|
||||
inputs.use_mtp = args.usemtp
|
||||
inputs.lora_filename = "".encode("UTF-8")
|
||||
inputs.lora_multiplier = args.loramult
|
||||
|
||||
Reference in New Issue
Block a user