LLM4APR's picture
Update merge.sh
94e7761 verified
raw
history blame contribute delete
No virus
222 Bytes
output_dir=StarCoder-15B_for_NMT
# mkdir -p $output_dir
python merge_peft_adapters.py \
--base_model_name_or_path bigcode/starcoderbase \
--peft_model_path $output_dir/Epoch_1/ \
--push_to_hub \