How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf dicksondickson/OUI-1-gguf:
# Run inference directly in the terminal:
llama cli -hf dicksondickson/OUI-1-gguf:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf dicksondickson/OUI-1-gguf:
# Run inference directly in the terminal:
llama cli -hf dicksondickson/OUI-1-gguf:
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf dicksondickson/OUI-1-gguf:
# Run inference directly in the terminal:
./llama-cli -hf dicksondickson/OUI-1-gguf:
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf dicksondickson/OUI-1-gguf:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf dicksondickson/OUI-1-gguf:
Use Docker
docker model run hf.co/dicksondickson/OUI-1-gguf:
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
820
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