mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-04-28 04:27:32 -05:00
14 lines
440 B
Python
14 lines
440 B
Python
"""
|
|
TinyTorch: Build ML Systems from Scratch
|
|
|
|
A comprehensive machine learning systems course where you implement
|
|
every component from tensors to production monitoring.
|
|
|
|
This package is auto-generated from Jupyter notebooks using nbdev.
|
|
Students work in notebooks/, and all Python code is exported automatically.
|
|
"""
|
|
|
|
__version__ = "0.1.0"
|
|
|
|
# Main exports will be added automatically by nbdev
|
|
# Students should not edit this file manually |