mradermacher commited on
Commit
fa085d9
1 Parent(s): dc675ef

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -28,7 +28,10 @@ more details, including on how to concatenate multi-part files.
28
 
29
  | Link | Type | Size/GB | Notes |
30
  |:-----|:-----|--------:|:------|
 
 
31
  | [GGUF](https://huggingface.co/mradermacher/Llama-Guard-3-8B-GGUF/resolve/main/Llama-Guard-3-8B.Q8_0.gguf) | Q8_0 | 8.6 | fast, best quality |
 
32
 
33
  Here is a handy graph by ikawrakow comparing some lower-quality quant
34
  types (lower is better):
 
28
 
29
  | Link | Type | Size/GB | Notes |
30
  |:-----|:-----|--------:|:------|
31
+ | [GGUF](https://huggingface.co/mradermacher/Llama-Guard-3-8B-GGUF/resolve/main/Llama-Guard-3-8B.IQ3_S.gguf) | IQ3_S | 3.8 | beats Q3_K* |
32
+ | [GGUF](https://huggingface.co/mradermacher/Llama-Guard-3-8B-GGUF/resolve/main/Llama-Guard-3-8B.Q4_K_S.gguf) | Q4_K_S | 4.8 | fast, recommended |
33
  | [GGUF](https://huggingface.co/mradermacher/Llama-Guard-3-8B-GGUF/resolve/main/Llama-Guard-3-8B.Q8_0.gguf) | Q8_0 | 8.6 | fast, best quality |
34
+ | [GGUF](https://huggingface.co/mradermacher/Llama-Guard-3-8B-GGUF/resolve/main/Llama-Guard-3-8B.f16.gguf) | f16 | 16.2 | 16 bpw, overkill |
35
 
36
  Here is a handy graph by ikawrakow comparing some lower-quality quant
37
  types (lower is better):