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

Cygnis Alpha 2 8B

v0.3 Stable GGUF Edition

High-precision quantizations of the Sovereign Reasoning Engine.
Optimized for local production and private, high-speed inference.

Quantization Distribution

Quantization Size Technical Tag Availability
f16 16.10 GB UNCOMPRESSED Link
Q8_0 8.54 GB PRO REFERENCE Link
Q6_K 6.60 GB HIGH QUALITY Link
Q4_K_M 4.92 GB GOLDEN MEAN Link
Q4_K_S 4.69 GB BALANCED FAST Link
IQ4_XS 4.48 GB IMATRIX SMALL Link
Q3_K_L / M / S ~4.00 GB LOW RAM TRIO View 3 files
Q2_K 3.18 GB ULTRA LIGHT Link

Perplexity vs Bitrate

Reference benchmark for llama-3.1-8b quantization curves.

Ollama Integration

FROM ./Cygnis-Alpha-2-8B-v0.3.Q4_K_M.gguf

TEMPLATE """<|im_start|>system {{ .System }}<|im_end|> <|im_start|>user {{ .Prompt }}<|im_end|> <|im_start|>assistant <|im_thought|> """

PARAMETER stop "<|im_end|>"

Developed by Simonc-44

Downloads last month
199
GGUF
Model size
8B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-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 Simonc-44/Cygnis-Alpha-2-8B-v0.3-GGUF

Datasets used to train Simonc-44/Cygnis-Alpha-2-8B-v0.3-GGUF

Collection including Simonc-44/Cygnis-Alpha-2-8B-v0.3-GGUF