--- language: - en license: apache-2.0 library_name: gguf pipeline_tag: text-generation tags: - gguf - meshllm - parity - same-origin - olmo2 - q8_0 - conversational base_model: - allenai/OLMo-2-1124-7B-Instruct --- # OLMo-2-1124-7B-Instruct parity Q8_0 GGUF This repository contains a same-origin GGUF export of `allenai/OLMo-2-1124-7B-Instruct` prepared for local parity testing in `mesh-llm`. Artifact: - `olmo2-7b-instruct-q8_0.gguf` Notes: - converted locally from the cached origin checkpoint - quantized to `Q8_0` - intended to pair with `meshllm/olmo2-7b-instruct-parity-8bit-mlx` - exact validation passed locally on 2026-04-07 Source model: - https://huggingface.co/allenai/OLMo-2-1124-7B-Instruct