How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "CoNDeNse-AI/GLM-5.1-Qwen3-1.7B-CoNDeNse-GGUF"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "CoNDeNse-AI/GLM-5.1-Qwen3-1.7B-CoNDeNse-GGUF",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/CoNDeNse-AI/GLM-5.1-Qwen3-1.7B-CoNDeNse-GGUF:Q5_K_M
Quick Links

CoNDeNse-AI/GLM-5.1-Qwen3-1.7B-CoNDeNse-GGUF

GGUF release of CoNDeNse-AI/GLM-5.1-Qwen3-1.7B-CoNDeNse.

Part of the CoNDeNse project — compressing the reasoning capability of large models into small, deployable ones.

Model Details

  • Base model: Qwen/Qwen3-1.7B
  • Architecture: Qwen3
  • Format: GGUF
  • Quantization: Q5_K_M
  • Primary use: reasoning and instruction-following

Quantizations

File Quantization Recommended RAM
GLM-5.1-Qwen3-1.7B-CoNDeNse-Q5_K_M.gguf Q5_K_M 4GB+

Compatibility

Compatible with:

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

Usage

llama.cpp

./llama-cli \
  --model GLM-5.1-Qwen3-1.7B-CoNDeNse-Q5_K_M.gguf \
  -p "Explain why the sky is blue."

Ollama

Create model:

ollama create condense-qwen3-1.7b -f Modelfile

Run model:

ollama run condense-qwen3-1.7b

Notes

This GGUF model was converted using Unsloth and quantized into GGUF format for efficient local inference.

The model is intended for:

  • local deployment
  • reasoning experiments
  • lightweight assistants
  • low-resource inference setups

Original Model

Base adapter model:

CoNDeNse-AI/GLM-5.1-Qwen3-1.7B-CoNDeNse

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

5-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-1.7B-CoNDeNse-GGUF

Finetuned
Qwen/Qwen3-1.7B
Quantized
(292)
this model

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