mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
* BOOM * cache extra/huggingface/models/ * why max buffer size is not 0 * override MAX_BUFFER_SIZE * less models * remove more models and change cache dir to already cached dir * only metal * less is more? * remove check ops * why is this not setting the ENVVAR * ughhhhh just test in models * only cpu and gpu * only cpu actually * just override it idk * final * move extra dependencies up top * simplification * fix print * make README better * revert ops_disk fix for now * clean up test_onnx * remove testing fashion clip model cuz sloooowwwwww * actually let METAL run this * fix comment mistake * fix download path in run_models * does this work? * cleanup setup and teardown * contextvar like this? * prove model is cached * do I need to increment DOWNLOAD_CACHE_VERSION? * see if cached with incremented DOWNLOAD_CACHE_VERSION * use warnings to see if the model exists * revert DOWNLOAD_CACHE_VERSION stuff and clean up * add retry to download * nit |
||
|---|---|---|
| .. | ||
| efficientnet | ||
| waifu2x | ||
| whisper | ||
| __init__.py | ||
| test_bert.py | ||
| test_efficientnet.py | ||
| test_end2end.py | ||
| test_mnist.py | ||
| test_onnx.py | ||
| test_real_world.py | ||
| test_resnet.py | ||
| test_rnnt.py | ||
| test_train.py | ||
| test_waifu2x.py | ||
| test_whisper.py | ||