mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-07-10 16:22:00 -05:00
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
33 lines
593 B
Plaintext
33 lines
593 B
Plaintext
# TinyTorch Course Dependencies for Binder/Colab
|
|
# Keep synchronized with main requirements.txt
|
|
|
|
# Core numerical computing
|
|
numpy>=1.21.0,<2.0.0
|
|
matplotlib>=3.5.0
|
|
|
|
# Data handling
|
|
PyYAML>=6.0
|
|
|
|
# Rich terminal formatting (for development feedback)
|
|
rich>=13.0.0
|
|
|
|
# Jupyter environment
|
|
jupyter>=1.0.0
|
|
jupyterlab>=4.0.0
|
|
ipykernel>=6.0.0
|
|
ipywidgets>=8.0.0
|
|
|
|
# Sphinx extensions
|
|
sphinxcontrib-mermaid>=0.9.2
|
|
|
|
# Type checking support
|
|
typing-extensions>=4.0.0
|
|
|
|
# For executing TinyTorch code
|
|
setuptools>=70.0.0
|
|
wheel>=0.42.0
|
|
|
|
# Optional: for advanced visualizations
|
|
# plotly>=5.0.0
|
|
# seaborn>=0.11.0
|