From 94e7c6dac7dc0765622f809005449e1faba62574 Mon Sep 17 00:00:00 2001 From: Robert Shaw Date: Sat, 12 Jul 2025 22:38:42 +0000 Subject: [PATCH] updated Signed-off-by: Robert Shaw --- benchmarks/kernels/Justfile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/benchmarks/kernels/Justfile b/benchmarks/kernels/Justfile index 6b2a8c67357bb..9e32aa8abc505 100644 --- a/benchmarks/kernels/Justfile +++ b/benchmarks/kernels/Justfile @@ -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 \