mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-03-09 13:42:01 -05:00
- Import Module base class from core.layers - Fix embeddings import path (text.embeddings not core.embeddings) - Fix attention import (MultiHeadAttention not SelfAttention) - Fix transformer import path (models.transformer not core.transformers) - Handle missing functional module gracefully with try/except - Update __all__ exports to match available components