WandbConfig
Section titled “WandbConfig”from modal_training_gym.common.wandb import WandbConfigWeights & Biases logging configuration shared across all frameworks.
Fields
Section titled “Fields”| Field | Type | Default | Description |
|---|---|---|---|
project | str | "" | W&B project name. Default "". |
group | str | "" | W&B group tag for organizing related runs. Default "". |
exp_name | str | "" | W&B run display name. Default "". |
key | str | "" | W&B API key. Usually injected via WANDB_API_KEY at launch time rather than hardcoded. Default "". |
disable_random_suffix | bool | True | When True, suppresses the random suffix that W&B appends to run names. Default True. |
Related Tutorials
Section titled “Related Tutorials”- Shared concepts: config containers, framework factories, volume layout, running the pipeline
- Custom HuggingFace model (SmolLM2-135M) LoRA SFT — inline
ModelConfigurationsubclass, no catalog entry - Qwen3-4B GRPO on GSM8K (colocated)
- Customizing your slime run — scaling nodes, parallelism, and throughput
- Qwen3-4B GRPO on haiku poems — structure score + LLM judge
- Qwen3-4B RL code-golf on MBPP with Harbor sandboxes
- GLM-4.7 LoRA SFT on GSM8K (Megatron)