File size: 168 Bytes
ecf5d92
 
 
 
 
1
2
3
4
5
6
#!/bin/bash
cd /workspace/rl4phyx/RL4Phyx/SFT
export CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7
torchrun --nproc_per_node=8 train_sft_combined.py 2>&1
echo SFT_COMBINED_DONE