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

Ornith-1.0-397B-GGUF

GGUF quantizations of deepreinforce-ai/Ornith-1.0-397B.

Converted to BF16 using convert_hf_to_gguf.py, then quantized using llama-quantize from llama.cpp.

Did not use an imatrix for any of these runs, something I want to explore for future model uploads.

Available quants

Quant Bits Size Notes
Q4_K_M 4 ~241 GB Recommended
Q6_K 6 ~326 GB Very high quality
BF16 16 ~793 GB Full precision, reference file

Usage

Download the shards and run with llama.cpp. The split files are loaded automatically when you point at the first shard:

llama-cli -m Ornith-1.0-397B-Q6_K/Ornith-1.0-397B-Q6_K-00001-of-00007.gguf -p "Hello"

llama.cpp handles the -00001-of-0000X split automatically, so you do not need to merge the shards manually.

Original model

See the original model card for details on capabilities, benchmarks, and license.

Downloads last month
1,178
GGUF
Model size
396B params
Architecture
qwen35moe
Hardware compatibility
Log In to add your hardware

4-bit

6-bit

16-bit

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

Model tree for Alittlehammmer/Ornith-1.0-397B-GGUF

Quantized
(13)
this model