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

jondale/Olmo-3-7B-Instruct-GGUF overview

Olmo 3 7B Instruct GGUF Quantized from allenai/Olmo 3 7B Instruct https://huggingface.co/allenai/Olmo 3 7B Instruct . All credit to Ai2 https://huggingface.co/…

ggufllama.cppolmoallenaitext-generationenbase_model:allenai/Olmo-3-7B-Instructbase_model:quantized:allenai/Olmo-3-7B-Instructlicense:apache-2.0endpoints_compatibleregion:usconversational

Runs locally from ~4.16 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
olmo-3-7b-instruct-q4_k_m.ggufGGUFQ4_K_M4.16 GBDownload

Model Details

Model IDjondale/Olmo-3-7B-Instruct-GGUF
Authorjondale
Pipelinetext-generation
Licenseapache-2.0
Base modelallenai/Olmo-3-7B-Instruct
Last modified2026-08-03T02:27:58.000Z

Model README

---

license: apache-2.0

base_model: allenai/Olmo-3-7B-Instruct

base_model_relation: quantized

pipeline_tag: text-generation

library_name: gguf

tags:

- gguf

- llama.cpp

- olmo

- allenai

language:

- en

---

Olmo 3 7B Instruct - GGUF

Quantized from allenai/Olmo-3-7B-Instruct.

All credit to Ai2 - this is a format

conversion, with the chat template tweaked to suit llama.cpp.

Chat template

llama.cpp renders the template with tools undefined rather than none, so we

guarded the two places that care:

-{%- if tools is none -%}
+{%- if tools is not defined or tools is none -%}
-{%- if tools is not none -%}
+{%- if tools is defined and tools is not none -%}

That is the whole change. Plain chat comes out exactly as Ai2 wrote it.

Files

| | Size | |

|---|---|---|

| olmo-3-7b-instruct-q4_k_m.gguf | 4.5 GB | the only one so far, ask if you want Q8_0 |

Running it

llama-server -m olmo-3-7b-instruct-q4_k_m.gguf --ctx-size 8192

Trained context is 65536. 8192 is just what we run.

Made with

llama.cpp b10223, --convert then --quantize out of the :full image,

template tweaked before converting.

Run jondale/Olmo-3-7B-Instruct-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