| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-24 | 1.1 kB | |
| tinygrad 0.14.0 source code.tar.gz | 2026-08-24 | 11.9 MB | |
| tinygrad 0.14.0 source code.zip | 2026-08-24 | 12.7 MB | |
| Totals: 3 Items | 24.6 MB | 0 | |
chestnut release! get your chestnut here: https://comma.ai/shop/chestnut
Over 1000 commits since 0.13.0.
At 26040 lines.
Release Highlights
tinygrad.llmimprovements- RDNA3 kernels for Qwen 3.8 27B [#17512]
- Faster tokenizer [#17077]
- Tool calling support [#17061]
USBinterface has faster copy-in [#17628] [#17663]Tensor.trainingandTensor.train()removed in favour ofTRAININGContextVar [#16703] [#16705] [#16774]- Python scalars are now weak dtypes (dtypes.weakint/dtypes.weakfloat) [PRs]
DEFAULT_FLOATandDEFAULT_INTare ContextVars [#17265]- Kernels are now compiled in parallel by default [#17629]
- llama3.1 8B training improvements [PRs]
- GPT-OSS 20B added as a mlperf training benchmark [#16837] [#16884]