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.
## Usage
### Step 1: Download GSM8K Dataset
```bash
cd examples/data_preprocess
python3 gsm8k_multiturn_w_tool.py
```
This will download and preprocess the GSM8K dataset into ~/data/gsm8k/.