diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 839d434fb1..b45421ef2c 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -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