mradermacher commited on
Commit
68584d6
1 Parent(s): 8c73f05

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md CHANGED
@@ -1 +1,45 @@
 
 
 
 
 
 
 
 
1
  weighted/imatrix quants of https://huggingface.co/Doctor-Shotgun/Norobara-LimaRP-ZLoss-8x7B
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ library_name: transformers
5
+ quantized_by: mradermacher
6
+ ---
7
+ ## About
8
+
9
  weighted/imatrix quants of https://huggingface.co/Doctor-Shotgun/Norobara-LimaRP-ZLoss-8x7B
10
+
11
+
12
+ <!-- provided-files -->
13
+ static quants are available at https://huggingface.co/mradermacher/Norobara-LimaRP-ZLoss-8x7B-GGUF
14
+ ## Usage
15
+
16
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
17
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
18
+ more details, including on how to concatenate multi-part files.
19
+
20
+ ## Provided Quants
21
+
22
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
23
+
24
+ | Link | Type | Size/GB | Notes |
25
+ |:-----|:-----|--------:|:------|
26
+ | [GGUF](https://huggingface.co/mradermacher/Norobara-LimaRP-ZLoss-8x7B-i1-GGUF/resolve/main/Norobara-LimaRP-ZLoss-8x7B.i1-Q2_K.gguf) | i1-Q2_K | 17.6 | IQ3_XXS probably better |
27
+ | [GGUF](https://huggingface.co/mradermacher/Norobara-LimaRP-ZLoss-8x7B-i1-GGUF/resolve/main/Norobara-LimaRP-ZLoss-8x7B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 22.8 | IQ3_S probably better |
28
+ | [GGUF](https://huggingface.co/mradermacher/Norobara-LimaRP-ZLoss-8x7B-i1-GGUF/resolve/main/Norobara-LimaRP-ZLoss-8x7B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 27.0 | optimal size/speed/quality |
29
+
30
+
31
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
32
+ types (lower is better):
33
+
34
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
35
+
36
+ And here are Artefact2's thoughts on the matter:
37
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
38
+
39
+ ## Thanks
40
+
41
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
42
+ me use its servers and providing upgrades to my workstation to enable
43
+ this work in my free time.
44
+
45
+ <!-- end -->