How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf julien-c/Qwen3.5-4B-uncensored-GGUF:
# Run inference directly in the terminal:
llama-cli -hf julien-c/Qwen3.5-4B-uncensored-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf julien-c/Qwen3.5-4B-uncensored-GGUF:
# Run inference directly in the terminal:
llama-cli -hf julien-c/Qwen3.5-4B-uncensored-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 julien-c/Qwen3.5-4B-uncensored-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf julien-c/Qwen3.5-4B-uncensored-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 julien-c/Qwen3.5-4B-uncensored-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf julien-c/Qwen3.5-4B-uncensored-GGUF:
Use Docker
docker model run hf.co/julien-c/Qwen3.5-4B-uncensored-GGUF:
Quick Links

Qwen3.5-4B-uncensored-GGUF : GGUF

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

Example usage:

  • For text only LLMs: llama-cli -hf julien-c/Qwen3.5-4B-uncensored-GGUF --jinja
  • For multimodal models: llama-mtmd-cli -hf julien-c/Qwen3.5-4B-uncensored-GGUF --jinja

Available Model files:

  • Qwen3.5-4B.Q3_K_M.gguf
  • Qwen3.5-4B.BF16-mmproj.gguf This was trained 2x faster with Unsloth
Downloads last month
859
GGUF
Model size
4B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

3-bit

4-bit

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