remove DEBUG=1 from stable diffusion AMD since jit cache is fixed

This commit is contained in:
George Hotz
2023-08-29 12:46:12 -07:00
parent ab9b9ff3e2
commit 0ea22bf249

View File

@@ -79,7 +79,7 @@ jobs:
run: |
ln -s ~/tinygrad/weights/sd-v1-4.ckpt weights/sd-v1-4.ckpt
ln -s ~/tinygrad/weights/bpe_simple_vocab_16e6.txt.gz weights/bpe_simple_vocab_16e6.txt.gz
time DEBUG=1 python3 examples/stable_diffusion.py --noshow --timing
time python3 examples/stable_diffusion.py --noshow --timing
- name: Run LLaMA
run: |
ln -s ~/tinygrad/weights/LLaMA weights/LLaMA