GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

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…

ggufllama.cppapertusswiss-aimultilingualtext-generationbase_model:swiss-ai/Apertus-8B-Instruct-2509base_model:quantized:swiss-ai/Apertus-8B-Instruct-2509license:apache-2.0endpoints_compatibleregion:usconversational

Runs locally from ~4.71 GB disk (8 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
0
Pipeline
text-generation
Author

Repository Files & Downloads

1 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
apertus-8b-instruct-2509-q4_k_m.ggufGGUFQ4_K_M4.71 GBDownload

Model Details

Model IDjondale/Apertus-8B-Instruct-2509-GGUF
Authorjondale
Pipelinetext-generation
Licenseapache-2.0
Base modelswiss-ai/Apertus-8B-Instruct-2509
Last modified2026-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.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models