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 V3N0M/Aisha-Qwen-Uncensored:
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": "V3N0M/Aisha-Qwen-Uncensored:"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

Aisha-Qwen-Uncensored : GGUF

This model was finetuned and converted to GGUF format using Unsloth.

Example usage:

  • For text only LLMs: llama-cli -hf V3N0M/Aisha-Qwen-Uncensored --jinja
  • For multimodal models: llama-mtmd-cli -hf V3N0M/Aisha-Qwen-Uncensored --jinja

Available Model files:

  • qwen3-4b.F16.gguf
  • qwen3-4b.Q8_0.gguf
  • qwen3-4b.Q4_K_M.gguf

Ollama

An Ollama Modelfile is included for easy deployment. This was trained 2x faster with Unsloth

Downloads last month
42
Safetensors
Model size
4B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for V3N0M/Aisha-Qwen-Uncensored

Quantizations
2 models