mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-05 06:35:15 +00:00
Add cache_4bit option for ExLlamaV2 (#5645)
This commit is contained in:
parent
fa0e68cefd
commit
2ec1d96c91
11 changed files with 28 additions and 16 deletions
|
|
@ -76,6 +76,7 @@ def list_model_elements():
|
|||
'no_flash_attn',
|
||||
'num_experts_per_token',
|
||||
'cache_8bit',
|
||||
'cache_4bit',
|
||||
'autosplit',
|
||||
'threads',
|
||||
'threads_batch',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue