File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,8 +101,8 @@ balatrobench: ## Run benchmark for all models and generate analysis (RUNS=5)
101101 @balatrollm --runs-dir ./balatrobench --runs $(RUNS ) --model cerebras/qwen-3-235b-a22b-thinking-2507 || true
102102 @echo " $( YELLOW) Running cerebras/qwen-3-235b-a22b-instruct-2507...$( RESET) "
103103 @balatrollm --runs-dir ./balatrobench --runs $(RUNS ) --model cerebras/qwen-3-235b-a22b-instruct-2507 || true
104- @echo " $( YELLOW) Running groq/openai/gpt-oss-20b ...$( RESET) "
105- @balatrollm --runs-dir ./balatrobench --runs $(RUNS ) --model groq/openai/gpt-oss-20b || true
104+ @echo " $( YELLOW) Running cerebras/qwen-3-32b ...$( RESET) "
105+ @balatrollm --runs-dir ./balatrobench --runs $(RUNS ) --model cerebras/qwen-3-32b || true
106106 @echo " $( YELLOW) Generating benchmark analysis...$( RESET) "
107107 @balatrollm benchmark --runs-dir balatrobench/runs --output-dir balatrobench/benchmarks
108108 @echo " $( GREEN) ✓ Benchmark completed$( RESET) "
You can’t perform that action at this time.
0 commit comments