Add rope_freq_base parameter for CodeLlama

This commit is contained in:
oobabooga 2023-08-25 06:53:37 -07:00
parent feecd8190f
commit 52ab2a6b9e
10 changed files with 26 additions and 17 deletions

View file

@ -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()):