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

Ornith-1.5-397B MTP GGUF

  • vision: yes
  • MTP: yes!
  • best quality / byte: yes. pretty sure.
  • bartowski imatrix data
  • Unsloth-style mixed quants

PPL vs size

Top-token agreement vs size

results.tsv.

Sources

Downloads last month
19,862
GGUF
Model size
403B params
Architecture
qwen35moe
Hardware compatibility
Log In to add your hardware

1-bit

2-bit

3-bit

4-bit

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

Model tree for cdanis/Ornith-1.5-397B-GGUF-imatrix

Quantized
(13)
this model