mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-07-26 08:46:14 -05:00
Module 01_setup now follows correct pattern: 1. ## 🧪 Module Testing (explanation) 2. Standardized testing cell with run_module_tests_auto 3. Actual test functions (test_unit_personal_info_basic, test_unit_system_info_basic) 4. ## 🎯 Module Summary This ensures students see actual test implementations before the summary.