mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-06-08 14:46:14 -04:00
llama.cpp: Add --no-webui to the llama-server command
This commit is contained in:
parent
3bc2ec2b11
commit
9ea2a69210
1 changed files with 1 additions and 0 deletions
|
@ -261,6 +261,7 @@ class LlamaServer:
|
||||||
"--gpu-layers", str(shared.args.gpu_layers),
|
"--gpu-layers", str(shared.args.gpu_layers),
|
||||||
"--batch-size", str(shared.args.batch_size),
|
"--batch-size", str(shared.args.batch_size),
|
||||||
"--port", str(self.port),
|
"--port", str(self.port),
|
||||||
|
"--no-webui",
|
||||||
]
|
]
|
||||||
|
|
||||||
if shared.args.flash_attn:
|
if shared.args.flash_attn:
|
||||||
|
|
Loading…
Add table
Reference in a new issue