mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
remove DEBUG=1 from stable diffusion AMD since jit cache is fixed
This commit is contained in:
parent
ab9b9ff3e2
commit
0ea22bf249
1 changed files with 1 additions and 1 deletions
2
.github/workflows/benchmark.yml
vendored
2
.github/workflows/benchmark.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue