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 dicksondickson/OUI-1-gguf:
Configure the model in Pi
# Install Pi:
npm install -g @earendil-works/pi-coding-agent
# Add to ~/.pi/agent/models.json:
{
  "providers": {
    "llama-cpp": {
      "baseUrl": "http://localhost:8080/v1",
      "api": "openai-completions",
      "apiKey": "none",
      "models": [
        {
          "id": "dicksondickson/OUI-1-gguf:"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

OUI-1 GGUF

This model is a quantization of:
https://huggingface.co/thesysdev/OUI-1

It was quantized using Unsloths's fork of llama.cpp b10840-mix-d5c17a0.

How to use

The easiest way to serve this model is to install Unsloth Desktop:
https://unsloth.ai/docs/desktop

Enable API endpoint

Enable the openai compatible endpoint:

  1. Download a GGUF, run unsloth desktop and load the model.

  2. Go to settings > api

  3. Generate token and note it down.

  4. Scroll down to lan access > start (you can customize the port)

  5. Now you can go to https://github.com/thesysdev/openui and test out the demos while pointing it to your own endpoint.

Downloads last month
826
GGUF
Model size
25B params
Architecture
diffusion-gemma
Hardware compatibility
Log In to add your hardware

4-bit

6-bit

8-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for dicksondickson/OUI-1-gguf

Finetuned
thesysdev/OUI-1
Quantized
(5)
this model