Minor changes
This commit is contained in:
parent
18e6b275f3
commit
2f935547c8
3 changed files with 10 additions and 10 deletions
|
@ -34,6 +34,13 @@ loaders_and_params = OrderedDict({
|
|||
'cfg_cache',
|
||||
'exllama_HF_info',
|
||||
],
|
||||
'ExLlamav2_HF': [
|
||||
'gpu_split',
|
||||
'max_seq_len',
|
||||
'cfg_cache',
|
||||
'alpha_value',
|
||||
'compress_pos_emb',
|
||||
],
|
||||
'ExLlama': [
|
||||
'gpu_split',
|
||||
'max_seq_len',
|
||||
|
@ -48,13 +55,6 @@ loaders_and_params = OrderedDict({
|
|||
'alpha_value',
|
||||
'compress_pos_emb',
|
||||
],
|
||||
'ExLlamav2_HF': [
|
||||
'gpu_split',
|
||||
'max_seq_len',
|
||||
'cfg_cache',
|
||||
'alpha_value',
|
||||
'compress_pos_emb',
|
||||
],
|
||||
'AutoGPTQ': [
|
||||
'triton',
|
||||
'no_inject_fused_attention',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue