reasoning-gym/examples/veRL/launch_on_4gpu.sh
2025-02-01 21:20:36 +00:00

9 lines
200 B
Bash
Executable file

#!/bin/bash
export N_GPUS=4
export BASE_MODEL=meta-llama/Llama-3.2-1B-Instruct
export ROLLOUT_TP_SIZE=2
export EXPERIMENT_NAME=chain_sum_llama
export VLLM_ATTENTION_BACKEND=XFORMERS
bash ./train.sh