add winograd CIFAR to mac tests (#1825)

* add winograd CIFAR to mac tests

* symlink already done
This commit is contained in:
George Hotz
2023-09-09 13:45:24 -07:00
committed by GitHub
parent 31fca43706
commit 0f2bd10d00

View File

@@ -48,6 +48,11 @@ jobs:
ln -s ~/tinygrad/extra/datasets/cifar-10-python.tar.gz extra/datasets/cifar-10-python.tar.gz
STEPS=10 python3 examples/hlb_cifar10.py | tee train_cifar.txt
shell: bash
- name: Run 10 CIFAR training steps w winograd
run: |
#ln -s ~/tinygrad/extra/datasets/cifar-10-python.tar.gz extra/datasets/cifar-10-python.tar.gz
WINO=1 STEPS=10 python3 examples/hlb_cifar10.py | tee train_cifar_wino.txt
shell: bash
- uses: actions/upload-artifact@v3
with:
name: Speed (Mac)
@@ -55,6 +60,7 @@ jobs:
onnx_inference_speed.csv
torch_speed.txt
train_cifar.txt
train_cifar_wino.txt
llama_unjitted.txt
llama_jitted.txt
gpt2_unjitted.txt