morriszms commited on
Commit
d7202f3
1 Parent(s): fabb6ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -12
README.md CHANGED
@@ -25,8 +25,16 @@ This repo contains GGUF format model files for [01-ai/Yi-Coder-9B-Chat](https://
25
 
26
  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).
27
 
 
 
 
 
 
 
 
28
  ## Prompt template
29
 
 
30
  ```
31
  <|im_start|>system
32
  {system_prompt}<|im_end|>
@@ -39,18 +47,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
39
 
40
  | Filename | Quant type | File Size | Description |
41
  | -------- | ---------- | --------- | ----------- |
42
- | [Yi-Coder-9B-Chat-Q2_K.gguf](https://huggingface.co/tensorblock/Yi-Coder-9B-Chat-GGUF/tree/main/Yi-Coder-9B-Chat-Q2_K.gguf) | Q2_K | 3.124 GB | smallest, significant quality loss - not recommended for most purposes |
43
- | [Yi-Coder-9B-Chat-Q3_K_S.gguf](https://huggingface.co/tensorblock/Yi-Coder-9B-Chat-GGUF/tree/main/Yi-Coder-9B-Chat-Q3_K_S.gguf) | Q3_K_S | 3.631 GB | very small, high quality loss |
44
- | [Yi-Coder-9B-Chat-Q3_K_M.gguf](https://huggingface.co/tensorblock/Yi-Coder-9B-Chat-GGUF/tree/main/Yi-Coder-9B-Chat-Q3_K_M.gguf) | Q3_K_M | 4.027 GB | very small, high quality loss |
45
- | [Yi-Coder-9B-Chat-Q3_K_L.gguf](https://huggingface.co/tensorblock/Yi-Coder-9B-Chat-GGUF/tree/main/Yi-Coder-9B-Chat-Q3_K_L.gguf) | Q3_K_L | 4.369 GB | small, substantial quality loss |
46
- | [Yi-Coder-9B-Chat-Q4_0.gguf](https://huggingface.co/tensorblock/Yi-Coder-9B-Chat-GGUF/tree/main/Yi-Coder-9B-Chat-Q4_0.gguf) | Q4_0 | 4.691 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
47
- | [Yi-Coder-9B-Chat-Q4_K_S.gguf](https://huggingface.co/tensorblock/Yi-Coder-9B-Chat-GGUF/tree/main/Yi-Coder-9B-Chat-Q4_K_S.gguf) | Q4_K_S | 4.724 GB | small, greater quality loss |
48
- | [Yi-Coder-9B-Chat-Q4_K_M.gguf](https://huggingface.co/tensorblock/Yi-Coder-9B-Chat-GGUF/tree/main/Yi-Coder-9B-Chat-Q4_K_M.gguf) | Q4_K_M | 4.963 GB | medium, balanced quality - recommended |
49
- | [Yi-Coder-9B-Chat-Q5_0.gguf](https://huggingface.co/tensorblock/Yi-Coder-9B-Chat-GGUF/tree/main/Yi-Coder-9B-Chat-Q5_0.gguf) | Q5_0 | 5.688 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
50
- | [Yi-Coder-9B-Chat-Q5_K_S.gguf](https://huggingface.co/tensorblock/Yi-Coder-9B-Chat-GGUF/tree/main/Yi-Coder-9B-Chat-Q5_K_S.gguf) | Q5_K_S | 5.688 GB | large, low quality loss - recommended |
51
- | [Yi-Coder-9B-Chat-Q5_K_M.gguf](https://huggingface.co/tensorblock/Yi-Coder-9B-Chat-GGUF/tree/main/Yi-Coder-9B-Chat-Q5_K_M.gguf) | Q5_K_M | 5.828 GB | large, very low quality loss - recommended |
52
- | [Yi-Coder-9B-Chat-Q6_K.gguf](https://huggingface.co/tensorblock/Yi-Coder-9B-Chat-GGUF/tree/main/Yi-Coder-9B-Chat-Q6_K.gguf) | Q6_K | 6.748 GB | very large, extremely low quality loss |
53
- | [Yi-Coder-9B-Chat-Q8_0.gguf](https://huggingface.co/tensorblock/Yi-Coder-9B-Chat-GGUF/tree/main/Yi-Coder-9B-Chat-Q8_0.gguf) | Q8_0 | 8.739 GB | very large, extremely low quality loss - not recommended |
54
 
55
 
56
  ## Downloading instruction
 
25
 
26
  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).
27
 
28
+
29
+ <div style="text-align: left; margin: 20px 0;">
30
+ <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;">
31
+ Run them on the TensorBlock client using your local machine ↗
32
+ </a>
33
+ </div>
34
+
35
  ## Prompt template
36
 
37
+
38
  ```
