mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-06-09 07:07:16 -04:00
Connect --rope-freq-base to the new llama.cpp loader
This commit is contained in:
parent
ef9910c767
commit
a0abf93425
1 changed files with 1 additions and 0 deletions
|
@ -245,6 +245,7 @@ class LlamaServer:
|
|||
"--ctx-size", str(shared.args.n_ctx),
|
||||
"--n-gpu-layers", str(shared.args.n_gpu_layers),
|
||||
"--batch-size", str(shared.args.batch_size),
|
||||
"--rope-freq-base", str(shared.args.rope_freq_base),
|
||||
"--port", str(self.port),
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue