morriszms commited on
Commit
f04ff6b
·
verified ·
1 Parent(s): d52fa5d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -12
README.md CHANGED
@@ -129,8 +129,16 @@ This repo contains GGUF format model files for [ibivibiv/multimaster-7b-v6](http
129
 
130
  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).
131
 
 
 
 
 
 
 
 
132
  ## Prompt template
133
 
 
134
  ```
135
 
136
  ```
@@ -139,18 +147,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
139
 
140
  | Filename | Quant type | File Size | Description |
141
  | -------- | ---------- | --------- | ----------- |
142
- | [multimaster-7b-v6-Q2_K.gguf](https://huggingface.co/tensorblock/multimaster-7b-v6-GGUF/tree/main/multimaster-7b-v6-Q2_K.gguf) | Q2_K | 12.037 GB | smallest, significant quality loss - not recommended for most purposes |
143
- | [multimaster-7b-v6-Q3_K_S.gguf](https://huggingface.co/tensorblock/multimaster-7b-v6-GGUF/tree/main/multimaster-7b-v6-Q3_K_S.gguf) | Q3_K_S | 14.229 GB | very small, high quality loss |
144
- | [multimaster-7b-v6-Q3_K_M.gguf](https://huggingface.co/tensorblock/multimaster-7b-v6-GGUF/tree/main/multimaster-7b-v6-Q3_K_M.gguf) | Q3_K_M | 15.790 GB | very small, high quality loss |
145
- | [multimaster-7b-v6-Q3_K_L.gguf](https://huggingface.co/tensorblock/multimaster-7b-v6-GGUF/tree/main/multimaster-7b-v6-Q3_K_L.gguf) | Q3_K_L | 17.098 GB | small, substantial quality loss |
146
- | [multimaster-7b-v6-Q4_0.gguf](https://huggingface.co/tensorblock/multimaster-7b-v6-GGUF/tree/main/multimaster-7b-v6-Q4_0.gguf) | Q4_0 | 18.595 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
147
- | [multimaster-7b-v6-Q4_K_S.gguf](https://huggingface.co/tensorblock/multimaster-7b-v6-GGUF/tree/main/multimaster-7b-v6-Q4_K_S.gguf) | Q4_K_S | 18.761 GB | small, greater quality loss |
148
- | [multimaster-7b-v6-Q4_K_M.gguf](https://huggingface.co/tensorblock/multimaster-7b-v6-GGUF/tree/main/multimaster-7b-v6-Q4_K_M.gguf) | Q4_K_M | 19.965 GB | medium, balanced quality - recommended |
149
- | [multimaster-7b-v6-Q5_0.gguf](https://huggingface.co/tensorblock/multimaster-7b-v6-GGUF/tree/main/multimaster-7b-v6-Q5_0.gguf) | Q5_0 | 22.704 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
150
- | [multimaster-7b-v6-Q5_K_S.gguf](https://huggingface.co/tensorblock/multimaster-7b-v6-GGUF/tree/main/multimaster-7b-v6-Q5_K_S.gguf) | Q5_K_S | 22.704 GB | large, low quality loss - recommended |
151
- | [multimaster-7b-v6-Q5_K_M.gguf](https://huggingface.co/tensorblock/multimaster-7b-v6-GGUF/tree/main/multimaster-7b-v6-Q5_K_M.gguf) | Q5_K_M | 23.410 GB | large, very low quality loss - recommended |
152
- | [multimaster-7b-v6-Q6_K.gguf](https://huggingface.co/tensorblock/multimaster-7b-v6-GGUF/tree/main/multimaster-7b-v6-Q6_K.gguf) | Q6_K | 27.070 GB | very large, extremely low quality loss |
153
- | [multimaster-7b-v6-Q8_0.gguf](https://huggingface.co/tensorblock/multimaster-7b-v6-GGUF/tree/main/multimaster-7b-v6-Q8_0.gguf) | Q8_0 | 35.061 GB | very large, extremely low quality loss - not recommended |
154
 
155
 
156
  ## Downloading instruction
 
129
 
130
  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).
131
 
132
+
133
+ <div style="text-align: left; margin: 20px 0;">
134
+ <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;">
135
+ Run them on the TensorBlock client using your local machine ↗
136
+ </a>
137
+ </div>
138
+
139
  ## Prompt template
140
 
141
+
142
  ```
143
 
144
  ```
 
147
 
148
  | Filename | Quant type | File Size | Description |
149
  | -------- | ---------- | --------- | ----------- |
150
+ | [multimaster-7b-v6-Q2_K.gguf](https://huggingface.co/tensorblock/multimaster-7b-v6-GGUF/blob/main/multimaster-7b-v6-Q2_K.gguf) | Q2_K | 12.037 GB | smallest, significant quality loss - not recommended for most purposes |
151
+ | [multimaster-7b-v6-Q3_K_S.gguf](https://huggingface.co/tensorblock/multimaster-7b-v6-GGUF/blob/main/multimaster-7b-v6-Q3_K_S.gguf) | Q3_K_S | 14.229 GB | very small, high quality loss |
152
+ | [multimaster-7b-v6-Q3_K_M.gguf](https://huggingface.co/tensorblock/multimaster-7b-v6-GGUF/blob/main/multimaster-7b-v6-Q3_K_M.gguf) | Q3_K_M | 15.790 GB | very small, high quality loss |
153
+ | [multimaster-7b-v6-Q3_K_L.gguf](https://huggingface.co/tensorblock/multimaster-7b-v6-GGUF/blob/main/multimaster-7b-v6-Q3_K_L.gguf) | Q3_K_L | 17.098 GB | small, substantial quality loss |
154
+ | [multimaster-7b-v6-Q4_0.gguf](https://huggingface.co/tensorblock/multimaster-7b-v6-GGUF/blob/main/multimaster-7b-v6-Q4_0.gguf) | Q4_0 | 18.595 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
155
+ | [multimaster-7b-v6-Q4_K_S.gguf](https://huggingface.co/tensorblock/multimaster-7b-v6-GGUF/blob/main/multimaster-7b-v6-Q4_K_S.gguf) | Q4_K_S | 18.761 GB | small, greater quality loss |
156
+ | [multimaster-7b-v6-Q4_K_M.gguf](https://huggingface.co/tensorblock/multimaster-7b-v6-GGUF/blob/main/multimaster-7b-v6-Q4_K_M.gguf) | Q4_K_M | 19.965 GB | medium, balanced quality - recommended |
157
+ | [multimaster-7b-v6-Q5_0.gguf](https://huggingface.co/tensorblock/multimaster-7b-v6-GGUF/blob/main/multimaster-7b-v6-Q5_0.gguf) | Q5_0 | 22.704 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
158
+ | [multimaster-7b-v6-Q5_K_S.gguf](https://huggingface.co/tensorblock/multimaster-7b-v6-GGUF/blob/main/multimaster-7b-v6-Q5_K_S.gguf) | Q5_K_S | 22.704 GB | large, low quality loss - recommended |
159
+ | [multimaster-7b-v6-Q5_K_M.gguf](https://huggingface.co/tensorblock/multimaster-7b-v6-GGUF/blob/main/multimaster-7b-v6-Q5_K_M.gguf) | Q5_K_M | 23.410 GB | large, very low quality loss - recommended |
160
+ | [multimaster-7b-v6-Q6_K.gguf](https://huggingface.co/tensorblock/multimaster-7b-v6-GGUF/blob/main/multimaster-7b-v6-Q6_K.gguf) | Q6_K | 27.070 GB | very large, extremely low quality loss |
161
+ | [multimaster-7b-v6-Q8_0.gguf](https://huggingface.co/tensorblock/multimaster-7b-v6-GGUF/blob/main/multimaster-7b-v6-Q8_0.gguf) | Q8_0 | 35.061 GB | very large, extremely low quality loss - not recommended |
162
 
163
 
164
  ## Downloading instruction