examples/sglang_multiturn/README.md
This example demonstrates how to perform multi-turn rollout using SGLang with a tool-calling capable model (e.g., Qwen2.5-3B) on the GSM8K dataset.
cd examples/data_preprocess
python3 gsm8k_multiturn_w_tool.py
This will download and preprocess the GSM8K dataset into ~/data/gsm8k/.
If you have 8 GPUs Use the standard 8-GPU script:
cd your_verl_root_dir
bash examples/sglang_multiturn/run_qwen2.5-3b_gsm8k_multiturn.sh
If you have only 4 GPUs Use the fallback 4-GPU script:
cd your_verl_root_dir
bash examples/sglang_multiturn/run_qwen2.5-3b_gsm8k_multiturn_4xgpu.sh