Release v0.1.1
This release mainly contains bug fixes.
π Bug Fixes
- Make chat turns retry-safe β commit trajectory only after generate succeeds (f98fd1a) β @hijkzzz & @claude
- Token-exact TITO rollout with compaction segments (ab77ad3) β @hijkzzz & @claude
- Merge routed_experts when only some samples captured routing (#5) (a992877) β @khazic
- Correct GLM-5.2 recipe: no CP, EP256, 32 nodes (33e5ece) β @hijkzzz & @claude
- Drop dead --rollout.rescore_logprobs; fix async off-policy remedy text (a95608d) β @hijkzzz & @claude
- Reject half-written checkpoints, require extra_state.pt (2d12843) β @hijkzzz & @claude
- Back-fill turn-boundary token's routing (R3) (7709cba) β @hijkzzz & @claude
- Forward caller positional args in launchers (snapshot $@ before set --) (a8689ad) β @hijkzzz & @claude