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 \