mradermacher commited on
Commit
fd88621
1 Parent(s): 0ac1637

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md CHANGED
@@ -1 +1,45 @@
 
 
 
 
 
 
 
 
 
 
1
  static quants of https://huggingface.co/cloudyu/Mixtral_Erotic_13Bx2_MOE_22B
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ exported_from: cloudyu/Mixtral_Erotic_13Bx2_MOE_22B
3
+ language:
4
+ - en
5
+ library_name: transformers
6
+ license: cc-by-nc-4.0
7
+ quantized_by: mradermacher
8
+ ---
9
+ ## About
10
+
11
  static quants of https://huggingface.co/cloudyu/Mixtral_Erotic_13Bx2_MOE_22B
12
+
13
+
14
+ <!-- provided-files -->
15
+ weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion.
16
+ ## Usage
17
+
18
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
19
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
20
+ more details, including on how to concatenate multi-part files.
21
+
22
+ ## Provided Quants
23
+
24
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
25
+
26
+ | Link | Type | Size/GB | Notes |
27
+ |:-----|:-----|--------:|:------|
28
+ | [GGUF](https://huggingface.co/mradermacher/Mixtral_Erotic_13Bx2_MOE_22B-GGUF/resolve/main/Mixtral_Erotic_13Bx2_MOE_22B.Q4_K_S.gguf) | Q4_K_S | 12.5 | fast, recommended |
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 -->