mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-03-12 09:03:33 -05:00
Module export fixes: - Add #|default_exp models.transformer directive to transformers module - Add imports (MultiHeadAttention, GELU, etc.) to export block - Export dataloader module (08_dataloader) - All modules now properly exported to tinytorch package Milestone 05 fixes: - Correct import paths (text.embeddings, data.loader, models.transformer) - Fix Linear.weight vs Linear.weights typo - Fix indentation in training loop - Call .forward() explicitly on transformer components Status: Architecture test mode works, model builds successfully TODO: Fix TransformerBlock/MultiHeadAttention signature mismatch in module 13