Commit 9ea1c5dc authored by wanglch's avatar wanglch
Browse files

Update finetune_lora.sh

parent 1ea9fbbb
...@@ -21,7 +21,7 @@ DISTRIBUTED_ARGS=" ...@@ -21,7 +21,7 @@ DISTRIBUTED_ARGS="
--master_addr $MASTER_ADDR \ --master_addr $MASTER_ADDR \
--master_port $MASTER_PORT --master_port $MASTER_PORT
" "
torchrun $DISTRIBUTED_ARGS finetune.py \ torchrun $DISTRIBUTED_ARGS ./finetune/finetune.py \
--model_name_or_path $MODEL \ --model_name_or_path $MODEL \
--llm_type $LLM_TYPE \ --llm_type $LLM_TYPE \
--data_path $DATA \ --data_path $DATA \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment