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

GLM-5.1-Qwen3-0.6B-CoNDeNse-GGUF

GGUF quantized releases of CoNDeNse-AI/GLM-5.1-Qwen3-0.6B-CoNDeNse.

This repository contains multiple GGUF quantizations optimized for local inference with llama.cpp, koboldcpp, LM Studio, Ollama, and other GGUF-compatible runtimes.

Available Quantizations

Quant Recommended Use
Q2_K Ultra low RAM / mobile
Q3_K_M Lightweight balanced inference
Q4_K_M Recommended default
Q5_K_M Higher quality
Q6_K Maximum quality GGUF

Base Model

  • Base: Qwen/Qwen3-0.6B
  • Fine-tune: CoNDeNse-AI/GLM-5.1-Qwen3-0.6B-CoNDeNse

Features

  • Strong reasoning for model size
  • Compact and efficient
  • Optimized for local inference
  • GGUF support for CPU/GPU runtimes
  • Works well for:
    • Coding
    • Chat
    • Lightweight reasoning
    • Instruction following

Recommended Runtime

llama.cpp

./llama-cli \\
  -m model.gguf \\
  -c 4096 \\
  -ngl 999

Suggested Settings

Setting Value
Temperature 0.7
Top_p 0.9
Context Length 4096
Repeat Penalty 1.05

Compatibility

Tested with:

  • llama.cpp
  • LM Studio
  • Ollama
  • KoboldCpp
  • Jan

Hardware Recommendations

Quant RAM Needed
Q2_K ~1 GB
Q3_K_M ~1.5 GB
Q4_K_M ~2 GB
Q5_K_M ~2.5 GB
Q6_K ~3+ GB

Usage Notes

Q4_K_M is recommended for most users as the best balance between quality and speed. Q6_K provides the highest quality but requires more memory.

Credits

  • Base model by Qwen team
  • Fine-tune by CoNDeNse-AI
  • GGUF conversion using Unsloth + llama.cpp ecosystem

Disclaimer

This model may generate incorrect, biased, or fabricated information. Use responsibly.

License

Please follow the original license and usage terms of the base model and fine-tuned model.

Downloads last month
312
GGUF
Model size
0.6B params
Architecture
qwen3
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

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

Model tree for CoNDeNse-AI/GLM-5.1-Qwen3-0.6B-CoNDeNse-GGUF

Quantized
(2)
this model

Collection including CoNDeNse-AI/GLM-5.1-Qwen3-0.6B-CoNDeNse-GGUF