How to use from
Pi
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf lainlives/Qwen3.5-4B-GGUF:
Configure the model in Pi
# Install Pi:
npm install -g @earendil-works/pi-coding-agent
# Add to ~/.pi/agent/models.json:
{
  "providers": {
    "llama-cpp": {
      "baseUrl": "http://localhost:8080/v1",
      "api": "openai-completions",
      "apiKey": "none",
      "models": [
        {
          "id": "lainlives/Qwen3.5-4B-GGUF:"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

lainlives/Qwen3.5-4B-GGUF

This model contains GGUF format model files for unsloth/Qwen3.5-4B.

Available Quants

The following files were generated and uploaded to this repo: Q4_0, Q4_K_S, Q4_K_M, Q5_0, Q5_K_S, Q5_K_M, Q6_K, Q8_0, f16, bf16

Use with llama.cpp

CLI:

llama-cli --hf-repo lainlives/Qwen3.5-4B-GGUF --hf-file Qwen3.5-4B-Q4_K_M.gguf -p "The meaning to life and the universe is"

Server:

llama-server --hf-repo lainlives/Qwen3.5-4B-GGUF --hf-file Qwen3.5-4B-Q4_K_M.gguf -c 2048

Or ollama

CLI:

ollama run https://hf.co/lainlives/Qwen3.5-4B-GGUF:Q4_K_M
Downloads last month
407
GGUF
Model size
4B params
Architecture
qwen35
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

6-bit

8-bit

16-bit

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

Model tree for lainlives/Qwen3.5-4B-GGUF

Finetuned
Qwen/Qwen3.5-4B
Quantized
(24)
this model