Files
cs249r_book/tinytorch/settings.ini
Vijay Janapa Reddi ef7ad0a0b4 feat(interviews): fill 68 gap questions + fix 7 math errors from R2
Gap fill (68 new questions):
- Cloud: 17 questions (L1/L2 architecture, data, reliability, optimization)
- Mobile: 24 questions (L1-L6+ across data, networking, reliability)
- Edge: 8 questions (L4-L6+ networking, parallelism)
- TinyML: 19 questions (L1-L6+ data, optimization, networking)
- All with verified napkin math, MCQ for L1-L3

Math review Round 2 (Opus, per-track deep review):
- Cloud: 817 reviewed, 3 errors (H100/A100 TFLOPS swaps, INT4→INT8)
- Edge: 798 reviewed, 0 errors
- Mobile: 768 reviewed, 2 errors (per-minute→per-hour, 48→45 TOPS)
- TinyML: 712 reviewed, 2 errors (unit conversion cascade, throughput)
- Combined R2 error rate: 0.22% (7/3095)

Corpus: 3,248 total (3,161 published + 87 archived)
2026-03-24 08:49:46 -04:00

44 lines
1.1 KiB
INI

[DEFAULT]
# All sections below are required unless otherwise specified.
# See https://github.com/fastai/nbdev/blob/master/settings.ini for examples.
### Python library ###
repo = TinyTorch
lib_name = tinytorch
version = 0.1.9
min_python = 3.10
license = MIT
black_formatting = False
### nbdev ###
doc_path = _docs
lib_path = tinytorch
nbs_path = modules
nbs_path_release = modules/release
recursive = True
tst_flags = notest
put_version_in_init = False
### Docs ###
branch = main
custom_sidebar = False
doc_host = https://tinytorch.github.io
doc_baseurl = /TinyTorch/
git_url = https://github.com/harvard-edge/cs249r_book/
title = TinyTorch
### PyPI ###
audience = Developers
author = TinyTorch Team
author_email = team@tinytorch.org
copyright = 2024 onwards, TinyTorch Team
description = Build ML Systems from Scratch - A hands-on systems course
keywords = machine learning, deep learning, systems, education
language = English
status = 3
user = tinytorch
### Optional ###
requirements = numpy>=1.20.0 matplotlib>=3.3.0 rich>=10.0.0 jupyter>=1.0.0 pytest>=6.0.0
dev_requirements = nbdev>=2.3.0 black>=22.0.0