morriszms commited on
Commit
3abc392
·
verified ·
1 Parent(s): d1749f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -12
README.md CHANGED
@@ -87,8 +87,16 @@ This repo contains GGUF format model files for [bigcode/starcoder2-15b](https://
87
 
88
  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).
89
 
 
 
 
 
 
 
 
90
  ## Prompt template
91
 
 
92
  ```
93
 
94
  ```
@@ -97,18 +105,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
97
 
98
  | Filename | Quant type | File Size | Description |
99
  | -------- | ---------- | --------- | ----------- |
100
- | [starcoder2-15b-Q2_K.gguf](https://huggingface.co/tensorblock/starcoder2-15b-GGUF/tree/main/starcoder2-15b-Q2_K.gguf) | Q2_K | 5.768 GB | smallest, significant quality loss - not recommended for most purposes |
101
- | [starcoder2-15b-Q3_K_S.gguf](https://huggingface.co/tensorblock/starcoder2-15b-GGUF/tree/main/starcoder2-15b-Q3_K_S.gguf) | Q3_K_S | 6.507 GB | very small, high quality loss |
102
- | [starcoder2-15b-Q3_K_M.gguf](https://huggingface.co/tensorblock/starcoder2-15b-GGUF/tree/main/starcoder2-15b-Q3_K_M.gguf) | Q3_K_M | 7.492 GB | very small, high quality loss |
103
- | [starcoder2-15b-Q3_K_L.gguf](https://huggingface.co/tensorblock/starcoder2-15b-GGUF/tree/main/starcoder2-15b-Q3_K_L.gguf) | Q3_K_L | 8.350 GB | small, substantial quality loss |
104
- | [starcoder2-15b-Q4_0.gguf](https://huggingface.co/tensorblock/starcoder2-15b-GGUF/tree/main/starcoder2-15b-Q4_0.gguf) | Q4_0 | 8.443 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
105
- | [starcoder2-15b-Q4_K_S.gguf](https://huggingface.co/tensorblock/starcoder2-15b-GGUF/tree/main/starcoder2-15b-Q4_K_S.gguf) | Q4_K_S | 8.532 GB | small, greater quality loss |
106
- | [starcoder2-15b-Q4_K_M.gguf](https://huggingface.co/tensorblock/starcoder2-15b-GGUF/tree/main/starcoder2-15b-Q4_K_M.gguf) | Q4_K_M | 9.183 GB | medium, balanced quality - recommended |
107
- | [starcoder2-15b-Q5_0.gguf](https://huggingface.co/tensorblock/starcoder2-15b-GGUF/tree/main/starcoder2-15b-Q5_0.gguf) | Q5_0 | 10.265 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
108
- | [starcoder2-15b-Q5_K_S.gguf](https://huggingface.co/tensorblock/starcoder2-15b-GGUF/tree/main/starcoder2-15b-Q5_K_S.gguf) | Q5_K_S | 10.265 GB | large, low quality loss - recommended |
109
- | [starcoder2-15b-Q5_K_M.gguf](https://huggingface.co/tensorblock/starcoder2-15b-GGUF/tree/main/starcoder2-15b-Q5_K_M.gguf) | Q5_K_M | 10.646 GB | large, very low quality loss - recommended |
110
- | [starcoder2-15b-Q6_K.gguf](https://huggingface.co/tensorblock/starcoder2-15b-GGUF/tree/main/starcoder2-15b-Q6_K.gguf) | Q6_K | 12.201 GB | very large, extremely low quality loss |
111
- | [starcoder2-15b-Q8_0.gguf](https://huggingface.co/tensorblock/starcoder2-15b-GGUF/tree/main/starcoder2-15b-Q8_0.gguf) | Q8_0 | 15.800 GB | very large, extremely low quality loss - not recommended |
112
 
113
 
114
  ## Downloading instruction
 
87
 
88
  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).
89
 
90
+
91
+ <div style="text-align: left; margin: 20px 0;">
92
+ <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;">
93
+ Run them on the TensorBlock client using your local machine ↗
94
+ </a>
95
+ </div>
96
+
97
  ## Prompt template
98
 
99
+
100
  ```
101
 
102
  ```
 
105
 
106
  | Filename | Quant type | File Size | Description |
107
  | -------- | ---------- | --------- | ----------- |
108
+ | [starcoder2-15b-Q2_K.gguf](https://huggingface.co/tensorblock/starcoder2-15b-GGUF/blob/main/starcoder2-15b-Q2_K.gguf) | Q2_K | 5.768 GB | smallest, significant quality loss - not recommended for most purposes |
109
+ | [starcoder2-15b-Q3_K_S.gguf](https://huggingface.co/tensorblock/starcoder2-15b-GGUF/blob/main/starcoder2-15b-Q3_K_S.gguf) | Q3_K_S | 6.507 GB | very small, high quality loss |
110
+ | [starcoder2-15b-Q3_K_M.gguf](https://huggingface.co/tensorblock/starcoder2-15b-GGUF/blob/main/starcoder2-15b-Q3_K_M.gguf) | Q3_K_M | 7.492 GB | very small, high quality loss |
111
+ | [starcoder2-15b-Q3_K_L.gguf](https://huggingface.co/tensorblock/starcoder2-15b-GGUF/blob/main/starcoder2-15b-Q3_K_L.gguf) | Q3_K_L | 8.350 GB | small, substantial quality loss |
112
+ | [starcoder2-15b-Q4_0.gguf](https://huggingface.co/tensorblock/starcoder2-15b-GGUF/blob/main/starcoder2-15b-Q4_0.gguf) | Q4_0 | 8.443 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
113
+ | [starcoder2-15b-Q4_K_S.gguf](https://huggingface.co/tensorblock/starcoder2-15b-GGUF/blob/main/starcoder2-15b-Q4_K_S.gguf) | Q4_K_S | 8.532 GB | small, greater quality loss |
114
+ | [starcoder2-15b-Q4_K_M.gguf](https://huggingface.co/tensorblock/starcoder2-15b-GGUF/blob/main/starcoder2-15b-Q4_K_M.gguf) | Q4_K_M | 9.183 GB | medium, balanced quality - recommended |
115
+ | [starcoder2-15b-Q5_0.gguf](https://huggingface.co/tensorblock/starcoder2-15b-GGUF/blob/main/starcoder2-15b-Q5_0.gguf) | Q5_0 | 10.265 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
116
+ | [starcoder2-15b-Q5_K_S.gguf](https://huggingface.co/tensorblock/starcoder2-15b-GGUF/blob/main/starcoder2-15b-Q5_K_S.gguf) | Q5_K_S | 10.265 GB | large, low quality loss - recommended |
117
+ | [starcoder2-15b-Q5_K_M.gguf](https://huggingface.co/tensorblock/starcoder2-15b-GGUF/blob/main/starcoder2-15b-Q5_K_M.gguf) | Q5_K_M | 10.646 GB | large, very low quality loss - recommended |
118
+ | [starcoder2-15b-Q6_K.gguf](https://huggingface.co/tensorblock/starcoder2-15b-GGUF/blob/main/starcoder2-15b-Q6_K.gguf) | Q6_K | 12.201 GB | very large, extremely low quality loss |
119
+ | [starcoder2-15b-Q8_0.gguf](https://huggingface.co/tensorblock/starcoder2-15b-GGUF/blob/main/starcoder2-15b-Q8_0.gguf) | Q8_0 | 15.800 GB | very large, extremely low quality loss - not recommended |
120
 
121
 
122
  ## Downloading instruction