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 ertghiu256/Qwen3.5-0.8b-instruct-v2-gguf:
# Run inference directly in the terminal:
llama cli -hf ertghiu256/Qwen3.5-0.8b-instruct-v2-gguf:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf ertghiu256/Qwen3.5-0.8b-instruct-v2-gguf:
# Run inference directly in the terminal:
llama cli -hf ertghiu256/Qwen3.5-0.8b-instruct-v2-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 ertghiu256/Qwen3.5-0.8b-instruct-v2-gguf:
# Run inference directly in the terminal:
./llama-cli -hf ertghiu256/Qwen3.5-0.8b-instruct-v2-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 ertghiu256/Qwen3.5-0.8b-instruct-v2-gguf:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf ertghiu256/Qwen3.5-0.8b-instruct-v2-gguf:
Use Docker
docker model run hf.co/ertghiu256/Qwen3.5-0.8b-instruct-v2-gguf:
Quick Links

Qwen3.5-0.8b-instruct-v2-gguf : GGUF

This model was finetuned and converted to GGUF format using Unsloth.

Example usage:

  • For text only LLMs: llama-cli -hf ertghiu256/Qwen3.5-0.8b-instruct-v2-gguf --jinja
  • For multimodal models: llama-mtmd-cli -hf ertghiu256/Qwen3.5-0.8b-instruct-v2-gguf --jinja

Available Model files:

  • Qwen3.5-0.8B.Q5_K_M.gguf
  • Qwen3.5-0.8B.Q8_0.gguf
  • Qwen3.5-0.8B.Q4_K_M.gguf
  • Qwen3.5-0.8B.F16-mmproj.gguf This was trained 2x faster with Unsloth
Downloads last month
156
GGUF
Model size
0.8B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

8-bit

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

Model tree for ertghiu256/Qwen3.5-0.8b-instruct-v2-gguf

Quantized
(1)
this model