mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-05 06:35:15 +00:00
ExLlamaV3: Add kv cache quantization (#6903)
This commit is contained in:
parent
d4b1e31c49
commit
d4017fbb6d
4 changed files with 32 additions and 3 deletions
|
|
@ -13,6 +13,7 @@ loaders_and_params = OrderedDict({
|
|||
'cache_type',
|
||||
'tensor_split',
|
||||
'extra_flags',
|
||||
'streaming_llm',
|
||||
'rope_freq_base',
|
||||
'compress_pos_emb',
|
||||
'flash_attn',
|
||||
|
|
@ -49,6 +50,7 @@ loaders_and_params = OrderedDict({
|
|||
],
|
||||
'ExLlamav3_HF': [
|
||||
'ctx_size',
|
||||
'cache_type',
|
||||
'gpu_split',
|
||||
'cfg_cache',
|
||||
'trust_remote_code',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue