mirror of https://github.com/commaai/tinygrad.git
9b5e15db6e
* first commit * state back to orig * mamba comparisions * rm file * rename file * use Tensor.einsum and mke default model 370M * Cleaned code and made a comparision test * Simplyfy pull request. Only has 1 mamba implementation now. * Update prompt * rm whitespaces * last space * remove Einops dependency * rm unused code * add tests * rm print statement * rm imports * skip CLANG * Update skipIf description * skip model test in CI and add CLANG fix * rm Device import * don't be stupid * Fix conv assign When the prompt is too short, the logic for conv_state assign messes up. This can be fixed when padding the tokenized array to min length of 4. I padded using the empty string token, but idk if proper practice is to use the PAD token * fix p1 * temp * fix jit import --------- Co-authored-by: schlimeszn <schlimeszn@gmail.com> Co-authored-by: reddyn <nikidsniper@gmail.com> Co-authored-by: George Hotz <72895+geohot@users.noreply.github.com> |
||
---|---|---|
.. | ||
efficientnet | ||
waifu2x | ||
whisper | ||
__init__.py | ||
test_bert.py | ||
test_efficientnet.py | ||
test_end2end.py | ||
test_mamba.py | ||
test_mnist.py | ||
test_onnx.py | ||
test_real_world.py | ||
test_rnnt.py | ||
test_train.py | ||
test_waifu2x.py | ||
test_whisper.py |