rl4phyx-backup / root_scripts /launch_sft_phyx.sh
YUNTA88's picture
Upload root_scripts/launch_sft_phyx.sh with huggingface_hub
4c88a9b 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_phyx.py 2>&1
echo SFT_PHYX_DONE