Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
update path
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouyu5 committed Oct 11, 2023
1 parent ea75c6d commit dd1c8cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/deltatuner/finetune/merge_model/ssf-merge-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ python example/instruction_tuning_pipeline/finetune_clm.py \

# evaluate merged model
python example/instruction_tuning_pipeline/finetune_clm.py \
--model_name_or_path "$DATA_PATH/llama2-7b-ssf-denas-bf16-merge/merged_model" \
--model_name_or_path $DATA_PATH"/dtuner_test/models/llama2-7b-ssf-denas-bf16-merge/merged_model" \
--train_file "$DATA_PATH/alpaca_data.json" \
--dataset_concatenation \
--per_device_eval_batch_size 8 \
Expand All @@ -37,6 +37,6 @@ python example/instruction_tuning_pipeline/finetune_clm.py \
--log_level info \
--trust_remote_code True \
--no_cuda \
--output_dir "$DATA_PATH/llama2-7b-ssf-denas-bf16-merge/eval_merge" \
--output_dir $DATA_PATH"/dtuner_test/models/llama2-7b-ssf-denas-bf16-merge/eval_merge" \
--debugs

0 comments on commit dd1c8cf

Please sign in to comment.