Commit 632eef31 authored by wanglch's avatar wanglch
Browse files

Update ds_zero3_work_dtk.sh

parent 35549253
#!/bin/bash #!/bin/bash
deepspeed --master_port $(shuf -n 1 -i 10000-65535) --include="localhost:0,1,2,3" ./LLaMA-Factory/src/train_bash.py \ deepspeed --master_port $(shuf -n 1 -i 10000-65535) --include="localhost:0,1,2,3" ./LLaMA-Factory/src/train_bash.py \
--deepspeed ./LLaMA-Factory/deepspeed.json \ --deepspeed ./deepspeed.json \
--stage sft \ --stage sft \
--do_train \ --do_train \
--model_name_or_path ./Tongyi-Finance-14B-Chat \ --model_name_or_path ./Tongyi-Finance-14B-Chat \
......
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