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 michaelw9999/Qwen3.8-27B-MXFP8-GGUF
# Run inference directly in the terminal:
llama cli -hf michaelw9999/Qwen3.8-27B-MXFP8-GGUF
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf michaelw9999/Qwen3.8-27B-MXFP8-GGUF
# Run inference directly in the terminal:
llama cli -hf michaelw9999/Qwen3.8-27B-MXFP8-GGUF
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 michaelw9999/Qwen3.8-27B-MXFP8-GGUF
# Run inference directly in the terminal:
./llama-cli -hf michaelw9999/Qwen3.8-27B-MXFP8-GGUF
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 michaelw9999/Qwen3.8-27B-MXFP8-GGUF
# Run inference directly in the terminal:
./build/bin/llama-cli -hf michaelw9999/Qwen3.8-27B-MXFP8-GGUF
Use Docker
docker model run hf.co/michaelw9999/Qwen3.8-27B-MXFP8-GGUF
Quick Links

More information and benchmarks will be posted soon.
This was converted from the original Qwen/Qwen3.8-27B repository.

It was quantized using my advanced-gguf-quantizer tool.

To use this model, you must build my unofficial MXFP8 fork of llama.cpp at:
https://github.com/michaelw9999/llama.cpp/tree/mxfp8_cuda
On Blackwell, I am seeing that MXFP8 is faster than Q8_0 and is comparable in quality.
I will post some mixed NVFP4/MXFP6/MXFP8 models soon that should provide the fastest possible Blackwell models.
Please let me know your feedback and if you have any problems, I will be happy to help!

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

We're not able to determine the quantization variants.

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for michaelw9999/Qwen3.8-27B-MXFP8-GGUF

Base model

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