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="alibayram/magibu_q3_9b",
	filename="",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

magibu_q3_9b : GGUF

This model was finetuned and converted to GGUF format using Unsloth.

Example usage:

  • For text only LLMs: llama-cli -hf alibayram/magibu_q3_9b --jinja
  • For multimodal models: llama-mtmd-cli -hf alibayram/magibu_q3_9b --jinja

Available Model files:

  • magibu_q3_9b.Q4_K_M.gguf
  • magibu_q3_9b.BF16-mmproj.gguf This was trained 2x faster with Unsloth
Downloads last month
23
Safetensors
Model size
10B params
Tensor type
BF16
·
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support