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="noctrex/Trinity-Mini-MXFP4_MOE-GGUF",
	filename="Trinity-Mini-MXFP4_MOE.gguf",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

This is a MXFP4_MOE quantization of the model Trinity-Mini

This is a imatrix version, based on the imatrix from bartowski.

Downloads last month
21
GGUF
Model size
26B params
Architecture
afmoe
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 noctrex/Trinity-Mini-MXFP4_MOE-GGUF

Quantized
(20)
this model