mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-05-06 13:04:11 -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