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

💎 OPAL

Consumer-GPU Quantization Harness

This repo contains OPAL Quants of FINAL-Bench/Darwin-36B-Opus

Tier Name Target Size Middle Layer Strategy
💎 quality~23 GBIQ4_XS
⚖️ balanced~25 GBQ5_K
📦 compact~18 GBQ3_K
🚀 mini~14 GBIQ2_S
🔬 micro~11 GBIQ1_M
🤏 nano~12 GBIQ2_XXS
🛡️ exp-minimalist~16 GBIQ2_XXS (Protected Edges)

📚 Credits

👉 APEX Quantization Method
Ettore Di Giacinto & Richard Palethorpe (LocalAI Team). OPAL adapts the layer-wise precision gradients and MoE-aware tensor classification outlined in the APEX technical paper.

👉 Bartowski and Lamim
For the excellent semantic imatrix calibration dataset that powers OPAL's activation scaling.

👉 llama.cpp
Georgi Gerganov and contributors for the foundational inference and quantization engine.

👉 HuggingFace Accelerate
For the init_empty_weights() context manager that makes the 0-RAM "Ghost Model" possible.

👉 Jackrong
For the sexy markdown readme inspo.

Support the Project

A coffee in Ethereum would be cool! Although I don't drink coffee—I think it tastes like burnt water—but a pink lemonade would be fire! 🔥

0xDEE7fa8C421BD038D32e4441ea1aDe72fE973706
Downloads last month
11,631
GGUF
Model size
35B params
Architecture
qwen35moe
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

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

Model tree for el4/Darwin-36B-Opus-OPAL-GGUF

Quantized
(12)
this model

Collection including el4/Darwin-36B-Opus-OPAL-GGUF