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 SurgeFF/AriannaV4:
# Run inference directly in the terminal:
llama cli -hf SurgeFF/AriannaV4:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf SurgeFF/AriannaV4:
# Run inference directly in the terminal:
llama cli -hf SurgeFF/AriannaV4:
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 SurgeFF/AriannaV4:
# Run inference directly in the terminal:
./llama-cli -hf SurgeFF/AriannaV4:
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 SurgeFF/AriannaV4:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf SurgeFF/AriannaV4:
Use Docker
docker model run hf.co/SurgeFF/AriannaV4:
Quick Links

AriannaV4

Production all-in-one local assistant for Surge's home AI fleet. AriannaV4 = google/gemma-4-12B + the Aria v4 weights merged — one standalone, multimodal core. The published gguf/ quant ladder is provided for llama.cpp / Ollama / LM Studio.

Architecture

The weights carry the core: text, reasoning, identity, memory, math, code, grammar, storytelling, tool-selection, safety, and vision-/audio-/video-understanding. Every other modality is a sidecar the core orchestrates — realtime voice (Whisper STT / Piper TTS), video generation, image generation, retrieval embeddings — never baked into the weights.

Files

  • Repo root — merged standalone weights (AutoModelForImageTextToText.from_pretrained).
  • gguf/ — GGUF quant ladder (F16 + Q2_K … Q8_0) for llama.cpp / Ollama / LM Studio.

License

Built by Sergio Williams / Surge.

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

Model tree for SurgeFF/AriannaV4

Quantized
(50)
this model