mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-06-04 11:47:41 -05:00
- Replace str | None with Optional[str] in export.py - Replace list[str] with List[str] in config.py - Add missing typing imports for compatibility - Ensures CLI works on Python 3.8 systems