Commit Graph

2 Commits

Author SHA1 Message Date
gameloader
1446f97459 refactor(as_mamba): Remove dt prediction and use fixed dt
Removes the `dt_head` network and associated configuration parameters
(dt_min, dt_max, lambda_nfe, warmup_epochs). Replaces predicted time
steps with a fixed value derived from sequence length. Eliminates
the warmup phase and NFE loss calculation.
2026-01-21 13:07:36 +08:00
gameloader
c58a73ae26 feat(mamba): add Mamba2 implementation
Add initial project structure including core Mamba2 logic,
entry point, and uv-based dependency management.
2026-01-21 12:54:49 +08:00