Skip to content

Commit 31066f8

Browse files
committed
chore: use qwen-3-32b model in balatrobench
1 parent 4b42402 commit 31066f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)"

0 commit comments

Comments
 (0)