morriszms commited on
Commit
3b4068e
1 Parent(s): e4eebba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -12
README.md CHANGED
@@ -143,8 +143,16 @@ This repo contains GGUF format model files for [beomi/Yi-Ko-6B](https://huggingf
143
 
144
  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).
145
 
 
 
 
 
 
 
 
146
  ## Prompt template
147
 
 
148
  ```
149
 
150
  ```
@@ -153,18 +161,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
153
 
154
  | Filename | Quant type | File Size | Description |
155
  | -------- | ---------- | --------- | ----------- |
156
- | [Yi-Ko-6B-Q2_K.gguf](https://huggingface.co/tensorblock/Yi-Ko-6B-GGUF/tree/main/Yi-Ko-6B-Q2_K.gguf) | Q2_K | 2.240 GB | smallest, significant quality loss - not recommended for most purposes |
157
- | [Yi-Ko-6B-Q3_K_S.gguf](https://huggingface.co/tensorblock/Yi-Ko-6B-GGUF/tree/main/Yi-Ko-6B-Q3_K_S.gguf) | Q3_K_S | 2.592 GB | very small, high quality loss |
158
- | [Yi-Ko-6B-Q3_K_M.gguf](https://huggingface.co/tensorblock/Yi-Ko-6B-GGUF/tree/main/Yi-Ko-6B-Q3_K_M.gguf) | Q3_K_M | 2.857 GB | very small, high quality loss |
159
- | [Yi-Ko-6B-Q3_K_L.gguf](https://huggingface.co/tensorblock/Yi-Ko-6B-GGUF/tree/main/Yi-Ko-6B-Q3_K_L.gguf) | Q3_K_L | 3.084 GB | small, substantial quality loss |
160
- | [Yi-Ko-6B-Q4_0.gguf](https://huggingface.co/tensorblock/Yi-Ko-6B-GGUF/tree/main/Yi-Ko-6B-Q4_0.gguf) | Q4_0 | 3.317 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
161
- | [Yi-Ko-6B-Q4_K_S.gguf](https://huggingface.co/tensorblock/Yi-Ko-6B-GGUF/tree/main/Yi-Ko-6B-Q4_K_S.gguf) | Q4_K_S | 3.339 GB | small, greater quality loss |
162
- | [Yi-Ko-6B-Q4_K_M.gguf](https://huggingface.co/tensorblock/Yi-Ko-6B-GGUF/tree/main/Yi-Ko-6B-Q4_K_M.gguf) | Q4_K_M | 3.498 GB | medium, balanced quality - recommended |
163
- | [Yi-Ko-6B-Q5_0.gguf](https://huggingface.co/tensorblock/Yi-Ko-6B-GGUF/tree/main/Yi-Ko-6B-Q5_0.gguf) | Q5_0 | 3.999 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
164
- | [Yi-Ko-6B-Q5_K_S.gguf](https://huggingface.co/tensorblock/Yi-Ko-6B-GGUF/tree/main/Yi-Ko-6B-Q5_K_S.gguf) | Q5_K_S | 3.999 GB | large, low quality loss - recommended |
165
- | [Yi-Ko-6B-Q5_K_M.gguf](https://huggingface.co/tensorblock/Yi-Ko-6B-GGUF/tree/main/Yi-Ko-6B-Q5_K_M.gguf) | Q5_K_M | 4.092 GB | large, very low quality loss - recommended |
166
- | [Yi-Ko-6B-Q6_K.gguf](https://huggingface.co/tensorblock/Yi-Ko-6B-GGUF/tree/main/Yi-Ko-6B-Q6_K.gguf) | Q6_K | 4.724 GB | very large, extremely low quality loss |
167
- | [Yi-Ko-6B-Q8_0.gguf](https://huggingface.co/tensorblock/Yi-Ko-6B-GGUF/tree/main/Yi-Ko-6B-Q8_0.gguf) | Q8_0 | 6.117 GB | very large, extremely low quality loss - not recommended |
168
 
169
 
170
  ## Downloading instruction
 
143
 
144
  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).
145
 
146
+
147
+ <div style="text-align: left; margin: 20px 0;">
148
+ <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;">
149
+ Run them on the TensorBlock client using your local machine ↗
150
+ </a>
151
+ </div>
152
+
153
  ## Prompt template
154
 
155
+
156
  ```
157
 
158
  ```
 
161
 
162
  | Filename | Quant type | File Size | Description |
163
  | -------- | ---------- | --------- | ----------- |
164
+ | [Yi-Ko-6B-Q2_K.gguf](https://huggingface.co/tensorblock/Yi-Ko-6B-GGUF/blob/main/Yi-Ko-6B-Q2_K.gguf) | Q2_K | 2.240 GB | smallest, significant quality loss - not recommended for most purposes |
165
+ | [Yi-Ko-6B-Q3_K_S.gguf](https://huggingface.co/tensorblock/Yi-Ko-6B-GGUF/blob/main/Yi-Ko-6B-Q3_K_S.gguf) | Q3_K_S | 2.592 GB | very small, high quality loss |
166
+ | [Yi-Ko-6B-Q3_K_M.gguf](https://huggingface.co/tensorblock/Yi-Ko-6B-GGUF/blob/main/Yi-Ko-6B-Q3_K_M.gguf) | Q3_K_M | 2.857 GB | very small, high quality loss |
167
+ | [Yi-Ko-6B-Q3_K_L.gguf](https://huggingface.co/tensorblock/Yi-Ko-6B-GGUF/blob/main/Yi-Ko-6B-Q3_K_L.gguf) | Q3_K_L | 3.084 GB | small, substantial quality loss |
168
+ | [Yi-Ko-6B-Q4_0.gguf](https://huggingface.co/tensorblock/Yi-Ko-6B-GGUF/blob/main/Yi-Ko-6B-Q4_0.gguf) | Q4_0 | 3.317 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
169
+ | [Yi-Ko-6B-Q4_K_S.gguf](https://huggingface.co/tensorblock/Yi-Ko-6B-GGUF/blob/main/Yi-Ko-6B-Q4_K_S.gguf) | Q4_K_S | 3.339 GB | small, greater quality loss |
170
+ | [Yi-Ko-6B-Q4_K_M.gguf](https://huggingface.co/tensorblock/Yi-Ko-6B-GGUF/blob/main/Yi-Ko-6B-Q4_K_M.gguf) | Q4_K_M | 3.498 GB | medium, balanced quality - recommended |
171
+ | [Yi-Ko-6B-Q5_0.gguf](https://huggingface.co/tensorblock/Yi-Ko-6B-GGUF/blob/main/Yi-Ko-6B-Q5_0.gguf) | Q5_0 | 3.999 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
172
+ | [Yi-Ko-6B-Q5_K_S.gguf](https://huggingface.co/tensorblock/Yi-Ko-6B-GGUF/blob/main/Yi-Ko-6B-Q5_K_S.gguf) | Q5_K_S | 3.999 GB | large, low quality loss - recommended |
173
+ | [Yi-Ko-6B-Q5_K_M.gguf](https://huggingface.co/tensorblock/Yi-Ko-6B-GGUF/blob/main/Yi-Ko-6B-Q5_K_M.gguf) | Q5_K_M | 4.092 GB | large, very low quality loss - recommended |
174
+ | [Yi-Ko-6B-Q6_K.gguf](https://huggingface.co/tensorblock/Yi-Ko-6B-GGUF/blob/main/Yi-Ko-6B-Q6_K.gguf) | Q6_K | 4.724 GB | very large, extremely low quality loss |
175
+ | [Yi-Ko-6B-Q8_0.gguf](https://huggingface.co/tensorblock/Yi-Ko-6B-GGUF/blob/main/Yi-Ko-6B-Q8_0.gguf) | Q8_0 | 6.117 GB | very large, extremely low quality loss - not recommended |
176
 
177
 
178
  ## Downloading instruction