mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-06-02 06:17:44 -05:00
- Switched from direct nbdev_export to tito export for proper control - tito export 09_training: Managed conversion and export workflow - tito export 08_optimizers: Ensured proper dependency resolution - All modules automatically re-exported through tito system - Updated _modidx.py with proper module index Benefits of tito export: - Consistent with TinyTorch CLI workflow - Proper control over export process - Professional export summary and feedback - Handles conversion from .py to .ipynb automatically - Maintains proper module dependencies and order - Integrates with tito test system seamlessly Test results: - 09_training: 6/6 inline tests passed - 08_optimizers: 5/5 inline tests passed - 17/17 integration tests passed - All tito-exported components working correctly - Complete training pipeline functional via tito system