Instructions to use eaddario/Mistral-Small-3.2-24B-Instruct-2506-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use eaddario/Mistral-Small-3.2-24B-Instruct-2506-GGUF with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf eaddario/Mistral-Small-3.2-24B-Instruct-2506-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf eaddario/Mistral-Small-3.2-24B-Instruct-2506-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf eaddario/Mistral-Small-3.2-24B-Instruct-2506-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf eaddario/Mistral-Small-3.2-24B-Instruct-2506-GGUF:Q4_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf eaddario/Mistral-Small-3.2-24B-Instruct-2506-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf eaddario/Mistral-Small-3.2-24B-Instruct-2506-GGUF:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf eaddario/Mistral-Small-3.2-24B-Instruct-2506-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf eaddario/Mistral-Small-3.2-24B-Instruct-2506-GGUF:Q4_K_M
Use Docker
docker model run hf.co/eaddario/Mistral-Small-3.2-24B-Instruct-2506-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use eaddario/Mistral-Small-3.2-24B-Instruct-2506-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "eaddario/Mistral-Small-3.2-24B-Instruct-2506-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "eaddario/Mistral-Small-3.2-24B-Instruct-2506-GGUF", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/eaddario/Mistral-Small-3.2-24B-Instruct-2506-GGUF:Q4_K_M
- Ollama
How to use eaddario/Mistral-Small-3.2-24B-Instruct-2506-GGUF with Ollama:
ollama run hf.co/eaddario/Mistral-Small-3.2-24B-Instruct-2506-GGUF:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use eaddario/Mistral-Small-3.2-24B-Instruct-2506-GGUF with Docker Model Runner:
docker model run hf.co/eaddario/Mistral-Small-3.2-24B-Instruct-2506-GGUF:Q4_K_M
- Lemonade
How to use eaddario/Mistral-Small-3.2-24B-Instruct-2506-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull eaddario/Mistral-Small-3.2-24B-Instruct-2506-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Mistral-Small-3.2-24B-Instruct-2506-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Generate Perplexity, KLD, ARC, HellaSwag, MMLU, Truthful QA and WinoGrande scores
Browse files- scores/Mistral-Small-3.2-24B-Instruct-2506-q4_k_m.arc +21 -0
- scores/Mistral-Small-3.2-24B-Instruct-2506-q4_k_m.hsw +20 -0
- scores/Mistral-Small-3.2-24B-Instruct-2506-q4_k_m.mmlu +21 -0
- scores/Mistral-Small-3.2-24B-Instruct-2506-q4_k_m.ppx +37 -0
- scores/Mistral-Small-3.2-24B-Instruct-2506-q4_k_m.tqa +21 -0
scores/Mistral-Small-3.2-24B-Instruct-2506-q4_k_m.arc
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
build: 5900 (10a0351a) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0
|
| 2 |
+
llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free
|
| 3 |
+
llama_model_loader: loaded meta data with 46 key-value pairs and 363 tensors from ./Mistral-Small-3.2-24B-Instruct-2506-Q4_K_M.gguf (version GGUF V3 (latest))
|
| 4 |
+
|
| 5 |
+
Final result: 69.0667 +/- 1.6889
|
| 6 |
+
Random chance: 25.0083 +/- 1.5824
|
| 7 |
+
|
| 8 |
+
|
| 9 |
+
llama_perf_context_print: load time = 5870.95 ms
|
| 10 |
+
llama_perf_context_print: prompt eval time = 172816.96 ms / 36666 tokens ( 4.71 ms per token, 212.17 tokens per second)
|
| 11 |
+
llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second)
|
| 12 |
+
llama_perf_context_print: total time = 173679.86 ms / 36667 tokens
|
| 13 |
+
ggml_metal_free: deallocating
|
| 14 |
+
ggml_metal_mem_pool_free: freeing memory pool, num heaps = 0 (total = 0)
|
| 15 |
+
ggml_metal_mem_pool_free: freeing memory pool, num heaps = 0 (total = 0)
|
| 16 |
+
ggml_metal_mem_pool_free: freeing memory pool, num heaps = 0 (total = 0)
|
| 17 |
+
ggml_metal_mem_pool_free: freeing memory pool, num heaps = 0 (total = 0)
|
| 18 |
+
ggml_metal_mem_pool_free: freeing memory pool, num heaps = 0 (total = 0)
|
| 19 |
+
ggml_metal_mem_pool_free: freeing memory pool, num heaps = 0 (total = 0)
|
| 20 |
+
ggml_metal_mem_pool_free: freeing memory pool, num heaps = 0 (total = 0)
|
| 21 |
+
ggml_metal_mem_pool_free: freeing memory pool, num heaps = 0 (total = 0)
|
scores/Mistral-Small-3.2-24B-Instruct-2506-q4_k_m.hsw
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
build: 5900 (10a0351a) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0
|
| 2 |
+
llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free
|
| 3 |
+
llama_model_loader: loaded meta data with 46 key-value pairs and 363 tensors from ./Mistral-Small-3.2-24B-Instruct-2506-Q4_K_M.gguf (version GGUF V3 (latest))
|
| 4 |
+
|
| 5 |
+
750 83.33333333% [80.4977%, 85.8293%]
|
| 6 |
+
|
| 7 |
+
|
| 8 |
+
llama_perf_context_print: load time = 901.73 ms
|
| 9 |
+
llama_perf_context_print: prompt eval time = 611981.24 ms / 129319 tokens ( 4.73 ms per token, 211.31 tokens per second)
|
| 10 |
+
llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second)
|
| 11 |
+
llama_perf_context_print: total time = 615620.44 ms / 129320 tokens
|
| 12 |
+
ggml_metal_free: deallocating
|
| 13 |
+
ggml_metal_mem_pool_free: freeing memory pool, num heaps = 0 (total = 0)
|
| 14 |
+
ggml_metal_mem_pool_free: freeing memory pool, num heaps = 0 (total = 0)
|
| 15 |
+
ggml_metal_mem_pool_free: freeing memory pool, num heaps = 0 (total = 0)
|
| 16 |
+
ggml_metal_mem_pool_free: freeing memory pool, num heaps = 0 (total = 0)
|
| 17 |
+
ggml_metal_mem_pool_free: freeing memory pool, num heaps = 0 (total = 0)
|
| 18 |
+
ggml_metal_mem_pool_free: freeing memory pool, num heaps = 0 (total = 0)
|
| 19 |
+
ggml_metal_mem_pool_free: freeing memory pool, num heaps = 0 (total = 0)
|
| 20 |
+
ggml_metal_mem_pool_free: freeing memory pool, num heaps = 0 (total = 0)
|
scores/Mistral-Small-3.2-24B-Instruct-2506-q4_k_m.mmlu
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
build: 5900 (10a0351a) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0
|
| 2 |
+
llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free
|
| 3 |
+
llama_model_loader: loaded meta data with 46 key-value pairs and 363 tensors from ./Mistral-Small-3.2-24B-Instruct-2506-Q4_K_M.gguf (version GGUF V3 (latest))
|
| 4 |
+
|
| 5 |
+
Final result: 45.0667 +/- 1.8180
|
| 6 |
+
Random chance: 25.0000 +/- 1.5822
|
| 7 |
+
|
| 8 |
+
|
| 9 |
+
llama_perf_context_print: load time = 950.33 ms
|
| 10 |
+
llama_perf_context_print: prompt eval time = 323050.25 ms / 68956 tokens ( 4.68 ms per token, 213.45 tokens per second)
|
| 11 |
+
llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second)
|
| 12 |
+
llama_perf_context_print: total time = 324339.12 ms / 68957 tokens
|
| 13 |
+
ggml_metal_free: deallocating
|
| 14 |
+
ggml_metal_mem_pool_free: freeing memory pool, num heaps = 0 (total = 0)
|
| 15 |
+
ggml_metal_mem_pool_free: freeing memory pool, num heaps = 0 (total = 0)
|
| 16 |
+
ggml_metal_mem_pool_free: freeing memory pool, num heaps = 0 (total = 0)
|
| 17 |
+
ggml_metal_mem_pool_free: freeing memory pool, num heaps = 0 (total = 0)
|
| 18 |
+
ggml_metal_mem_pool_free: freeing memory pool, num heaps = 0 (total = 0)
|
| 19 |
+
ggml_metal_mem_pool_free: freeing memory pool, num heaps = 0 (total = 0)
|
| 20 |
+
ggml_metal_mem_pool_free: freeing memory pool, num heaps = 0 (total = 0)
|
| 21 |
+
ggml_metal_mem_pool_free: freeing memory pool, num heaps = 0 (total = 0)
|
scores/Mistral-Small-3.2-24B-Instruct-2506-q4_k_m.ppx
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
====== Perplexity statistics ======
|
| 2 |
+
Mean PPL(Q) : 5.288988 ± 0.030482
|
| 3 |
+
Mean PPL(base) : 5.056724 ± 0.028289
|
| 4 |
+
Cor(ln(PPL(Q)), ln(PPL(base))): 98.74%
|
| 5 |
+
Mean ln(PPL(Q)/PPL(base)) : 0.044908 ± 0.000917
|
| 6 |
+
Mean PPL(Q)/PPL(base) : 1.045932 ± 0.000960
|
| 7 |
+
Mean PPL(Q)-PPL(base) : 0.232265 ± 0.005153
|
| 8 |
+
|
| 9 |
+
====== KL divergence statistics ======
|
| 10 |
+
Mean KLD: 0.046663 ± 0.000405
|
| 11 |
+
Maximum KLD: 8.698647
|
| 12 |
+
99.9% KLD: 2.124999
|
| 13 |
+
99.0% KLD: 0.576927
|
| 14 |
+
99.0% KLD: 0.576927
|
| 15 |
+
Median KLD: 0.018407
|
| 16 |
+
10.0% KLD: 0.000476
|
| 17 |
+
5.0% KLD: 0.000131
|
| 18 |
+
1.0% KLD: 0.000017
|
| 19 |
+
Minimum KLD: -0.000061
|
| 20 |
+
|
| 21 |
+
====== Token probability statistics ======
|
| 22 |
+
Mean Δp: -0.077 ± 0.018 %
|
| 23 |
+
Maximum Δp: 93.922%
|
| 24 |
+
99.9% Δp: 37.396%
|
| 25 |
+
99.0% Δp: 16.027%
|
| 26 |
+
95.0% Δp: 7.966%
|
| 27 |
+
90.0% Δp: 5.036%
|
| 28 |
+
75.0% Δp: 1.441%
|
| 29 |
+
Median Δp: 0.021%
|
| 30 |
+
25.0% Δp: -0.801%
|
| 31 |
+
10.0% Δp: -4.350%
|
| 32 |
+
5.0% Δp: -8.091%
|
| 33 |
+
1.0% Δp: -24.916%
|
| 34 |
+
0.1% Δp: -70.360%
|
| 35 |
+
Minimum Δp: -99.157%
|
| 36 |
+
RMS Δp : 6.914 ± 0.057 %
|
| 37 |
+
Same top p: 91.235 ± 0.073 %
|
scores/Mistral-Small-3.2-24B-Instruct-2506-q4_k_m.tqa
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
build: 5900 (10a0351a) with Apple clang version 17.0.0 (clang-1700.0.13.3) for arm64-apple-darwin24.4.0
|
| 2 |
+
llama_model_load_from_file_impl: using device Metal (Apple M4 Max) - 49151 MiB free
|
| 3 |
+
llama_model_loader: loaded meta data with 46 key-value pairs and 363 tensors from ./Mistral-Small-3.2-24B-Instruct-2506-Q4_K_M.gguf (version GGUF V3 (latest))
|
| 4 |
+
|
| 5 |
+
Final result: 37.4667 +/- 1.7686
|
| 6 |
+
Random chance: 19.8992 +/- 1.4588
|
| 7 |
+
|
| 8 |
+
|
| 9 |
+
llama_perf_context_print: load time = 942.33 ms
|
| 10 |
+
llama_perf_context_print: prompt eval time = 246605.90 ms / 51053 tokens ( 4.83 ms per token, 207.02 tokens per second)
|
| 11 |
+
llama_perf_context_print: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second)
|
| 12 |
+
llama_perf_context_print: total time = 248227.45 ms / 51054 tokens
|
| 13 |
+
ggml_metal_free: deallocating
|
| 14 |
+
ggml_metal_mem_pool_free: freeing memory pool, num heaps = 0 (total = 0)
|
| 15 |
+
ggml_metal_mem_pool_free: freeing memory pool, num heaps = 0 (total = 0)
|
| 16 |
+
ggml_metal_mem_pool_free: freeing memory pool, num heaps = 0 (total = 0)
|
| 17 |
+
ggml_metal_mem_pool_free: freeing memory pool, num heaps = 0 (total = 0)
|
| 18 |
+
ggml_metal_mem_pool_free: freeing memory pool, num heaps = 0 (total = 0)
|
| 19 |
+
ggml_metal_mem_pool_free: freeing memory pool, num heaps = 0 (total = 0)
|
| 20 |
+
ggml_metal_mem_pool_free: freeing memory pool, num heaps = 0 (total = 0)
|
| 21 |
+
ggml_metal_mem_pool_free: freeing memory pool, num heaps = 0 (total = 0)
|