We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dcb2d4 commit 9fe2c76Copy full SHA for 9fe2c76
examples/train/multi-node/deepspeed/train.sh
@@ -1,6 +1,6 @@
1
# If your need only a part of the GPUs in every node, try:
2
# --include="worker-0:0,1@worker-1:2,3"
3
-deepspeed --hostfile=./examples/train/multi-node-deepspeed/host.txt \
+deepspeed --hostfile=./examples/train/multi-node/deepspeed/host.txt \
4
swift/cli/sft.py \
5
--model Qwen/Qwen2.5-7B-Instruct \
6
--train_type lora \
0 commit comments