LLM4APR's picture
Update merge.sh
a022c3c verified
raw
history blame contribute delete
No virus
249 Bytes
model_name=CodeLlama-70b-hf
output_dir=CodeLlama-70B_for_NTR
# mkdir -p $output_dir
python merge_peft_adapters.py \
--base_model_name_or_path codellama/$model_name \
--peft_model_path $output_dir/Epoch_1/ \
--push_to_hub \