How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="Open4bits/GLM-4.7-Flash-GGUF")
messages = [
    {"role": "user", "content": "Who are you?"},
]
pipe(messages)
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Open4bits/GLM-4.7-Flash-GGUF", dtype="auto")
Quick Links
README.md exists but content is empty.
Downloads last month
48
GGUF
Model size
30B params
Architecture
deepseek2
Hardware compatibility
Log In to add your hardware

1-bit

2-bit

3-bit

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

Model tree for Open4bits/GLM-4.7-Flash-GGUF

Quantized
(82)
this model

Collection including Open4bits/GLM-4.7-Flash-GGUF