morriszms commited on
Commit
737d09d
1 Parent(s): 609334d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -12
README.md CHANGED
@@ -140,8 +140,16 @@ This repo contains GGUF format model files for [sethuiyer/Medichat-Llama3-8B](ht
140
 
141
  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).
142
 
 
 
 
 
 
 
 
143
  ## Prompt template
144
 
 
145
  ```
146
  <|im_start|>system
147
  {system_prompt}<|im_end|>
@@ -154,18 +162,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
154
 
155
  | Filename | Quant type | File Size | Description |
156
  | -------- | ---------- | --------- | ----------- |
157
- | [Medichat-Llama3-8B-Q2_K.gguf](https://huggingface.co/tensorblock/Medichat-Llama3-8B-GGUF/tree/main/Medichat-Llama3-8B-Q2_K.gguf) | Q2_K | 2.961 GB | smallest, significant quality loss - not recommended for most purposes |
158
- | [Medichat-Llama3-8B-Q3_K_S.gguf](https://huggingface.co/tensorblock/Medichat-Llama3-8B-GGUF/tree/main/Medichat-Llama3-8B-Q3_K_S.gguf) | Q3_K_S | 3.413 GB | very small, high quality loss |
159
- | [Medichat-Llama3-8B-Q3_K_M.gguf](https://huggingface.co/tensorblock/Medichat-Llama3-8B-GGUF/tree/main/Medichat-Llama3-8B-Q3_K_M.gguf) | Q3_K_M | 3.743 GB | very small, high quality loss |
160
- | [Medichat-Llama3-8B-Q3_K_L.gguf](https://huggingface.co/tensorblock/Medichat-Llama3-8B-GGUF/tree/main/Medichat-Llama3-8B-Q3_K_L.gguf) | Q3_K_L | 4.025 GB | small, substantial quality loss |
161
- | [Medichat-Llama3-8B-Q4_0.gguf](https://huggingface.co/tensorblock/Medichat-Llama3-8B-GGUF/tree/main/Medichat-Llama3-8B-Q4_0.gguf) | Q4_0 | 4.341 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
162
- | [Medichat-Llama3-8B-Q4_K_S.gguf](https://huggingface.co/tensorblock/Medichat-Llama3-8B-GGUF/tree/main/Medichat-Llama3-8B-Q4_K_S.gguf) | Q4_K_S | 4.370 GB | small, greater quality loss |
163
- | [Medichat-Llama3-8B-Q4_K_M.gguf](https://huggingface.co/tensorblock/Medichat-Llama3-8B-GGUF/tree/main/Medichat-Llama3-8B-Q4_K_M.gguf) | Q4_K_M | 4.583 GB | medium, balanced quality - recommended |
164
- | [Medichat-Llama3-8B-Q5_0.gguf](https://huggingface.co/tensorblock/Medichat-Llama3-8B-GGUF/tree/main/Medichat-Llama3-8B-Q5_0.gguf) | Q5_0 | 5.215 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
165
- | [Medichat-Llama3-8B-Q5_K_S.gguf](https://huggingface.co/tensorblock/Medichat-Llama3-8B-GGUF/tree/main/Medichat-Llama3-8B-Q5_K_S.gguf) | Q5_K_S | 5.215 GB | large, low quality loss - recommended |
166
- | [Medichat-Llama3-8B-Q5_K_M.gguf](https://huggingface.co/tensorblock/Medichat-Llama3-8B-GGUF/tree/main/Medichat-Llama3-8B-Q5_K_M.gguf) | Q5_K_M | 5.339 GB | large, very low quality loss - recommended |
167
- | [Medichat-Llama3-8B-Q6_K.gguf](https://huggingface.co/tensorblock/Medichat-Llama3-8B-GGUF/tree/main/Medichat-Llama3-8B-Q6_K.gguf) | Q6_K | 6.143 GB | very large, extremely low quality loss |
168
- | [Medichat-Llama3-8B-Q8_0.gguf](https://huggingface.co/tensorblock/Medichat-Llama3-8B-GGUF/tree/main/Medichat-Llama3-8B-Q8_0.gguf) | Q8_0 | 7.954 GB | very large, extremely low quality loss - not recommended |
169
 
170
 
171
  ## Downloading instruction
 
140
 
141
  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).
142
 
143
+
144
+ <div style="text-align: left; margin: 20px 0;">
145
+ <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;">
146
+ Run them on the TensorBlock client using your local machine ↗
147
+ </a>
148
+ </div>
149
+
150
  ## Prompt template
151
 
152
+
153
  ```
