mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-03-09 09:22:49 -05:00
MLPerf Milestone 06 now has two parts: - 01_optimization_olympics.py: Profiling + Quantization + Pruning on MLP - 02_generation_speedup.py: KV Caching for 10× faster Transformer Milestone system changes: - Support 'scripts' array for multi-part milestones - Run all parts sequentially with progress tracking - Show all parts in milestone info and banner - Success message lists all completed parts Removed placeholder scripts: - 01_baseline_profile.py (redundant) - 02_compression.py (merged into 01) - 03_generation_opts.py (replaced by 02)