How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf Catter58/CASELLM-26b-a4b-evaluation:Q4_K_M
# Run inference directly in the terminal:
llama-cli -hf Catter58/CASELLM-26b-a4b-evaluation:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf Catter58/CASELLM-26b-a4b-evaluation:Q4_K_M
# Run inference directly in the terminal:
llama-cli -hf Catter58/CASELLM-26b-a4b-evaluation:Q4_K_M
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 Catter58/CASELLM-26b-a4b-evaluation:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf Catter58/CASELLM-26b-a4b-evaluation:Q4_K_M
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 Catter58/CASELLM-26b-a4b-evaluation:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf Catter58/CASELLM-26b-a4b-evaluation:Q4_K_M
Use Docker
docker model run hf.co/Catter58/CASELLM-26b-a4b-evaluation:Q4_K_M
Quick Links

CASELLM-26b-a4b-evaluation (GGUF, Q4_K_M)

Q4_K_M quantization of Catter58/CASELLM-26b-a4b-evaluation-full.

  • Architecture: Gemma4 (MoE, 26B total / 4B active)
  • Quantization: Q4_K_M (~16 GB)
  • Converted with llama.cpp convert_hf_to_gguf.py

Usage (llama.cpp)

llama-cli -m casellm-26b-a4b-Q4_K_M.gguf -p "Hello"

Usage (Ollama)

ollama run reinhardbit/casellm-26b-a4b-evaluation
Downloads last month
72
GGUF
Model size
25B params
Architecture
gemma4
Hardware compatibility
Log In to add your hardware

4-bit

16-bit

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

Model tree for Catter58/CASELLM-26b-a4b-evaluation

Quantized
(1)
this model