LLM4APR's picture
Update merge.sh
3fbb0a5 verified
raw
history blame contribute delete
No virus
226 Bytes
model_name=CodeLlama-70b-hf
output_dir=CodeLlama-70B_for_NMT
python merge_peft_adapters.py \
--base_model_name_or_path codellama/$model_name \
--peft_model_path $output_dir/Epoch_1/ \
--push_to_hub \