Text Generation
Transformers
GGUF
English
Spanish
llama-cpp
koboldcpp
nsfw
rp
roleplay
español
uncensored
1b
4-bit precision
Not-For-All-Audiences
imatrix
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="Novaciano/Aesir-3.2-1B-GRPO_MiniThinky_Q4_K_S-GGUF",
	filename="Aesir-3.2-1B-GRPO_MiniThinky_Q4_K_S.gguf",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

Not-For-All-Audiences

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

View model card