How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "cfontes/GLM-5.2-BF16-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": "cfontes/GLM-5.2-BF16-GGUF",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/cfontes/GLM-5.2-BF16-GGUF:BF16
Quick Links

GLM-5.2 BF16 GGUF

BF16 GGUF of Z.ai's GLM-5.2 (745B MoE, 40B active, 1M context). Base for making your own quants without the 3-hour conversion.

Model Details

  • Base model: zai-org/GLM-5.2
  • Format: Split GGUF (8 shards)
  • Precision: BF16 (no quantization loss)
  • Total size: ~1.51TB
  • License: MIT (same as base model)

Produced by

Molt AI Corp

Downloads last month
507
GGUF
Model size
753B params
Architecture
glm-dsa
Hardware compatibility
Log In to add your hardware

16-bit

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

Model tree for cfontes/GLM-5.2-BF16-GGUF

Base model

zai-org/GLM-5.2
Quantized
(83)
this model