Transformers
GGUF
English
Not-For-All-Audiences
llama-cpp
gguf-my-repo
conversational
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="aaronday3/Celeste-12B-V1.6-Q4_K_M-GGUF",
	filename="celeste-12b-v1.6-q4_k_m.gguf",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

Not-For-All-Audiences

This repository has been marked as containing sensitive content and may contain potentially harmful and sensitive information.

View model card