morriszms commited on
Commit
8c31793
1 Parent(s): 899fa23

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -12
README.md CHANGED
@@ -32,8 +32,16 @@ This repo contains GGUF format model files for [allenai/OLMoE-1B-7B-0924](https:
32
 
33
  The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
34
 
 
 
 
 
 
 
 
35
  ## Prompt template
36
 
 
37
  ```
38
 
39
  ```
@@ -42,18 +50,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
42
 
43
  | Filename | Quant type | File Size | Description |
44
  | -------- | ---------- | --------- | ----------- |
45
- | [OLMoE-1B-7B-0924-Q2_K.gguf](https://huggingface.co/tensorblock/OLMoE-1B-7B-0924-GGUF/tree/main/OLMoE-1B-7B-0924-Q2_K.gguf) | Q2_K | 2.387 GB | smallest, significant quality loss - not recommended for most purposes |
46
- | [OLMoE-1B-7B-0924-Q3_K_S.gguf](https://huggingface.co/tensorblock/OLMoE-1B-7B-0924-GGUF/tree/main/OLMoE-1B-7B-0924-Q3_K_S.gguf) | Q3_K_S | 2.815 GB | very small, high quality loss |
47
- | [OLMoE-1B-7B-0924-Q3_K_M.gguf](https://huggingface.co/tensorblock/OLMoE-1B-7B-0924-GGUF/tree/main/OLMoE-1B-7B-0924-Q3_K_M.gguf) | Q3_K_M | 3.114 GB | very small, high quality loss |
48
- | [OLMoE-1B-7B-0924-Q3_K_L.gguf](https://huggingface.co/tensorblock/OLMoE-1B-7B-0924-GGUF/tree/main/OLMoE-1B-7B-0924-Q3_K_L.gguf) | Q3_K_L | 3.363 GB | small, substantial quality loss |
49
- | [OLMoE-1B-7B-0924-Q4_0.gguf](https://huggingface.co/tensorblock/OLMoE-1B-7B-0924-GGUF/tree/main/OLMoE-1B-7B-0924-Q4_0.gguf) | Q4_0 | 3.658 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
50
- | [OLMoE-1B-7B-0924-Q4_K_S.gguf](https://huggingface.co/tensorblock/OLMoE-1B-7B-0924-GGUF/tree/main/OLMoE-1B-7B-0924-Q4_K_S.gguf) | Q4_K_S | 3.691 GB | small, greater quality loss |
51
- | [OLMoE-1B-7B-0924-Q4_K_M.gguf](https://huggingface.co/tensorblock/OLMoE-1B-7B-0924-GGUF/tree/main/OLMoE-1B-7B-0924-Q4_K_M.gguf) | Q4_K_M | 3.924 GB | medium, balanced quality - recommended |
52
- | [OLMoE-1B-7B-0924-Q5_0.gguf](https://huggingface.co/tensorblock/OLMoE-1B-7B-0924-GGUF/tree/main/OLMoE-1B-7B-0924-Q5_0.gguf) | Q5_0 | 4.452 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
53
- | [OLMoE-1B-7B-0924-Q5_K_S.gguf](https://huggingface.co/tensorblock/OLMoE-1B-7B-0924-GGUF/tree/main/OLMoE-1B-7B-0924-Q5_K_S.gguf) | Q5_K_S | 4.452 GB | large, low quality loss - recommended |
54
- | [OLMoE-1B-7B-0924-Q5_K_M.gguf](https://huggingface.co/tensorblock/OLMoE-1B-7B-0924-GGUF/tree/main/OLMoE-1B-7B-0924-Q5_K_M.gguf) | Q5_K_M | 4.588 GB | large, very low quality loss - recommended |
55
- | [OLMoE-1B-7B-0924-Q6_K.gguf](https://huggingface.co/tensorblock/OLMoE-1B-7B-0924-GGUF/tree/main/OLMoE-1B-7B-0924-Q6_K.gguf) | Q6_K | 5.294 GB | very large, extremely low quality loss |
56
- | [OLMoE-1B-7B-0924-Q8_0.gguf](https://huggingface.co/tensorblock/OLMoE-1B-7B-0924-GGUF/tree/main/OLMoE-1B-7B-0924-Q8_0.gguf) | Q8_0 | 6.854 GB | very large, extremely low quality loss - not recommended |
57
 
58
 
59
  ## Downloading instruction
 
32
 
33
  The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
34
 
35
+
36
+ <div style="text-align: left; margin: 20px 0;">
37
+ <a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
38
+ Run them on the TensorBlock client using your local machine ↗
39
+ </a>
40
+ </div>
41
+
42
  ## Prompt template
43
 
44
+
45
  ```
46
 
47
  ```
 
50
 
51
  | Filename | Quant type | File Size | Description |
52
  | -------- | ---------- | --------- | ----------- |
53
+ | [OLMoE-1B-7B-0924-Q2_K.gguf](https://huggingface.co/tensorblock/OLMoE-1B-7B-0924-GGUF/blob/main/OLMoE-1B-7B-0924-Q2_K.gguf) | Q2_K | 2.387 GB | smallest, significant quality loss - not recommended for most purposes |
54
+ | [OLMoE-1B-7B-0924-Q3_K_S.gguf](https://huggingface.co/tensorblock/OLMoE-1B-7B-0924-GGUF/blob/main/OLMoE-1B-7B-0924-Q3_K_S.gguf) | Q3_K_S | 2.815 GB | very small, high quality loss |
55
+ | [OLMoE-1B-7B-0924-Q3_K_M.gguf](https://huggingface.co/tensorblock/OLMoE-1B-7B-0924-GGUF/blob/main/OLMoE-1B-7B-0924-Q3_K_M.gguf) | Q3_K_M | 3.114 GB | very small, high quality loss |
56
+ | [OLMoE-1B-7B-0924-Q3_K_L.gguf](https://huggingface.co/tensorblock/OLMoE-1B-7B-0924-GGUF/blob/main/OLMoE-1B-7B-0924-Q3_K_L.gguf) | Q3_K_L | 3.363 GB | small, substantial quality loss |
57
+ | [OLMoE-1B-7B-0924-Q4_0.gguf](https://huggingface.co/tensorblock/OLMoE-1B-7B-0924-GGUF/blob/main/OLMoE-1B-7B-0924-Q4_0.gguf) | Q4_0 | 3.658 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
58
+ | [OLMoE-1B-7B-0924-Q4_K_S.gguf](https://huggingface.co/tensorblock/OLMoE-1B-7B-0924-GGUF/blob/main/OLMoE-1B-7B-0924-Q4_K_S.gguf) | Q4_K_S | 3.691 GB | small, greater quality loss |
59
+ | [OLMoE-1B-7B-0924-Q4_K_M.gguf](https://huggingface.co/tensorblock/OLMoE-1B-7B-0924-GGUF/blob/main/OLMoE-1B-7B-0924-Q4_K_M.gguf) | Q4_K_M | 3.924 GB | medium, balanced quality - recommended |
60
+ | [OLMoE-1B-7B-0924-Q5_0.gguf](https://huggingface.co/tensorblock/OLMoE-1B-7B-0924-GGUF/blob/main/OLMoE-1B-7B-0924-Q5_0.gguf) | Q5_0 | 4.452 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
61
+ | [OLMoE-1B-7B-0924-Q5_K_S.gguf](https://huggingface.co/tensorblock/OLMoE-1B-7B-0924-GGUF/blob/main/OLMoE-1B-7B-0924-Q5_K_S.gguf) | Q5_K_S | 4.452 GB | large, low quality loss - recommended |
62
+ | [OLMoE-1B-7B-0924-Q5_K_M.gguf](https://huggingface.co/tensorblock/OLMoE-1B-7B-0924-GGUF/blob/main/OLMoE-1B-7B-0924-Q5_K_M.gguf) | Q5_K_M | 4.588 GB | large, very low quality loss - recommended |
63
+ | [OLMoE-1B-7B-0924-Q6_K.gguf](https://huggingface.co/tensorblock/OLMoE-1B-7B-0924-GGUF/blob/main/OLMoE-1B-7B-0924-Q6_K.gguf) | Q6_K | 5.294 GB | very large, extremely low quality loss |
64
+ | [OLMoE-1B-7B-0924-Q8_0.gguf](https://huggingface.co/tensorblock/OLMoE-1B-7B-0924-GGUF/blob/main/OLMoE-1B-7B-0924-Q8_0.gguf) | Q8_0 | 6.854 GB | very large, extremely low quality loss - not recommended |
65
 
66
 
67
  ## Downloading instruction