mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-06-01 23:21:29 -05:00
- Update all test files to import from tinytorch.core.* instead of relative paths - Consistent with rock solid foundation principle - Tests now use stable package imports, not local module imports - Ensures tests validate the actual exported package functionality - Aligns with production usage patterns