mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-07-10 16:56:14 -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.
18 lines
1.5 KiB
Python
18 lines
1.5 KiB
Python
# Autogenerated by nbdev
|
|
|
|
d = { 'settings': { 'branch': 'main',
|
|
'doc_baseurl': '/TinyTorch/',
|
|
'doc_host': 'https://tinytorch.github.io',
|
|
'git_url': 'https://github.com/tinytorch/TinyTorch/',
|
|
'lib_path': 'tinytorch'},
|
|
'syms': { 'tinytorch.core.utils': { 'tinytorch.core.utils.SystemInfo': ('setup/setup_dev.html#systeminfo', 'tinytorch/core/utils.py'),
|
|
'tinytorch.core.utils.SystemInfo.__init__': ( 'setup/setup_dev.html#systeminfo.__init__',
|
|
'tinytorch/core/utils.py'),
|
|
'tinytorch.core.utils.SystemInfo.__str__': ( 'setup/setup_dev.html#systeminfo.__str__',
|
|
'tinytorch/core/utils.py'),
|
|
'tinytorch.core.utils.SystemInfo.is_compatible': ( 'setup/setup_dev.html#systeminfo.is_compatible',
|
|
'tinytorch/core/utils.py'),
|
|
'tinytorch.core.utils.add_numbers': ('setup/setup_dev.html#add_numbers', 'tinytorch/core/utils.py'),
|
|
'tinytorch.core.utils.hello_tinytorch': ( 'setup/setup_dev.html#hello_tinytorch',
|
|
'tinytorch/core/utils.py')}}}
|