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/Huihui-MoE-4.8B-A1.7B-abliterated-MXFP4_MOE-GGUF",
	filename="Huihui-MoE-4.8B-A1.7B-abliterated-MXFP4_MOE.gguf",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

This is a MXFP4_MOE quantization of the model Huihui-MoE-4.8B-A1.7B-abliterated

Model quantized with F16 GGUF's from: https://huggingface.co/DevQuasar/huihui-ai.Huihui-MoE-4.8B-A1.7B-abliterated-GGUF

Original model: https://huggingface.co/huihui-ai/Huihui-MoE-4.8B-A1.7B-abliterated

Downloads last month
22
GGUF
Model size
5B 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 noctrex/Huihui-MoE-4.8B-A1.7B-abliterated-MXFP4_MOE-GGUF

Collection including noctrex/Huihui-MoE-4.8B-A1.7B-abliterated-MXFP4_MOE-GGUF