[doc] fix GPT tutorial (#2860)

Fix hpcaitech/ColossalAI#2851
pull/2867/head
dawei-wang 2023-02-21 18:58:52 -08:00 committed by GitHub
parent eae77c831d
commit 55424a16a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Use the following commands to execute training.
# run on a single node
colossalai run --nproc_per_node=<num_gpus> train_gpt.py --config configs/<config_file> --from_torch --use_dummy_dataset
# run on multiple nodes with slurm
# run on multiple nodes
colossalai run --nproc_per_node=<num_gpus> \
--master_addr <hostname> \
--master_port <port-number> \