mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-06-01 06:06:41 -05:00
7 lines
191 B
Python
7 lines
191 B
Python
"""
|
|
Tests for TinyTorch.
|
|
|
|
All tests target the exported Python code in the tinytorch package,
|
|
not the notebook code directly. This ensures we test the actual
|
|
package that students build.
|
|
""" |