morriszms commited on
Commit
bfccd09
1 Parent(s): 7d6066a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -12
README.md CHANGED
@@ -66,8 +66,16 @@ This repo contains GGUF format model files for [ruslanmv/Medical-Llama3-8B](http
66
 
67
  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).
68
 
 
 
 
 
 
 
 
69
  ## Prompt template
70
 
 
71
  ```
72
 
73
  ```
@@ -76,18 +84,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
76
 
77
  | Filename | Quant type | File Size | Description |
78
  | -------- | ---------- | --------- | ----------- |
79
- | [Medical-Llama3-8B-Q2_K.gguf](https://huggingface.co/tensorblock/Medical-Llama3-8B-GGUF/tree/main/Medical-Llama3-8B-Q2_K.gguf) | Q2_K | 2.961 GB | smallest, significant quality loss - not recommended for most purposes |
80
- | [Medical-Llama3-8B-Q3_K_S.gguf](https://huggingface.co/tensorblock/Medical-Llama3-8B-GGUF/tree/main/Medical-Llama3-8B-Q3_K_S.gguf) | Q3_K_S | 3.413 GB | very small, high quality loss |
81
- | [Medical-Llama3-8B-Q3_K_M.gguf](https://huggingface.co/tensorblock/Medical-Llama3-8B-GGUF/tree/main/Medical-Llama3-8B-Q3_K_M.gguf) | Q3_K_M | 3.743 GB | very small, high quality loss |
82
- | [Medical-Llama3-8B-Q3_K_L.gguf](https://huggingface.co/tensorblock/Medical-Llama3-8B-GGUF/tree/main/Medical-Llama3-8B-Q3_K_L.gguf) | Q3_K_L | 4.025 GB | small, substantial quality loss |
83
- | [Medical-Llama3-8B-Q4_0.gguf](https://huggingface.co/tensorblock/Medical-Llama3-8B-GGUF/tree/main/Medical-Llama3-8B-Q4_0.gguf) | Q4_0 | 4.341 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
84
- | [Medical-Llama3-8B-Q4_K_S.gguf](https://huggingface.co/tensorblock/Medical-Llama3-8B-GGUF/tree/main/Medical-Llama3-8B-Q4_K_S.gguf) | Q4_K_S | 4.370 GB | small, greater quality loss |
85
- | [Medical-Llama3-8B-Q4_K_M.gguf](https://huggingface.co/tensorblock/Medical-Llama3-8B-GGUF/tree/main/Medical-Llama3-8B-Q4_K_M.gguf) | Q4_K_M | 4.583 GB | medium, balanced quality - recommended |
86
- | [Medical-Llama3-8B-Q5_0.gguf](https://huggingface.co/tensorblock/Medical-Llama3-8B-GGUF/tree/main/Medical-Llama3-8B-Q5_0.gguf) | Q5_0 | 5.215 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
87
- | [Medical-Llama3-8B-Q5_K_S.gguf](https://huggingface.co/tensorblock/Medical-Llama3-8B-GGUF/tree/main/Medical-Llama3-8B-Q5_K_S.gguf) | Q5_K_S | 5.215 GB | large, low quality loss - recommended |
88
- | [Medical-Llama3-8B-Q5_K_M.gguf](https://huggingface.co/tensorblock/Medical-Llama3-8B-GGUF/tree/main/Medical-Llama3-8B-Q5_K_M.gguf) | Q5_K_M | 5.339 GB | large, very low quality loss - recommended |
89
- | [Medical-Llama3-8B-Q6_K.gguf](https://huggingface.co/tensorblock/Medical-Llama3-8B-GGUF/tree/main/Medical-Llama3-8B-Q6_K.gguf) | Q6_K | 6.143 GB | very large, extremely low quality loss |
90
- | [Medical-Llama3-8B-Q8_0.gguf](https://huggingface.co/tensorblock/Medical-Llama3-8B-GGUF/tree/main/Medical-Llama3-8B-Q8_0.gguf) | Q8_0 | 7.954 GB | very large, extremely low quality loss - not recommended |
91
 
92
 
93
  ## Downloading instruction
 
66
 
67
  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).
68
 
69
+
70
+ <div style="text-align: left; margin: 20px 0;">
71
+ <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;">
72
+ Run them on the TensorBlock client using your local machine ↗
73
+ </a>
74
+ </div>
75
+
76
  ## Prompt template
77
 
78
+
79
  ```
80
 
81
  ```
 
84
 
85
  | Filename | Quant type | File Size | Description |
86
  | -------- | ---------- | --------- | ----------- |
87
+ | [Medical-Llama3-8B-Q2_K.gguf](https://huggingface.co/tensorblock/Medical-Llama3-8B-GGUF/blob/main/Medical-Llama3-8B-Q2_K.gguf) | Q2_K | 2.961 GB | smallest, significant quality loss - not recommended for most purposes |
88
+ | [Medical-Llama3-8B-Q3_K_S.gguf](https://huggingface.co/tensorblock/Medical-Llama3-8B-GGUF/blob/main/Medical-Llama3-8B-Q3_K_S.gguf) | Q3_K_S | 3.413 GB | very small, high quality loss |
89
+ | [Medical-Llama3-8B-Q3_K_M.gguf](https://huggingface.co/tensorblock/Medical-Llama3-8B-GGUF/blob/main/Medical-Llama3-8B-Q3_K_M.gguf) | Q3_K_M | 3.743 GB | very small, high quality loss |
90
+ | [Medical-Llama3-8B-Q3_K_L.gguf](https://huggingface.co/tensorblock/Medical-Llama3-8B-GGUF/blob/main/Medical-Llama3-8B-Q3_K_L.gguf) | Q3_K_L | 4.025 GB | small, substantial quality loss |
91
+ | [Medical-Llama3-8B-Q4_0.gguf](https://huggingface.co/tensorblock/Medical-Llama3-8B-GGUF/blob/main/Medical-Llama3-8B-Q4_0.gguf) | Q4_0 | 4.341 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
92
+ | [Medical-Llama3-8B-Q4_K_S.gguf](https://huggingface.co/tensorblock/Medical-Llama3-8B-GGUF/blob/main/Medical-Llama3-8B-Q4_K_S.gguf) | Q4_K_S | 4.370 GB | small, greater quality loss |
93
+ | [Medical-Llama3-8B-Q4_K_M.gguf](https://huggingface.co/tensorblock/Medical-Llama3-8B-GGUF/blob/main/Medical-Llama3-8B-Q4_K_M.gguf) | Q4_K_M | 4.583 GB | medium, balanced quality - recommended |
94
+ | [Medical-Llama3-8B-Q5_0.gguf](https://huggingface.co/tensorblock/Medical-Llama3-8B-GGUF/blob/main/Medical-Llama3-8B-Q5_0.gguf) | Q5_0 | 5.215 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
95
+ | [Medical-Llama3-8B-Q5_K_S.gguf](https://huggingface.co/tensorblock/Medical-Llama3-8B-GGUF/blob/main/Medical-Llama3-8B-Q5_K_S.gguf) | Q5_K_S | 5.215 GB | large, low quality loss - recommended |
96
+ | [Medical-Llama3-8B-Q5_K_M.gguf](https://huggingface.co/tensorblock/Medical-Llama3-8B-GGUF/blob/main/Medical-Llama3-8B-Q5_K_M.gguf) | Q5_K_M | 5.339 GB | large, very low quality loss - recommended |
97
+ | [Medical-Llama3-8B-Q6_K.gguf](https://huggingface.co/tensorblock/Medical-Llama3-8B-GGUF/blob/main/Medical-Llama3-8B-Q6_K.gguf) | Q6_K | 6.143 GB | very large, extremely low quality loss |
98
+ | [Medical-Llama3-8B-Q8_0.gguf](https://huggingface.co/tensorblock/Medical-Llama3-8B-GGUF/blob/main/Medical-Llama3-8B-Q8_0.gguf) | Q8_0 | 7.954 GB | very large, extremely low quality loss - not recommended |
99
 
100
 
101
  ## Downloading instruction