How to use from
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 vaultai/Qwen3.8-27B-GGUF:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf vaultai/Qwen3.8-27B-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 vaultai/Qwen3.8-27B-GGUF:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf vaultai/Qwen3.8-27B-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 vaultai/Qwen3.8-27B-GGUF:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf vaultai/Qwen3.8-27B-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 vaultai/Qwen3.8-27B-GGUF:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf vaultai/Qwen3.8-27B-GGUF:Q4_K_M
Use Docker
docker model run hf.co/vaultai/Qwen3.8-27B-GGUF:Q4_K_M
Quick Links

Qwen3.8-27B-GGUF (exact mirror, Q4_K_M)

Byte-for-byte mirror of the plain Q4_K_M GGUF and F16 vision projector originally published by Unsloth in unsloth/Qwen3.8-27B-GGUF (the plain Q4_K_M file has since been replaced upstream by Dynamic "UD" variants). Hosted here so the exact tested file stays at a stable address.

File SHA-256 Bytes
Qwen3.8-27B-Q4_K_M.gguf 7e78da5d7e3ae28d178121f58646953305f3e5bd3cb46f4a75584e8b6c6fe169 17,106,775,008
mmproj-F16.gguf cbb841a9ee0636b2ec172f5bb8df2ea8dfeb01e90fe7c6126581d662a0b4e43e 927,607,488

template and params pin the chat template and sampling parameters used with these files. Credit for the model and quantization belongs to Qwen and Unsloth; license Apache 2.0 as published.

Downloads last month
96
GGUF
Model size
27B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for vaultai/Qwen3.8-27B-GGUF

Base model

Qwen/Qwen3.8-27B
Quantized
(917)
this model