veri train. Veri uploads the reward, connects the dataset, provisions the GPU, runs the loop, streams metrics, and captures the checkpoint.
This trains Qwen2.5-0.5B-Instruct on GSM8K for 50 GRPO steps on a single L4 (24 GB) — a fast smoke test.
Prerequisites
- Install the SDK:
pip install veri-sdk - Authenticate:
veri login(or setVERI_API_KEY)
Write the script
Save astrain.py:
train.py
veri train does the upload, submit, and wait.
Run it
veri wandb set, one time), the same curves also stream to your W&B project and the job page gains a “View in W&B” link.
Get the checkpoint
Next steps
Managed training
Methods, lifecycle, failure modes, and what each hyperparameter controls.
Deploy your checkpoint
Serve it with an OpenAI-compatible API.

