mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 14:17:28 +00:00
Allow more granular KV cache settings (#6561)
This commit is contained in:
parent
c43ee5db11
commit
addad3c63e
8 changed files with 140 additions and 37 deletions
|
|
@ -130,8 +130,7 @@ def list_model_elements():
|
|||
'no_xformers',
|
||||
'no_sdpa',
|
||||
'num_experts_per_token',
|
||||
'cache_8bit',
|
||||
'cache_4bit',
|
||||
'cache_type',
|
||||
'autosplit',
|
||||
'enable_tp',
|
||||
'threads',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue