mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-03-11 18:24:24 -05:00
Added live progress bar to `tito module test --all` command: - Shows spinner, progress bar, and task progress (X/20) - Updates description with current module being tested - Provides better visual feedback during long test runs - Maintains all existing rich output (logo, panels, tables) Uses rich.progress with SpinnerColumn, TextColumn, BarColumn, and TaskProgressColumn for comprehensive progress visualization. This completes the rich CLI enhancement pass for bulk commands.