Add rope_freq_base parameter for CodeLlama
This commit is contained in:
parent
feecd8190f
commit
52ab2a6b9e
10 changed files with 26 additions and 17 deletions
|
@ -79,7 +79,8 @@ def list_model_elements():
|
|||
'gpu_split',
|
||||
'max_seq_len',
|
||||
'compress_pos_emb',
|
||||
'alpha_value'
|
||||
'alpha_value',
|
||||
'rope_freq_base'
|
||||
]
|
||||
|
||||
for i in range(torch.cuda.device_count()):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue