mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-05-10 16:38:39 -05:00
✅ Setup Module Implementation: - Created comprehensive setup_dev.ipynb with TinyTorch workflow tutorial - Added hello_tinytorch(), add_numbers(), and SystemInfo class - Updated README with clear learning objectives and development workflow - All 11 tests passing for complete workflow validation 🔧 CLI Enhancements: - Added --module flag to 'tito sync' for module-specific exports - Implemented 'tito reset' command with --force option - Smart auto-generated file detection and cleanup - Interactive confirmation with safety preservations 📚 Documentation Updates: - Updated all references to use [module]_dev.ipynb naming convention - Enhanced test coverage for new functionality - Clear error handling and user guidance This establishes the foundation workflow that students will use throughout TinyTorch development.