From 0ea22bf24944d0538e424dbe5e453fbb5f5b62cf Mon Sep 17 00:00:00 2001 From: George Hotz Date: Tue, 29 Aug 2023 12:46:12 -0700 Subject: [PATCH] remove DEBUG=1 from stable diffusion AMD since jit cache is fixed --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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