mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-07 15:43:49 +00:00
ExLlamaV3: Enable the --enable-tp option, add a --tp-backend option
This commit is contained in:
parent
d771ca4a13
commit
dbabe67e77
5 changed files with 16 additions and 2 deletions
|
|
@ -65,6 +65,8 @@ loaders_and_params = OrderedDict({
|
|||
'draft_max',
|
||||
'ctx_size_draft',
|
||||
'speculative_decoding_accordion',
|
||||
'enable_tp',
|
||||
'tp_backend',
|
||||
],
|
||||
'ExLlamav2_HF': [
|
||||
'ctx_size',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue