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="owao/KAT-Coder-V2.5-Dev-Q6_K-GGUF",
	filename="kat-coder-v2.5-dev-q6_k.gguf",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

owao/KAT-Coder-V2.5-Dev-Q6_K-GGUF

This model was converted to GGUF format from Kwaipilot/KAT-Coder-V2.5-Dev using llama.cpp via the ggml.ai's GGUF-my-repo space. Refer to the original model card for more details on the model.

Downloads last month
505
GGUF
Model size
35B params
Architecture
qwen35moe
Hardware compatibility
Log In to add your hardware

6-bit

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

Model tree for owao/KAT-Coder-V2.5-Dev-Q6_K-GGUF

Quantized
(30)
this model