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="spicyneuron/baichuan-inc-Baichuan-M3-235B-GGUF",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

Experimental Unsloth-inspired quant created with GGUF Clone. Feedback welcome!

Credits and instructions:

Downloads last month
1
GGUF
Model size
235B params
Architecture
qwen3moe
Hardware compatibility
Log In to add your hardware

4-bit

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

Model tree for spicyneuron/baichuan-inc-Baichuan-M3-235B-GGUF

Quantized
(7)
this model