mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-03-12 03:13:35 -05:00
Created unified setup-environment.sh script that: - Detects Apple Silicon and creates arm64-optimized venv - Handles all dependencies automatically - Creates activation helper with architecture awareness - Works across macOS (Intel/Apple Silicon), Linux, Windows Updated all documentation to use ONE setup command: - README.md: Updated Quick Start - docs/STUDENT_QUICKSTART.md: Updated Getting Started - book/quickstart-guide.md: Updated 2-Minute Setup Enhanced tito setup command with: - Apple Silicon detection (checks for Rosetta vs native) - Automatic arm64 enforcement when on Apple Silicon - Architecture verification after venv creation - Changed venv path from tinytorch-env to standard .venv Students now have ONE clear path: ./setup-environment.sh