Commit Graph

4 Commits

Author SHA1 Message Date
Vijay Janapa Reddi
57b19c627f Refactor tito CLI: consolidate module commands and improve structure
- Remove redundant module.py command file
- Consolidate module functionality into module_workflow.py
- Update command registration and help system
- Improve setup command and community integration
2025-11-13 10:42:45 -05:00
Vijay Janapa Reddi
96880b3133 Update tinytorch and tito with module exports
Re-exported all modules after restructuring:
- Updated _modidx.py with new module locations
- Removed outdated autogeneration headers
- Updated all core modules (tensor, autograd, layers, etc.)
- Updated optimization modules (quantization, compression, etc.)
- Updated TITO commands for new structure

Changes include:
- 24 tinytorch/ module files
- 24 tito/ command and core files
- Updated references from modules/source/ to modules/

All modules re-exported via nbdev from their new locations.
2025-11-10 19:42:03 -05:00
Zappandy
fbea50d9da Feat(env) dynamic virtual env support for advanced users 2025-10-11 12:31:11 +02:00
Vijay Janapa Reddi
3b31013995 feat: Enhance TITO CLI with new commands and improvements
- Added new help command with comprehensive documentation
- Enhanced leaderboard command with better formatting and functionality
- Improved module command with updated configuration handling
- Updated core config to support new module structure
- Removed obsolete tinytorch_placeholder package
- Improved CLI user experience and error handling
2025-09-27 01:36:36 -04:00