mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-02 02:29:16 -05:00
Key improvements from local development: - conftest.py: Add package export validation before tests run - preflight.py: Stricter Tensor import check (fail if None) - 06_autograd.py: Set requires_grad manually in tests (progressive disclosure) - 08_training.py, 09_convolutions.py: Add enable_autograd() calls - install.sh: Environment variable overrides for testing - nbdev.py: Fix import path for DevExportCommand Also syncs CI/publish workflows from origin/dev