This commit is contained in:
George Hotz
2023-08-28 20:22:57 -07:00
committed by GitHub
parent 8844a0a822
commit aa7c98722b
2 changed files with 9 additions and 4 deletions

View File

@@ -26,7 +26,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 python3 examples/stable_diffusion.py --noshow
time python3 examples/stable_diffusion.py --noshow --timing
- name: Run LLaMA
run: |
ln -s ~/tinygrad/weights/LLaMA weights/LLaMA
@@ -72,7 +72,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
time DEBUG=1 python3 examples/stable_diffusion.py --noshow --timing
- name: Run LLaMA
run: |
ln -s ~/tinygrad/weights/LLaMA weights/LLaMA