morriszms commited on
Commit
2d0fd60
1 Parent(s): 6234baf

Update README.md

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