Commit Graph

7 Commits

Author SHA1 Message Date
kai
9e3bf82327 setup better auth flow and messaging 2026-01-19 20:11:52 -05:00
Didier Durand
252ff1bf94 [Doc]: code error in Tinytorch ? 2025-12-22 13:02:58 +01:00
Vijay Janapa Reddi
194234f7a0 fix(tinytorch): add certifi for SSL certificate verification on macOS
Python installed via python.org on macOS lacks system root certificates,
causing SSL verification failures when making HTTPS requests. Using certifi
provides a portable CA bundle that works across all platforms.
2025-12-16 08:40:25 -05:00
jettythek
66297e78e7 improving submission to community flow 2025-12-15 11:40:22 -08:00
kai
0d7f6d2a25 modularize layout.js --> app.js and updated auth.py ensure we redirect to a logged in state 2025-12-12 13:11:04 -05:00
kai
8e7a2451ba updated the website and browser compatibility 2025-12-08 20:03:32 -05:00
Vijay Janapa Reddi
c602f97364 feat: integrate TinyTorch into MLSysBook repository
TinyTorch educational deep learning framework now lives at tinytorch/

Structure:
- tinytorch/src/         - Source modules (single source of truth)
- tinytorch/tito/        - CLI tool
- tinytorch/tests/       - Test suite
- tinytorch/site/        - Jupyter Book website
- tinytorch/milestones/  - Historical ML implementations
- tinytorch/datasets/    - Educational datasets (tinydigits, tinytalks)
- tinytorch/assignments/ - NBGrader assignments
- tinytorch/instructor/  - Teaching materials

Workflows (with tinytorch- prefix):
- tinytorch-ci.yml           - CI/CD pipeline
- tinytorch-publish-dev.yml  - Dev site deployment
- tinytorch-publish-live.yml - Live site deployment
- tinytorch-build-pdf.yml    - PDF generation
- tinytorch-release-check.yml - Release validation

Repository Variables added:
- TINYTORCH_ROOT  = tinytorch
- TINYTORCH_SRC   = tinytorch/src
- TINYTORCH_SITE  = tinytorch/site
- TINYTORCH_TESTS = tinytorch/tests

All workflows use \${{ vars.TINYTORCH_* }} for path configuration.

Note: tinytorch/site/_static/favicon.svg kept as SVG (valid for favicons)
2025-12-05 19:23:18 -08:00