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

OpenR1-Distill-7B-F32-GGUF

OpenR1-Distill-7B-F32-GGUF is a quantized version of OpenR1-Distill-7B, which is a post-trained model based on Qwen/Qwen2.5-Math-7B. It was further trained on Mixture-of-Thoughts, a curated dataset of 350k verified reasoning traces distilled from DeepSeek-R1. The dataset covers tasks in mathematics, coding, and science, and is designed to teach language models to reason step-by-step.

Model File

File Name Size Format Notes
OpenR1-Distill-7B.BF16.gguf 15.2 GB GGUF BF16 precision model
OpenR1-Distill-7B.F16.gguf 15.2 GB GGUF FP16 precision model
OpenR1-Distill-7B.F32.gguf 30.5 GB GGUF FP32 precision model
OpenR1-Distill-7B.Q2_K.gguf 3.02 GB GGUF 2-bit quantized (Q2_K) model
OpenR1-Distill-7B.Q4_K_M.gguf 4.68 GB GGUF 4-bit quantized (Q4_K_M) model
.gitattributes 1.84 kB Text Git LFS tracking config
config.json 31 B JSON Model configuration file
README.md 213 B Markdown This readme file

Quants Usage

(sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)

Here is a handy graph by ikawrakow comparing some lower-quality quant types (lower is better):

image.png

Downloads last month
58
GGUF
Model size
8B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

2-bit

4-bit

16-bit

32-bit

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

Model tree for prithivMLmods/OpenR1-Distill-7B-F32-GGUF

Base model

Qwen/Qwen2.5-7B
Quantized
(5)
this model

Dataset used to train prithivMLmods/OpenR1-Distill-7B-F32-GGUF