MCPcopy Index your code
hub / github.com/tinygrad/tinygrad / minrf.py

File minrf.py

examples/minrf.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# much taken from https://github.com/cloneofsimo/minRF
2from tinygrad import Tensor, nn, GlobalCounters, TinyJit
3from tinygrad.helpers import getenv, trange
4from extra.models.llama import Attention, FeedForward, precompute_freqs_cis

Callers

nothing calls this directly

Calls 15

getenvFunction · 0.90
trangeFunction · 0.90
TensorClass · 0.90
DiT_LlamaClass · 0.85
mvizFunction · 0.85
floatMethod · 0.80
intMethod · 0.80
realizeMethod · 0.80
randnMethod · 0.80
set_descriptionMethod · 0.80
itemMethod · 0.80
sampleFunction · 0.70

Tested by

no test coverage detected