Signed-off-by: Robert Shaw <robshaw@redhat.com>
This commit is contained in:
Robert Shaw 2025-07-12 22:38:42 +00:00
parent 13729ad0af
commit 94e7c6dac7

View File

@ -1,3 +1,13 @@
all:
just llama-scout-bf16 && \
just llama-scout-fp8 && \
just llama-maverick && \
just qwen-30b && \
just qwen-30b-fp8 && \
just qwen-235b && \
just deepseek-r1
llama-scout-bf16:
python3 benchmark_moe.py \
--model meta-llama/Llama-4-Scout-17B-16E-Instruct \