154
  <|im_start|>system
155
  {system_prompt}<|im_end|>
 
162
 
163
  | Filename | Quant type | File Size | Description |
164
  | -------- | ---------- | --------- | ----------- |
165
+ | [Medichat-Llama3-8B-Q2_K.gguf](https://huggingface.co/tensorblock/Medichat-Llama3-8B-GGUF/blob/main/Medichat-Llama3-8B-Q2_K.gguf) | Q2_K | 2.961 GB | smallest, significant quality loss - not recommended for most purposes |
166
+ | [Medichat-Llama3-8B-Q3_K_S.gguf](https://huggingface.co/tensorblock/Medichat-Llama3-8B-GGUF/blob/main/Medichat-Llama3-8B-Q3_K_S.gguf) | Q3_K_S | 3.413 GB | very small, high quality loss |
167
+ | [Medichat-Llama3-8B-Q3_K_M.gguf](https://huggingface.co/tensorblock/Medichat-Llama3-8B-GGUF/blob/main/Medichat-Llama3-8B-Q3_K_M.gguf) | Q3_K_M | 3.743 GB | very small, high quality loss |
168
+ | [Medichat-Llama3-8B-Q3_K_L.gguf](https://huggingface.co/tensorblock/Medichat-Llama3-8B-GGUF/blob/main/Medichat-Llama3-8B-Q3_K_L.gguf) | Q3_K_L | 4.025 GB | small, substantial quality loss |
169
+ | [Medichat-Llama3-8B-Q4_0.gguf](https://huggingface.co/tensorblock/Medichat-Llama3-8B-GGUF/blob/main/Medichat-Llama3-8B-Q4_0.gguf) | Q4_0 | 4.341 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
170
+ | [Medichat-Llama3-8B-Q4_K_S.gguf](https://huggingface.co/tensorblock/Medichat-Llama3-8B-GGUF/blob/main/Medichat-Llama3-8B-Q4_K_S.gguf) | Q4_K_S | 4.370 GB | small, greater quality loss |
171
+ | [Medichat-Llama3-8B-Q4_K_M.gguf](https://huggingface.co/tensorblock/Medichat-Llama3-8B-GGUF/blob/main/Medichat-Llama3-8B-Q4_K_M.gguf) | Q4_K_M | 4.583 GB | medium, balanced quality - recommended |
172
+ | [Medichat-Llama3-8B-Q5_0.gguf](https://huggingface.co/tensorblock/Medichat-Llama3-8B-GGUF/blob/main/Medichat-Llama3-8B-Q5_0.gguf) | Q5_0 | 5.215 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
173
+ | [Medichat-Llama3-8B-Q5_K_S.gguf](https://huggingface.co/tensorblock/Medichat-Llama3-8B-GGUF/blob/main/Medichat-Llama3-8B-Q5_K_S.gguf) | Q5_K_S | 5.215 GB | large, low quality loss - recommended |
174
+ | [Medichat-Llama3-8B-Q5_K_M.gguf](https://huggingface.co/tensorblock/Medichat-Llama3-8B-GGUF/blob/main/Medichat-Llama3-8B-Q5_K_M.gguf) | Q5_K_M | 5.339 GB | large, very low quality loss - recommended |
175
+ | [Medichat-Llama3-8B-Q6_K.gguf](https://huggingface.co/tensorblock/Medichat-Llama3-8B-GGUF/blob/main/Medichat-Llama3-8B-Q6_K.gguf) | Q6_K | 6.143 GB | very large, extremely low quality loss |
176
+ | [Medichat-Llama3-8B-Q8_0.gguf](https://huggingface.co/tensorblock/Medichat-Llama3-8B-GGUF/blob/main/Medichat-Llama3-8B-Q8_0.gguf) | Q8_0 | 7.954 GB | very large, extremely low quality loss - not recommended |
177
 
178
 
179
  ## Downloading instruction