Commit c20b641
Set replicate_path on grug WandbConfig so tracker_metrics.jsonl is written
All three grug launch templates (moe, base, modular_opt) constructed WandbConfig
without replicate_path, so WandbTracker.finish() skipped writing
tracker_metrics.jsonl. Downstream consumers like validate_canary_metrics.py then
failed with FileNotFoundError. Match experiments/defaults.py by setting
replicate_path=this_output_path() at construction time.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 0b1f1ec commit c20b641
3 files changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| 144 | + | |
144 | 145 | | |
145 | 146 | | |
146 | 147 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
| 250 | + | |
250 | 251 | | |
251 | 252 | | |
252 | 253 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| 149 | + | |
149 | 150 | | |
150 | 151 | | |
151 | 152 | | |
| |||
0 commit comments