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="Blackroot/Dans-PersonalityEngine-V1.3.0-24b-Q6_K",
	filename="Dans-PersonalityEngine-V1.3.0-24b.gguf",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

Original model from: https://huggingface.co/PocketDoc/Dans-PersonalityEngine-V1.3.0-24b

I've included the DanChat2.json which is the recommended chat template presets for sillytavern. This model has a custom chat template so be aware it will not work optimally using some other formatting.

Downloads last month
23
GGUF
Model size
24B params
Architecture
llama
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 Blackroot/Dans-PersonalityEngine-V1.3.0-24b-Q6_K