39
  <|im_start|>system
40
  {system_prompt}<|im_end|>
 
47
 
48
  | Filename | Quant type | File Size | Description |
49
  | -------- | ---------- | --------- | ----------- |
50
+ | [Yi-Coder-9B-Chat-Q2_K.gguf](https://huggingface.co/tensorblock/Yi-Coder-9B-Chat-GGUF/blob/main/Yi-Coder-9B-Chat-Q2_K.gguf) | Q2_K | 3.124 GB | smallest, significant quality loss - not recommended for most purposes |
51
+ | [Yi-Coder-9B-Chat-Q3_K_S.gguf](https://huggingface.co/tensorblock/Yi-Coder-9B-Chat-GGUF/blob/main/Yi-Coder-9B-Chat-Q3_K_S.gguf) | Q3_K_S | 3.631 GB | very small, high quality loss |
52
+ | [Yi-Coder-9B-Chat-Q3_K_M.gguf](https://huggingface.co/tensorblock/Yi-Coder-9B-Chat-GGUF/blob/main/Yi-Coder-9B-Chat-Q3_K_M.gguf) | Q3_K_M | 4.027 GB | very small, high quality loss |
53
+ | [Yi-Coder-9B-Chat-Q3_K_L.gguf](https://huggingface.co/tensorblock/Yi-Coder-9B-Chat-GGUF/blob/main/Yi-Coder-9B-Chat-Q3_K_L.gguf) | Q3_K_L | 4.369 GB | small, substantial quality loss |
54
+ | [Yi-Coder-9B-Chat-Q4_0.gguf](https://huggingface.co/tensorblock/Yi-Coder-9B-Chat-GGUF/blob/main/Yi-Coder-9B-Chat-Q4_0.gguf) | Q4_0 | 4.691 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
55
+ | [Yi-Coder-9B-Chat-Q4_K_S.gguf](https://huggingface.co/tensorblock/Yi-Coder-9B-Chat-GGUF/blob/main/Yi-Coder-9B-Chat-Q4_K_S.gguf) | Q4_K_S | 4.724 GB | small, greater quality loss |
56
+ | [Yi-Coder-9B-Chat-Q4_K_M.gguf](https://huggingface.co/tensorblock/Yi-Coder-9B-Chat-GGUF/blob/main/Yi-Coder-9B-Chat-Q4_K_M.gguf) | Q4_K_M | 4.963 GB | medium, balanced quality - recommended |
57
+ | [Yi-Coder-9B-Chat-Q5_0.gguf](https://huggingface.co/tensorblock/Yi-Coder-9B-Chat-GGUF/blob/main/Yi-Coder-9B-Chat-Q5_0.gguf) | Q5_0 | 5.688 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
58
+ | [Yi-Coder-9B-Chat-Q5_K_S.gguf](https://huggingface.co/tensorblock/Yi-Coder-9B-Chat-GGUF/blob/main/Yi-Coder-9B-Chat-Q5_K_S.gguf) | Q5_K_S | 5.688 GB | large, low quality loss - recommended |
59
+ | [Yi-Coder-9B-Chat-Q5_K_M.gguf](https://huggingface.co/tensorblock/Yi-Coder-9B-Chat-GGUF/blob/main/Yi-Coder-9B-Chat-Q5_K_M.gguf) | Q5_K_M | 5.828 GB | large, very low quality loss - recommended |
60
+ | [Yi-Coder-9B-Chat-Q6_K.gguf](https://huggingface.co/tensorblock/Yi-Coder-9B-Chat-GGUF/blob/main/Yi-Coder-9B-Chat-Q6_K.gguf) | Q6_K | 6.748 GB | very large, extremely low quality loss |
61
+ | [Yi-Coder-9B-Chat-Q8_0.gguf](https://huggingface.co/tensorblock/Yi-Coder-9B-Chat-GGUF/blob/main/Yi-Coder-9B-Chat-Q8_0.gguf) | Q8_0 | 8.739 GB | very large, extremely low quality loss - not recommended |
62
 
63
 
64
  ## Downloading instruction