Update README.md
Browse files
README.md
CHANGED
@@ -38,7 +38,7 @@ GGUF Quantizations for use with projects like ollama and llama.cpp.
|
|
38 |
| ---- | ---- | ---- | ----- |
|
39 |
| [MistRAG-7b-v1-f16.gguf](https://huggingface.co/MexIvanov/MistRAG-7B-ruen-v1-gguf/blob/main/MistRAG-7b-v1-f16.gguf) | f16 | 16 | Full F16 weights. |
|
40 |
| [MistRAG-7b-v1-q8_0.gguf](https://huggingface.co/MexIvanov/MistRAG-7B-ruen-v1-gguf/blob/main/MistRAG-7b-v1-q8_0.gguf) | Q8_0 | 8 | Extremely high quality, generally unneeded but max available quant. |
|
41 |
-
| [MistRAG-7b-v1-q6_K.gguf](https://huggingface.co/MexIvanov/MistRAG-7B-ruen-v1-gguf/blob/main/MistRAG-7b-v1-q6_K.gguf) | Q6_K | 6 |
|
42 |
| [MistRAG-7b-v1-q5_K_M.gguf](https://huggingface.co/MexIvanov/MistRAG-7B-ruen-v1-gguf/blob/main/MistRAG-7b-v1-q5_K_M.gguf) | Q5_K_M | 5 | High quality, *recommended*. |
|
43 |
| [MistRAG-7b-v1-q4_K_M.gguf](https://huggingface.co/MexIvanov/MistRAG-7B-ruen-v1-gguf/blob/main/MistRAG-7b-v1-q4_K_M.gguf) | Q4_K_M | 4 | Good quality, default size for must use cases, *recommended*. |
|
44 |
|
|
|
38 |
| ---- | ---- | ---- | ----- |
|
39 |
| [MistRAG-7b-v1-f16.gguf](https://huggingface.co/MexIvanov/MistRAG-7B-ruen-v1-gguf/blob/main/MistRAG-7b-v1-f16.gguf) | f16 | 16 | Full F16 weights. |
|
40 |
| [MistRAG-7b-v1-q8_0.gguf](https://huggingface.co/MexIvanov/MistRAG-7B-ruen-v1-gguf/blob/main/MistRAG-7b-v1-q8_0.gguf) | Q8_0 | 8 | Extremely high quality, generally unneeded but max available quant. |
|
41 |
+
| [MistRAG-7b-v1-q6_K.gguf](https://huggingface.co/MexIvanov/MistRAG-7B-ruen-v1-gguf/blob/main/MistRAG-7b-v1-q6_K.gguf) | Q6_K | 6 | Very high quality, near perfect, *recommended*. |
|
42 |
| [MistRAG-7b-v1-q5_K_M.gguf](https://huggingface.co/MexIvanov/MistRAG-7B-ruen-v1-gguf/blob/main/MistRAG-7b-v1-q5_K_M.gguf) | Q5_K_M | 5 | High quality, *recommended*. |
|
43 |
| [MistRAG-7b-v1-q4_K_M.gguf](https://huggingface.co/MexIvanov/MistRAG-7B-ruen-v1-gguf/blob/main/MistRAG-7b-v1-q4_K_M.gguf) | Q4_K_M | 4 | Good quality, default size for must use cases, *recommended*. |
|
44 |
|