Commit 4ff1025
weight_writer: fix d_head error message citing removed compile_game
The Attn d_head shape assertion's error message told the user to 'pass
d_head>=N or let compile_game auto-size it.' compile_game lived in the
deleted torchwright/doom/compile.py and isn't a callable anyone in this
repo can reach.
Replaced with 'Pass d_head>=N to compile_headless()' — compile_headless
is the actual public entrypoint and accepts the d_head kwarg directly.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent d2fa5b5 commit 4ff1025
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
0 commit comments