tohur commited on
Commit
8727703
1 Parent(s): ddeea25

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -14
README.md CHANGED
@@ -36,20 +36,20 @@ more details, including on how to concatenate multi-part files.
36
 
37
  (sorted by quality.)
38
 
39
- | Link | Type | Notes |
40
- |:-----|:-----|:------|
41
- | [GGUF](https://huggingface.co/tohur/natsumura-storytelling-rp-1.0-llama-3.1-8b-GGUF/blob/main/natsumura-assistant-1.0-llama-3.1-8b.Q2_K.gguf) | Q2_K | |
42
- | [GGUF](https://huggingface.co/tohur/natsumura-storytelling-rp-1.0-llama-3.1-8b-GGUF/blob/main/natsumura-assistant-1.0-llama-3.1-8b.Q3_K_S.gguf) | Q3_K_S | |
43
- | [GGUF](https://huggingface.co/tohur/natsumura-storytelling-rp-1.0-llama-3.1-8b-GGUF/blob/main/natsumura-assistant-1.0-llama-3.1-8b.Q3_K_M.gguf) | Q3_K_M | lower quality |
44
- | [GGUF](https://huggingface.co/tohur/natsumura-storytelling-rp-1.0-llama-3.1-8b-GGUF/blob/main/natsumura-assistant-1.0-llama-3.1-8b.Q3_K_L.gguf) | Q3_K_L | |
45
- | [GGUF](https://huggingface.co/tohur/natsumura-storytelling-rp-1.0-llama-3.1-8b-GGUF/blob/main/natsumura-assistant-1.0-llama-3.1-8b.Q4_K_S.gguf) | Q4_K_S | fast, recommended |
46
- | [GGUF](https://huggingface.co/tohur/natsumura-storytelling-rp-1.0-llama-3.1-8b-GGUF/blob/main/natsumura-assistant-1.0-llama-3.1-8b.Q4_K_M.gguf) | Q4_K_M | fast, recommended |
47
- | [GGUF](https://huggingface.co/tohur/natsumura-storytelling-rp-1.0-llama-3.1-8b-GGUF/blob/main/natsumura-assistant-1.0-llama-3.1-8b.Q5_K_S.gguf) | Q5_0 | |
48
- | [GGUF](https://huggingface.co/tohur/natsumura-storytelling-rp-1.0-llama-3.1-8b-GGUF/blob/main/natsumura-assistant-1.0-llama-3.1-8b.Q5_K_S.gguf) | Q5_K_S | |
49
- | [GGUF](https://huggingface.co/tohur/natsumura-storytelling-rp-1.0-llama-3.1-8b-GGUF/blob/main/natsumura-assistant-1.0-llama-3.1-8b.Q5_K_M.gguf) | Q5_K_M | |
50
- | [GGUF](https://huggingface.co/tohur/natsumura-storytelling-rp-1.0-llama-3.1-8b-GGUF/blob/main/natsumura-assistant-1.0-llama-3.1-8b.Q6_K.gguf) | Q6_K | very good quality |
51
- | [GGUF](https://huggingface.co/tohur/natsumura-storytelling-rp-1.0-llama-3.1-8b-GGUF/blob/main/natsumura-assistant-1.0-llama-3.1-8b.Q8_0.gguf) | Q8_0 | fast, best quality |
52
- | [GGUF](https://huggingface.co/tohur/natsumura-storytelling-rp-1.0-llama-3.1-8b-GGUF/blob/main/natsumura-assistant-1.0-llama-3.1-8b.F16.gguf) | f16 | 16 bpw, overkill |
53
 
54
  # use in ollama
55
  ```
 
36
 
37
  (sorted by quality.)
38
 
39
+ | Link | Notes |
40
+ |:-----|:-----|
41
+ | Q2_K |
42
+ | Q3_K_S |
43
+ | Q3_K_M | lower quality |
44
+ | Q3_K_L | |
45
+ | Q4_K_S | fast, recommended |
46
+ | Q4_K_M | fast, recommended |
47
+ | Q5_0 | |
48
+ | Q5_K_S | |
49
+ | Q5_K_M | |
50
+ | Q6_K | very good quality |
51
+ | Q8_0 | fast, best quality |
52
+ | f16 | 16 bpw, overkill |
53
 
54
  # use in ollama
55
  ```