mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-27 15:57:16 +00:00
[chat] fix stage3 PPO sample sh command (#3477)
This commit is contained in:
parent
c701b77b11
commit
891b8e7fac
@ -15,4 +15,4 @@ set_n_least_used_CUDA_VISIBLE_DEVICES() {
|
|||||||
|
|
||||||
set_n_least_used_CUDA_VISIBLE_DEVICES 2
|
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
Block a user