Skip to content

Commit 12dc118

Browse files
chore: trim default model menu to exclusively contain Gemma 4 variants
1 parent 9f7a87e commit 12dc118

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

run_benchmark.sh

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -254,16 +254,11 @@ elif [ "$suite_opt" == "5" ] || [ "$suite_opt" == "6" ]; then
254254
else
255255
options=(
256256
"mlx-community/gemma-4-26b-a4b-it-8bit"
257+
"mlx-community/gemma-4-26b-a4b-it-4bit"
257258
"mlx-community/gemma-4-31b-it-8bit"
259+
"mlx-community/gemma-4-31b-it-4bit"
258260
"mlx-community/gemma-4-e4b-it-8bit"
259-
"mlx-community/gemma-4-26b-a4b-it-4bit"
260-
"mlx-community/gemma-4-26b-a4b-it-4bit"
261-
"mlx-community/Qwen2.5-7B-Instruct-4bit"
262-
"mlx-community/Qwen2.5-14B-Instruct-4bit"
263-
"mlx-community/phi-4-mlx-4bit"
264-
"baa-ai/GLM-5.1-RAM-270GB-MLX"
265-
"baa-ai/GLM-5.1-4bit"
266-
"Thump604/DeepSeek-V4-Flash-MLX-Q3-mixed-gs128-affine"
261+
"mlx-community/gemma-4-e4b-it-4bit"
267262
"Custom (Enter your own Hub ID)"
268263
"Quit"
269264
)

0 commit comments

Comments
 (0)