Last active
May 10, 2026 13:49
-
-
Save selfup/2702d6bbda4472ce165a1050d4d674d3 to your computer and use it in GitHub Desktop.
Ministral 3 (3B, 8B, 14B) Instruct - M3 Ultra 96GB and M5 Max 36GB llama.cpp benchmark
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Apple Silicon and Linux x86 llama-bench: Ministral 3 family Q4_K_M depth sweep | |
| # Testing for the Ministral 3 family (Ministral-3B, Ministral-8B, Ministral-14B) on Apple Silicon | |
| # and (3B, 8B) on Ubuntu x86 with a 3060ti | |
| # Instruct only no reasoning | |
| llama-bench \ | |
| -m ~/.lmstudio/models/lmstudio-community/Ministral-3-3B-Instruct-2512-GGUF/Ministral-3-3B-Instruct-2512-Q4_K_M.gguf \ | |
| -m ~/.lmstudio/models/lmstudio-community/Ministral-3-8B-Instruct-2512-GGUF/Ministral-3-8B-Instruct-2512-Q4_K_M.gguf \ | |
| -m ~/.lmstudio/models/lmstudio-community/Ministral-3-14B-Instruct-2512-GGUF/Ministral-3-14B-Instruct-2512-Q4_K_M.gguf \ | |
| -p 512 -n 128 -fa 1 -ngl 99 \ | |
| -d 0,4096,8192,16384 \ | |
| -o md > local-ministral-q4km-x_y_z.md 2>/dev/null |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ubuntu 3800x 32GB 3060ti (3B and 8B)