jondale/Apertus-8B-Instruct-2509-GGUF overview
Apertus 8B Instruct 2509 GGUF Quantized from swiss ai/Apertus 8B Instruct 2509 https://huggingface.co/swiss ai/Apertus 8B Instruct 2509 . All credit to Swiss A…
Runs locally from ~4.71 GB disk (8 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| apertus-8b-instruct-2509-q4_k_m.gguf | GGUF | Q4_K_M | 4.71 GB | Download |
Model Details
| Model ID | jondale/Apertus-8B-Instruct-2509-GGUF |
|---|---|
| Author | jondale |
| Pipeline | text-generation |
| License | apache-2.0 |
| Base model | swiss-ai/Apertus-8B-Instruct-2509 |
| Last modified | 2026-08-03T02:28:30.000Z |
Model README
---
license: apache-2.0
base_model: swiss-ai/Apertus-8B-Instruct-2509
base_model_relation: quantized
pipeline_tag: text-generation
library_name: gguf
tags:
- gguf
- llama.cpp
- apertus
- swiss-ai
- multilingual
language:
- multilingual
---
Apertus 8B Instruct 2509 - GGUF
Quantized from swiss-ai/Apertus-8B-Instruct-2509.
All credit to Swiss AI - this is a format
conversion, with the chat template tweaked to suit llama.cpp.
Chat template
llama.cpp hands the template tool arguments as a mapping rather than a string,
so we wrapped them before they go into the JSON:
-{{ '{"' + tool_call.name + '": ' + tool_call.arguments + '}' }}
+{{ '{"' + tool_call.name + '": ' + (tool_call.arguments if tool_call.arguments is string else tool_call.arguments|tojson) + '}' }}
Same again on the function.arguments line below it. That is the whole change.
Files
| | Size | |
|---|---|---|
| apertus-8b-instruct-2509-q4_k_m.gguf | 5.1 GB | the only one so far, ask if you want Q8_0 |
Running it
llama-server -m apertus-8b-instruct-2509-q4_k_m.gguf --ctx-size 8192 --reasoning off
It is a reasoning model. Left on, a small token budget goes entirely on
thinking and you get an empty content field back.
Made with
llama.cpp b10223, --convert then --quantize out of the :full image,
template tweaked before converting.
Run jondale/Apertus-8B-Instruct-2509-GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models