mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-02-04 23:04:49 +01:00
Connect --rope-freq-base to the new llama.cpp loader
This commit is contained in:
parent
ef9910c767
commit
a0abf93425
|
|
@ -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…
Reference in a new issue