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
Pi
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf Novaciano/Aesir-3.2-1B-GRPO_MiniThinky_Q4_K_S-GGUF:Q4_K_S
Configure the model in Pi
# Install Pi:
npm install -g @mariozechner/pi-coding-agent
# Add to ~/.pi/agent/models.json:
{
  "providers": {
    "llama-cpp": {
      "baseUrl": "http://localhost:8080/v1",
      "api": "openai-completions",
      "apiKey": "none",
      "models": [
        {
          "id": "Novaciano/Aesir-3.2-1B-GRPO_MiniThinky_Q4_K_S-GGUF:Q4_K_S"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

Not-For-All-Audiences

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

View model card