Update module numbering from 00-13 to 01-14 and refresh tagline

- Updated all module references to start from 01 instead of 00
- Changed tagline to 'Build your own ML framework. Start small. Go deep.'
- Added educational foundation section linking to ML Systems book
- Updated README, documentation, CLI examples, and prerequisites
- Regenerated book content with consistent numbering throughout
- Maintains 14 modules total but with natural numbering (01-14)
This commit is contained in:
Vijay Janapa Reddi
2025-07-15 21:11:07 -04:00
parent 1b9e838644
commit 01e4aec62b
44 changed files with 177 additions and 285 deletions

View File

@@ -650,7 +650,7 @@ This module connects to broader ML engineering practices:
### Next Steps in Your ML Systems Journey
#### **Immediate Actions**
1. **Export your code**: `tito module export 00_setup`
1. **Export your code**: `tito module export 01_setup`
2. **Test your installation**:
```python
from tinytorch.core.setup import personal_info, system_info