We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f7a87e commit 12dc118Copy full SHA for 12dc118
1 file changed
run_benchmark.sh
@@ -254,16 +254,11 @@ elif [ "$suite_opt" == "5" ] || [ "$suite_opt" == "6" ]; then
254
else
255
options=(
256
"mlx-community/gemma-4-26b-a4b-it-8bit"
257
+ "mlx-community/gemma-4-26b-a4b-it-4bit"
258
"mlx-community/gemma-4-31b-it-8bit"
259
+ "mlx-community/gemma-4-31b-it-4bit"
260
"mlx-community/gemma-4-e4b-it-8bit"
- "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"
+ "mlx-community/gemma-4-e4b-it-4bit"
267
"Custom (Enter your own Hub ID)"
268
"Quit"
269
)
0 commit comments