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 Fazmin/solus_v1_qwopus-coder-3b-q4:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf Fazmin/solus_v1_qwopus-coder-3b-q4:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf Fazmin/solus_v1_qwopus-coder-3b-q4:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf Fazmin/solus_v1_qwopus-coder-3b-q4: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 Fazmin/solus_v1_qwopus-coder-3b-q4:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf Fazmin/solus_v1_qwopus-coder-3b-q4: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 Fazmin/solus_v1_qwopus-coder-3b-q4:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf Fazmin/solus_v1_qwopus-coder-3b-q4:Q4_K_M
Use Docker
docker model run hf.co/Fazmin/solus_v1_qwopus-coder-3b-q4:Q4_K_M
Quick Links

QwOpus Coder 3B โ€” Solus v1

A compact coding model that reasons before it answers. It is Qwen2.5-Coder-3B-Instruct fine-tuned with LoRA on roughly 3,200 Claude Opus 4.6 reasoning trajectories, which teaches it to work a problem through inside <think> tags and then give a clean final answer.

The result is a 3B model with a visible chain of thought that still runs fast on consumer hardware, including 4 GB VRAM laptops. Its limits are the ones you would expect at this scale: it is not the right tool for large multi-file changes or system design.

Specifications

Parameters 3B
Quantization Q4_K_M
File size 1.80 GB
Minimum RAM 5.00 GB
Minimum VRAM not required
Context length 8,192 tokens
SHA-256 b31bbeb1c0ff218fb3e093325cf96596ee9df5db4ca0fcd7ecb4f3140275a7db

Single file: qwen2.5-coder-3b-instruct.Q4_K_M.gguf

Quantization

Quantization performed at the Faculty of Engineering, McMaster University.

The GGUF conversion this build is derived from was produced by ryzdfm, and the weights here are a byte-for-byte copy of that file โ€” the SHA-256 above matches the upstream artifact.

Provenance

Usage

llama-cli -m qwen2.5-coder-3b-instruct.Q4_K_M.gguf -cnv
Downloads last month
36
GGUF
Model size
3B params
Architecture
qwen2
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 Fazmin/solus_v1_qwopus-coder-3b-q4

Base model

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