Skip to content

Commit 9fe2c76

Browse files
dykderrickJintao-Huang
authored andcommitted
[Fix] deepspeed example shell command path for host.txt (#5001)
1 parent 4dcb2d4 commit 9fe2c76

File tree

1 file changed

+1
-1
lines changed
  • examples/train/multi-node/deepspeed

1 file changed

+1
-1
lines changed

examples/train/multi-node/deepspeed/train.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# If your need only a part of the GPUs in every node, try:
22
# --include="worker-0:0,1@worker-1:2,3"
3-
deepspeed --hostfile=./examples/train/multi-node-deepspeed/host.txt \
3+
deepspeed --hostfile=./examples/train/multi-node/deepspeed/host.txt \
44
swift/cli/sft.py \
55
--model Qwen/Qwen2.5-7B-Instruct \
66
--train_type lora \

0 commit comments

Comments
 (0)