rl4phyx-backup / root_scripts /launch_sft_combined.sh
YUNTA88's picture
Upload root_scripts/launch_sft_combined.sh with huggingface_hub
ecf5d92 verified
#!/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