Add giant model summary command #46
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
With conditioning types × type targets × generators × decoders × histories ×
router axes, the configuration space is well past what
validate_config'shand-written cross-checks can cover, and several combinations are silently
degenerate rather than rejected. A
giant model summary --config config.tomlthat builds the model with no data attached and prints the resolved graph —
per-module parameter counts, trunk in/out widths, which heads exist, and
which config keys were actually consumed — would make an invalid
combination obvious before a multi-hour run, and its consumed-keys half is the
runtime counterpart to the static consumed-keys audit test
(
tests/test_config_consumed_keys.py).Migrated from
issues.md(v0.3.0 branch review, 2026-08-13), Issue 21.