consciousness/training
Kent Overstreet 039473d31f training: persist Apollo optimizer state across /train calls
Optimizer state (momentum, variance estimates) now persists between
training sessions:

- Saved to /tmp/apollo_optimizer_state.pt during checkpoint sync
- Restored on next /train call if available
- Preserves training continuity for incremental learning

Previously each /train call started with fresh optimizer state,
losing accumulated gradient history.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-16 02:04:26 -04:00
..
apollo_plugin training: persist Apollo optimizer state across /train calls 2026-04-16 02:04:26 -04:00
research research: latent reasoning integration plans for Qwen 3.5 27B 2026-04-12 15:50:09 -04:00
DESIGN.md training: persist Apollo optimizer state across /train calls 2026-04-16 02:04:26 -04:00
pyproject.toml training: integrate /train into vLLM process (no separate daemon) 2026-04-16 02:04:26 -04:00