mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-03-10 12:52:00 -05:00
Features: - 16 checkpoint test suite validating ML systems capabilities - Integration tests covering complete learning progression - Rich CLI progress tracking with visual timelines - Capability-driven assessment from environment to production Checkpoints: - Environment setup through full ML system deployment - Each checkpoint validates integrated functionality - Progressive capability building with clear success criteria - Professional CLI interface with status/timeline/test commands
9 lines
318 B
Python
9 lines
318 B
Python
"""
|
|
TinyTorch Package-Level Checkpoints
|
|
|
|
These tests validate integrated functionality progression.
|
|
Each checkpoint answers: "What complete system can I build now?"
|
|
|
|
Unlike module tests that verify individual components, checkpoints test
|
|
what students can actually build and run as they progress through TinyTorch.
|
|
""" |