mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-05-07 23:07:31 -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.