mfielding92/thefriend-31b-v2-GGUF overview
thefriend 31b v2 — GGUF Unsloth Dynamic 2.0 UD GGUF quants of mfielding92/thefriend 31b v2 https://huggingface.co/mfielding92/thefriend 31b v2 . UD recipes ext…
Runs locally from ~7.95 GB disk (8 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| thefriend-31b-v2-BF16.gguf | GGUF | BF16 | 57.20 GB | Download |
| thefriend-31b-v2-IQ3_S.gguf | GGUF | IQ3_S | 12.82 GB | Download |
| thefriend-31b-v2-IQ4_NL.gguf | GGUF | IQ4_NL | 16.44 GB | Download |
| thefriend-31b-v2-IQ4_NL_XL.gguf | GGUF | IQ4_NL_XL | 16.44 GB | Download |
| thefriend-31b-v2-IQ4_XS.gguf | GGUF | IQ4_XS | 15.59 GB | Download |
| thefriend-31b-v2-MXFP4_MOE.gguf | GGUF | GGUF | 30.39 GB | Download |
| thefriend-31b-v2-Q3_K_M.gguf | GGUF | Q3_K_M | 14.24 GB | Download |
| thefriend-31b-v2-Q3_K_S.gguf | GGUF | Q3_K_S | 12.82 GB | Download |
| thefriend-31b-v2-Q4_K_M.gguf | GGUF | Q4_K_M | 17.40 GB | Download |
| thefriend-31b-v2-Q4_K_S.gguf | GGUF | Q4_K_S | 16.54 GB | Download |
| thefriend-31b-v2-Q5_K_M.gguf | GGUF | Q5_K_M | 20.35 GB | Download |
| thefriend-31b-v2-Q5_K_S.gguf | GGUF | Q5_K_S | 19.85 GB | Download |
| thefriend-31b-v2-Q8_0.gguf | GGUF | Q8_0 | 30.39 GB | Download |
| thefriend-31b-v2-UD-IQ2_M.gguf | GGUF | IQ2_M | 10.01 GB | Download |
| thefriend-31b-v2-UD-IQ2_XXS.gguf | GGUF | IQ2_XXS | 7.95 GB | Download |
| thefriend-31b-v2-UD-IQ3_XXS.gguf | GGUF | IQ3_XXS | 11.02 GB | Download |
| thefriend-31b-v2-UD-Q2_K_XL.gguf | GGUF | Q2_K_XL | 10.97 GB | Download |
| thefriend-31b-v2-UD-Q3_K_XL.gguf | GGUF | Q3_K_XL | 14.32 GB | Download |
| thefriend-31b-v2-UD-Q4_K_XL.gguf | GGUF | Q4_K_XL | 17.53 GB | Download |
| thefriend-31b-v2-UD-Q5_K_XL.gguf | GGUF | Q5_K_XL | 20.39 GB | Download |
| thefriend-31b-v2-UD-Q6_K.gguf | GGUF | Q6_K | 23.47 GB | Download |
| thefriend-31b-v2-UD-Q6_K_XL.gguf | GGUF | Q6_K_XL | 25.63 GB | Download |
| thefriend-31b-v2-UD-Q8_K_XL.gguf | GGUF | Q8_K_XL | 32.61 GB | Download |
Model Details
| Model ID | mfielding92/thefriend-31b-v2-GGUF |
|---|---|
| Author | mfielding92 |
| Pipeline | — |
| License | — |
| Base model | mfielding92/thefriend-31b-v2 |
| Last modified | 2026-08-14T13:52:54.000Z |
Model README
---
tags:
- gguf
- quantized
- unsloth-dynamic
- imatrix
base_model:
- mfielding92/thefriend-31b-v2
---
thefriend-31b-v2 — GGUF
Unsloth Dynamic 2.0 (UD) GGUF quants of mfielding92/thefriend-31b-v2.
- UD recipes extracted from
unsloth/gemma-4-31B-it-GGUF - imatrix from the same repo
- Per-tensor quant overrides applied via stock
llama.cpp's--tensor-type
Recommended quants
| Quant | Approx size | Notes |
|---|---|---|
| UD-Q4_K_XL | best quality/size ratio for most users | recommended default |
| UD-Q5_K_M | higher quality | if you have headroom |
| UD-Q3_K_XL | smaller, still very usable | tight VRAM |
| UD-Q2_K_XL | extreme compression | budget setups |
Files appear here as they finish quantizing. See the file list below.
Run with llama.cpp
./llama.cpp/llama-cli \
--model thefriend-31b-v2-UD-Q4_K_XL.gguf \
--temp 0.6 --top-p 0.95 --top-k 20 --min-p 0.0 \
--ctx-size 16384 --n-gpu-layers 99Run mfielding92/thefriend-31b-v2-GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models