How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="muzzy/GLM-5.2-GGUF",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

'ik_llama.cpp' imatrix quants of zai-org/GLM-5.2

These quants were made with the same scripts that Ubergarm used for his GLM5.1 quants. Many thanks to him!

Quant Perplexity against wiki.text.raw
IQ1 Final estimate: PPL over 565 chunks for n_ctx=512 = 4.4567 +/- 0.02620
IQ2 KS Final estimate: PPL over 565 chunks for n_ctx=512 = 3.7897 +/- 0.02148
IQ2 KL Final estimate: PPL over 565 chunks for n_ctx=512 = 3.1085 +/- 0.01690
IQ3 Final estimate: PPL over 565 chunks for n_ctx=512 = 2.8533 +/- 0.01529
IQ4 Final estimate: PPL over 565 chunks for n_ctx=512 = 2.7357 +/- 0.01445
Downloads last month
2,880
GGUF
Model size
753B params
Architecture
glm-dsa
Hardware compatibility
Log In to add your hardware

2-bit

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

Model tree for muzzy/GLM-5.2-GGUF

Base model

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