File size: 1,081 Bytes
5118fd8
 
 
 
 
 
 
 
 
 
 
 
504f7d3
 
 
 
 
11f894f
504f7d3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---
license: apache-2.0
language:
- en
base_model:
- Fu01978/OLMo-2-1B-openai-gsm8k
pipeline_tag: text-generation
tags:
- conversational
- code
- math
- merge
---

# OLMo-2-1B-openai-gsm8k-GGUF

This repository contains GGUF quantized versions of
[Fu01978/OLMo-2-1B-openai-gsm8k](https://huggingface.co/Fu01978/OLMo-2-1B-openai-gsm8k),
intended for efficient inference with llama.cpp-compatible runtimes.

## What’s in this repo

- GGUF quantized files for inference
- No training code
- No safetensors weights

## What’s NOT in this repo

- Original model
- Training or fine-tuning scripts

## Base Model

These quantizations are derived from:

**Fu01978/OLMo-2-1B-openai-gsm8k**  
👉 https://huggingface.co/Fu01978/OLMo-2-1B-openai-gsm8k

Please refer to the base model card for:
- Training data
- Intended use
- Limitations

## Usage

Example with llama.cpp:

```bash
./main \
  -m OLMo-2-1B-openai-gsm8k*.gguf \
  -p "Solve: 23 + 19 ="
```

## Notes on Quantization

- Quantization may slightly reduce accuracy
- Smaller sizes offer faster inference and lower VRAM usage