jondale/Apertus-v1.1-4B-Instruct-GGUF overview
Apertus v1.1 4B Instruct GGUF Quantized from swiss ai/Apertus v1.1 4B Instruct https://huggingface.co/swiss ai/Apertus v1.1 4B Instruct . All credit to Swiss A…
Runs locally from ~2.26 GB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
Model Details
| Model ID | jondale/Apertus-v1.1-4B-Instruct-GGUF |
|---|---|
| Author | jondale |
| Pipeline | text-generation |
| License | apache-2.0 |
| Base model | swiss-ai/Apertus-v1.1-4B-Instruct |
| Last modified | 2026-08-02T07:54:15.000Z |
Model README
---
license: apache-2.0
base_model: swiss-ai/Apertus-v1.1-4B-Instruct
base_model_relation: quantized
pipeline_tag: text-generation
library_name: gguf
tags:
- gguf
- llama.cpp
- apertus
- swiss-ai
- multilingual
language:
- multilingual
---
Apertus v1.1 4B Instruct - GGUF
Quantized from swiss-ai/Apertus-v1.1-4B-Instruct.
All credit to Swiss AI - this is only a
format conversion.
Why another one
The other quantized 4B GGUFs available lost their chat template somewhere in conversion.
Without it llama.cpp falls back to ChatML, whose <|im_start|> and <|im_end|>
are not tokens in this vocabulary, so nothing ever ends a turn - the model
writes both sides of the conversation until it hits your token limit.
Files
| | Size | |
|---|---|---|
| apertus-v1.1-4b-instruct-q8_0.gguf | 4.1 GB | basically lossless, start here |
| apertus-v1.1-4b-instruct-q4_k_m.gguf | 2.4 GB | smaller and quicker, a bit worse |
Running it
llama-server -m apertus-v1.1-4b-instruct-q8_0.gguf --ctx-size 4096
4096 is what it was trained on.
Made with
docker run --rm -v ./source:/src:ro -v ./out:/models \
ghcr.io/ggml-org/llama.cpp:full \
--convert /src --outfile /models/f16.gguf --outtype f16
docker run --rm -v ./out:/models ghcr.io/ggml-org/llama.cpp:full \
--quantize /models/f16.gguf /models/apertus-v1.1-4b-instruct-q8_0.gguf Q8_0
llama.cpp build FILL IN.
Run jondale/Apertus-v1.1-4B-Instruct-GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models