morriszms commited on
Commit
281c930
·
verified ·
1 Parent(s): 432be79

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -12
README.md CHANGED
@@ -48,8 +48,16 @@ This repo contains GGUF format model files for [01-ai/Yi-9B-200K](https://huggin
48
 
49
  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).
50
 
 
 
 
 
 
 
 
51
  ## Prompt template
52
 
 
53
  ```
54
 
55
  ```
@@ -58,18 +66,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
58
 
59
  | Filename | Quant type | File Size | Description |
60
  | -------- | ---------- | --------- | ----------- |
61
- | [Yi-9B-200K-Q2_K.gguf](https://huggingface.co/tensorblock/Yi-9B-200K-GGUF/tree/main/Yi-9B-200K-Q2_K.gguf) | Q2_K | 3.124 GB | smallest, significant quality loss - not recommended for most purposes |
62
- | [Yi-9B-200K-Q3_K_S.gguf](https://huggingface.co/tensorblock/Yi-9B-200K-GGUF/tree/main/Yi-9B-200K-Q3_K_S.gguf) | Q3_K_S | 3.631 GB | very small, high quality loss |
63
- | [Yi-9B-200K-Q3_K_M.gguf](https://huggingface.co/tensorblock/Yi-9B-200K-GGUF/tree/main/Yi-9B-200K-Q3_K_M.gguf) | Q3_K_M | 4.027 GB | very small, high quality loss |
64
- | [Yi-9B-200K-Q3_K_L.gguf](https://huggingface.co/tensorblock/Yi-9B-200K-GGUF/tree/main/Yi-9B-200K-Q3_K_L.gguf) | Q3_K_L | 4.369 GB | small, substantial quality loss |
65
- | [Yi-9B-200K-Q4_0.gguf](https://huggingface.co/tensorblock/Yi-9B-200K-GGUF/tree/main/Yi-9B-200K-Q4_0.gguf) | Q4_0 | 4.691 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
66
- | [Yi-9B-200K-Q4_K_S.gguf](https://huggingface.co/tensorblock/Yi-9B-200K-GGUF/tree/main/Yi-9B-200K-Q4_K_S.gguf) | Q4_K_S | 4.724 GB | small, greater quality loss |
67
- | [Yi-9B-200K-Q4_K_M.gguf](https://huggingface.co/tensorblock/Yi-9B-200K-GGUF/tree/main/Yi-9B-200K-Q4_K_M.gguf) | Q4_K_M | 4.963 GB | medium, balanced quality - recommended |
68
- | [Yi-9B-200K-Q5_0.gguf](https://huggingface.co/tensorblock/Yi-9B-200K-GGUF/tree/main/Yi-9B-200K-Q5_0.gguf) | Q5_0 | 5.688 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
69
- | [Yi-9B-200K-Q5_K_S.gguf](https://huggingface.co/tensorblock/Yi-9B-200K-GGUF/tree/main/Yi-9B-200K-Q5_K_S.gguf) | Q5_K_S | 5.688 GB | large, low quality loss - recommended |
70
- | [Yi-9B-200K-Q5_K_M.gguf](https://huggingface.co/tensorblock/Yi-9B-200K-GGUF/tree/main/Yi-9B-200K-Q5_K_M.gguf) | Q5_K_M | 5.828 GB | large, very low quality loss - recommended |
71
- | [Yi-9B-200K-Q6_K.gguf](https://huggingface.co/tensorblock/Yi-9B-200K-GGUF/tree/main/Yi-9B-200K-Q6_K.gguf) | Q6_K | 6.748 GB | very large, extremely low quality loss |
72
- | [Yi-9B-200K-Q8_0.gguf](https://huggingface.co/tensorblock/Yi-9B-200K-GGUF/tree/main/Yi-9B-200K-Q8_0.gguf) | Q8_0 | 8.739 GB | very large, extremely low quality loss - not recommended |
73
 
74
 
75
  ## Downloading instruction
 
48
 
49
  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).
50
 
51
+
52
+ <div style="text-align: left; margin: 20px 0;">
53
+ <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;">
54
+ Run them on the TensorBlock client using your local machine ↗
55
+ </a>
56
+ </div>
57
+
58
  ## Prompt template
59
 
60
+
61
  ```
62
 
63
  ```
 
66
 
67
  | Filename | Quant type | File Size | Description |
68
  | -------- | ---------- | --------- | ----------- |
69
+ | [Yi-9B-200K-Q2_K.gguf](https://huggingface.co/tensorblock/Yi-9B-200K-GGUF/blob/main/Yi-9B-200K-Q2_K.gguf) | Q2_K | 3.124 GB | smallest, significant quality loss - not recommended for most purposes |
70
+ | [Yi-9B-200K-Q3_K_S.gguf](https://huggingface.co/tensorblock/Yi-9B-200K-GGUF/blob/main/Yi-9B-200K-Q3_K_S.gguf) | Q3_K_S | 3.631 GB | very small, high quality loss |
71
+ | [Yi-9B-200K-Q3_K_M.gguf](https://huggingface.co/tensorblock/Yi-9B-200K-GGUF/blob/main/Yi-9B-200K-Q3_K_M.gguf) | Q3_K_M | 4.027 GB | very small, high quality loss |
72
+ | [Yi-9B-200K-Q3_K_L.gguf](https://huggingface.co/tensorblock/Yi-9B-200K-GGUF/blob/main/Yi-9B-200K-Q3_K_L.gguf) | Q3_K_L | 4.369 GB | small, substantial quality loss |
73
+ | [Yi-9B-200K-Q4_0.gguf](https://huggingface.co/tensorblock/Yi-9B-200K-GGUF/blob/main/Yi-9B-200K-Q4_0.gguf) | Q4_0 | 4.691 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
74
+ | [Yi-9B-200K-Q4_K_S.gguf](https://huggingface.co/tensorblock/Yi-9B-200K-GGUF/blob/main/Yi-9B-200K-Q4_K_S.gguf) | Q4_K_S | 4.724 GB | small, greater quality loss |
75
+ | [Yi-9B-200K-Q4_K_M.gguf](https://huggingface.co/tensorblock/Yi-9B-200K-GGUF/blob/main/Yi-9B-200K-Q4_K_M.gguf) | Q4_K_M | 4.963 GB | medium, balanced quality - recommended |
76
+ | [Yi-9B-200K-Q5_0.gguf](https://huggingface.co/tensorblock/Yi-9B-200K-GGUF/blob/main/Yi-9B-200K-Q5_0.gguf) | Q5_0 | 5.688 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
77
+ | [Yi-9B-200K-Q5_K_S.gguf](https://huggingface.co/tensorblock/Yi-9B-200K-GGUF/blob/main/Yi-9B-200K-Q5_K_S.gguf) | Q5_K_S | 5.688 GB | large, low quality loss - recommended |
78
+ | [Yi-9B-200K-Q5_K_M.gguf](https://huggingface.co/tensorblock/Yi-9B-200K-GGUF/blob/main/Yi-9B-200K-Q5_K_M.gguf) | Q5_K_M | 5.828 GB | large, very low quality loss - recommended |
79
+ | [Yi-9B-200K-Q6_K.gguf](https://huggingface.co/tensorblock/Yi-9B-200K-GGUF/blob/main/Yi-9B-200K-Q6_K.gguf) | Q6_K | 6.748 GB | very large, extremely low quality loss |
80
+ | [Yi-9B-200K-Q8_0.gguf](https://huggingface.co/tensorblock/Yi-9B-200K-GGUF/blob/main/Yi-9B-200K-Q8_0.gguf) | Q8_0 | 8.739 GB | very large, extremely low quality loss - not recommended |
81
 
82
 
83
  ## Downloading instruction