mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-06 15:13:38 +00:00
llama.cpp: Add --extra-flags parameter for passing additional flags to llama-server
This commit is contained in:
parent
b6fffbd216
commit
98f4c694b9
5 changed files with 18 additions and 0 deletions
|
|
@ -114,6 +114,7 @@ def list_model_elements():
|
|||
'max_seq_len',
|
||||
'cache_type',
|
||||
'tensor_split',
|
||||
'extra_flags',
|
||||
'gpu_split',
|
||||
'alpha_value',
|
||||
'rope_freq_base',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue