Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-08-13 | 984 Bytes | |
tinygrad 0.9.2 source code.tar.gz | 2024-08-13 | 8.9 MB | |
tinygrad 0.9.2 source code.zip | 2024-08-13 | 9.1 MB | |
Totals: 3 Items | 18.0 MB | 0 |
Small changes.
Over 700 commits since 0.9.1
.
Release Highlights
- experimental Monte Carlo Tree Search when
BEAM>=100
[#5598] TRANSCENDENTAL>=2
or by default onCLANG
andLLVM
to providesin
,log2
, andexp2
approximations. [#5187]- when running with
DEBUG>=2
you now see the tensor ops that are part of a kernel [#5271] PROFILE=1
for a profiler when using HCQ backends (AMD
,NV
)- Refactor
Linearizer
toLowerer
[#4957]