mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-06-02 08:32:31 -05:00
CLEANUP: Removed duplicate/obsolete configuration files Removed Files: - All old numbered .yml files (02_tensor.yml, 03_activations.yml, etc.) - These were leftover from the module reorganization - Had incorrect dependencies (still referenced 'setup') Current State: ✅ CLI correctly uses module.yaml files (19 modules) ✅ All module.yaml files have correct dependencies ✅ No more duplicate/conflicting configuration files ✅ Clean module structure with single source of truth The CLI was already using module.yaml correctly, so this cleanup removes the confusing duplicate files without affecting functionality.