mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
* add bf16 test support
this model takes me almost a minute to download though:
https://huggingface.co/TinyPixel/Llama-2-7B-bf16-sharded/resolve/main/pytorch_model-00001-of-00014.bin?download=true: 100%|█████████████████████████████| 981M/981M [00:40<00:00, 24.2MB/s]
* ensure we first load if it is bitcast to avoid taking the address of an rvalue
* tiny bf16 in the cloud
skip GPU
* should skip torch
lint
* Revert "ensure we first load if it is bitcast to avoid taking the address of an rvalue"
This reverts commit
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_disk_cache.py | ||
| test_disk_tensor.py | ||
| test_flopcounter.py | ||
| test_helpers.py | ||
| test_shapetracker.py | ||
| test_shm_tensor.py | ||
| test_symbolic.py | ||