Connect --rope-freq-base to the new llama.cpp loader

This commit is contained in:
oobabooga 2025-04-18 06:53:51 -07:00
parent ef9910c767
commit a0abf93425

View file

@ -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),
]