Skip to content

Commit 55424a1

Browse files
authored
[doc] fix GPT tutorial (#2860)
Fix #2851
1 parent eae77c8 commit 55424a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/language/gpt/titans/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Use the following commands to execute training.
2626
# run on a single node
2727
colossalai run --nproc_per_node=<num_gpus> train_gpt.py --config configs/<config_file> --from_torch --use_dummy_dataset
2828

29-
# run on multiple nodes with slurm
29+
# run on multiple nodes
3030
colossalai run --nproc_per_node=<num_gpus> \
3131
--master_addr <hostname> \
3232
--master_port <port-number> \

0 commit comments

Comments
 (0)