mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 14:17:28 +00:00
llama.cpp: Add speculative decoding (#6891)
This commit is contained in:
parent
9424ba17c8
commit
e99c20bcb0
7 changed files with 61 additions and 2 deletions
|
|
@ -145,6 +145,11 @@ def list_model_elements():
|
|||
'cpp_runner',
|
||||
'trust_remote_code',
|
||||
'no_use_fast',
|
||||
'model_draft',
|
||||
'draft_max',
|
||||
'gpu_layers_draft',
|
||||
'device_draft',
|
||||
'ctx_size_draft',
|
||||
]
|
||||
|
||||
return elements
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue