File size: 160 Bytes
4c88a9b | 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_phyx.py 2>&1
echo SFT_PHYX_DONE
|
4c88a9b | 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_phyx.py 2>&1
echo SFT_PHYX_DONE
|