mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-09 15:08:02 -05:00
llama beam tinybox ci (#3680)
This commit is contained in:
3
.github/workflows/benchmark.yml
vendored
3
.github/workflows/benchmark.yml
vendored
@@ -154,6 +154,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
HSA=1 JIT=0 python3 examples/llama.py --gen 1 --prompt "Hello." --count 10 --temperature 0 --timing | tee llama_unjitted.txt
|
HSA=1 JIT=0 python3 examples/llama.py --gen 1 --prompt "Hello." --count 10 --temperature 0 --timing | tee llama_unjitted.txt
|
||||||
HSA=1 JIT=1 python3 examples/llama.py --gen 1 --prompt "Hello." --count 10 --temperature 0 --timing | tee llama_jitted.txt
|
HSA=1 JIT=1 python3 examples/llama.py --gen 1 --prompt "Hello." --count 10 --temperature 0 --timing | tee llama_jitted.txt
|
||||||
|
- name: Run LLaMA with BEAM
|
||||||
|
run: HSA=1 JIT=1 BEAM=2 CACHELEVEL=0 python3 examples/llama.py --gen 1 --prompt "Hello." --count 10 --temperature 0 --timing | tee llama_beam.txt
|
||||||
- name: Run Mixtral 8x7B
|
- name: Run Mixtral 8x7B
|
||||||
run: time HSA=1 python3 examples/mixtral.py --temperature 0 --count 10 --timing | tee mixtral.txt
|
run: time HSA=1 python3 examples/mixtral.py --temperature 0 --count 10 --timing | tee mixtral.txt
|
||||||
- name: Run GPT2
|
- name: Run GPT2
|
||||||
@@ -181,6 +183,7 @@ jobs:
|
|||||||
train_cifar_six_gpu.txt
|
train_cifar_six_gpu.txt
|
||||||
llama_unjitted.txt
|
llama_unjitted.txt
|
||||||
llama_jitted.txt
|
llama_jitted.txt
|
||||||
|
llama_beam.txt
|
||||||
gpt2_unjitted.txt
|
gpt2_unjitted.txt
|
||||||
gpt2_jitted.txt
|
gpt2_jitted.txt
|
||||||
matmul.txt
|
matmul.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user