| 1 | # much taken from https://github.com/cloneofsimo/minRF |
| 2 | from tinygrad import Tensor, nn, GlobalCounters, TinyJit |
| 3 | from tinygrad.helpers import getenv, trange |
| 4 | from extra.models.llama import Attention, FeedForward, precompute_freqs_cis |
nothing calls this directly
no test coverage detected