mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-06-02 17:25:52 -05:00
- Move export functionality from 'tito package export' to 'tito module export' - Require --all flag for exporting all modules (consistent with test command) - Remove export from package command group to eliminate duplication - Update help text and examples across all commands - Fix tensor module arithmetic operators for complete functionality - Clean up duplicate _quarto.yml and sidebar.yml files in modules/ This creates a consistent CLI pattern: - tito module export --all (export all modules) - tito module export --module <name> (export specific module) - tito module test --all (test all modules) - tito module test --module <name> (test specific module)