Files
TinyTorch/tinytorch/__init__.py
2025-07-10 11:13:45 -04:00

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