mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-08 09:59:50 +00:00
fix autofit_tax_mb type error (#1897)
This commit is contained in:
parent
62e6956def
commit
86a094c559
1 changed files with 1 additions and 1 deletions
|
|
@ -1495,7 +1495,7 @@ def load_model(model_filename):
|
|||
inputs.quant_k = inputs.quant_v = 0
|
||||
inputs.batchsize = args.batchsize
|
||||
inputs.autofit = args.autofit
|
||||
inputs.autofit_tax_mb = calulated_gpu_overhead
|
||||
inputs.autofit_tax_mb = int(calulated_gpu_overhead)
|
||||
inputs.gpulayers = args.gpulayers
|
||||
if args.overridenativecontext and args.overridenativecontext>0:
|
||||
inputs.overridenativecontext = args.overridenativecontext
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue