Detect CodeLlama settings

This commit is contained in:
oobabooga 2023-08-25 07:06:57 -07:00
parent 52ab2a6b9e
commit 5c7d8bfdfd
3 changed files with 6 additions and 1 deletions

View file

@ -300,3 +300,7 @@ llama-65b-gptq-3bit:
instruction_template: 'OpenOrca-Platypus2'
custom_stopping_strings: '"### Instruction:", "### Response:"'
rms_norm_eps: 5.0e-6
.*codellama:
rope_freq_base: 1000000
.*codellama.*instruct:
instruction_template: 'Llama-v2'