Browse Source

[doc] fix GPT tutorial (#2860)

Fix hpcaitech/ColossalAI#2851
pull/2867/head
dawei-wang 2 years ago committed by GitHub
parent
commit
55424a16a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      examples/language/gpt/titans/README.md

2
examples/language/gpt/titans/README.md

@ -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> \

Loading…
Cancel
Save