mirror of https://github.com/hpcaitech/ColossalAI
[chat] fix stage3 PPO sample sh command (#3477)
parent
c701b77b11
commit
891b8e7fac
|
@ -15,4 +15,4 @@ set_n_least_used_CUDA_VISIBLE_DEVICES() {
|
|||
|
||||
set_n_least_used_CUDA_VISIBLE_DEVICES 2
|
||||
|
||||
torchrun --standalone --nproc_per_node=2 train_prompts.py prompts.csv --strategy colossalai_zero2
|
||||
torchrun --standalone --nproc_per_node=2 train_prompts.py --prompt_path /path/to/data.json --strategy colossalai_zero2
|
||||
|
|
Loading…
Reference in New Issue