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

This is a gguf version of Apertus-8B

To use it, please :

  1. clone the llama.cpp repository: https://github.com/ggml-org/llama.cpp
  2. add Apertus-8B-Instruct.jinja inside the folder llama.cpp\models\templates
  3. go to llama.cpp\build\bin
  4. run the following command: llama-cli -m --chat-template-file ../../models/templates/Apertus-8B-Instruct.jinja -i --color -n 512 -c 4096 --jinja

I used WSL to have it running.

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

16-bit

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