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

super-12B-it-ste : GGUF

This model was finetuned and converted to GGUF format using Unsloth.

Example usage:

  • For text only LLMs: llama-cli -hf super-inference/super-12B-it-ste --jinja
  • For multimodal models: llama-mtmd-cli -hf super-inference/super-12B-it-ste --jinja

Available Model files:

  • gemma-4-12B-agentic-fable5-composer2.5-v2-3.5x-tau2.Q8_0.gguf
  • gemma-4-12B-agentic-fable5-composer2.5-v2-3.5x-tau2.BF16-mmproj.gguf This was trained 2x faster with Unsloth
Downloads last month
128
Safetensors
Model size
12B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for super-inference/super-12B-it-ste

Quantizations
2 models