Vijay Janapa Reddi
0c677dd488
Update module documentation: enhance ABOUT.md files across all modules
...
- Improve module descriptions and learning objectives
- Standardize documentation format and structure
- Add clearer guidance for students
- Enhance module-specific context and examples
2025-11-13 10:42:47 -05:00
Vijay Janapa Reddi
a5679de141
Update documentation after module reordering
...
All module references updated to reflect new ordering:
- Module 15: Quantization (was 16)
- Module 16: Compression (was 17)
- Module 17: Memoization (was 15)
Updated by module-developer and website-manager agents:
- Module ABOUT files with correct numbers and prerequisites
- Cross-references and "What's Next" chains
- Website navigation (_toc.yml) and content
- Learning path progression in LEARNING_PATH.md
- Profile milestone completion message (Module 17)
Pedagogical flow now: Profile → Quantize → Prune → Cache → Accelerate
2025-11-10 19:37:41 -05:00
Vijay Janapa Reddi
5f3591a57b
Reorder modules for better pedagogical flow
...
Moved memoization (KV-cache) after compression to align with optimization tier milestones.
Changes:
- Module 15: Quantization (was 16)
- Module 16: Compression (was 17)
- Module 17: Memoization (was 15)
Pedagogical Rationale:
This creates clear alignment with the optimization milestone structure:
- M06 (Profiling): Module 14
- M07 (Compression): Modules 15-16 (Quantization + Compression)
- M08 (Acceleration): Modules 17-18 (Memoization/KV-cache + Acceleration)
Before: Students learned KV-cache before understanding why models are slow
After: Students profile → compress → then optimize with KV-cache
Updated milestone reference in profile_kv_cache.py: Module 15 → Module 17
2025-11-10 19:29:10 -05:00