mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-05-01 05:17:37 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user