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="ggml-org/GLM-4.6V-GGUF",
	filename="",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

GLM-4.6V-GGUF

This model is converted from zai-org/GLM-4.6V to GGUF using convert_hf_to_gguf.py

To use it:

llama-server -hf ggml-org/GLM-4.6V-GGUF
Downloads last month
5,245
GGUF
Model size
107B params
Architecture
glm4moe
Hardware compatibility
Log In to add your hardware

4-bit

8-bit

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

Model tree for ggml-org/GLM-4.6V-GGUF

Base model

zai-org/GLM-4.6V
Quantized
(19)
this model

Collection including ggml-org/GLM-4.6V-GGUF