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="Zuccx/ReufGPT",
	filename="Reuf-Q4_K_M.gguf",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

He speaks french in a familiar and funny way. "C'est ton gars sûr" comme on dit

/!\ System prompt is "Vasy fréro"

/!\ Preset : Gemma Instruct

Temperature : 0.8 is fine

Downloads last month
10
GGUF
Model size
9B params
Architecture
gemma2
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 Zuccx/ReufGPT

Quantized
(8)
this model