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="MarsupialAI/MG-FinalMix-72B_iMatrix_GGUF",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

iMatrix GGUFs for https://huggingface.co/Undi95/MG-FinalMix-72B

imat generated with Kalomaxe's groups_merged.txt

Downloads last month
97
GGUF
Model size
73B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

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

Model tree for MarsupialAI/MG-FinalMix-72B_iMatrix_GGUF