mradermacher commited on
Commit
30239ae
1 Parent(s): 3c5b018

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md CHANGED
@@ -1 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
1
  weighted/imatrix quants of https://huggingface.co/Severian/Nexus-4x7B-IKM-MLX
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - Severian/Internal-Knowledge-Map
4
+ language:
5
+ - en
6
+ library_name: transformers
7
+ license: mit
8
+ quantized_by: mradermacher
9
+ ---
10
+ ## About
11
+
12
  weighted/imatrix quants of https://huggingface.co/Severian/Nexus-4x7B-IKM-MLX
13
+
14
+
15
+ <!-- provided-files -->
16
+ static quants are available at https://huggingface.co/mradermacher/Nexus-4x7B-IKM-MLX-GGUF
17
+ ## Usage
18
+
19
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
20
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
21
+ more details, including on how to concatenate multi-part files.
22
+
23
+ ## Provided Quants
24
+
25
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
26
+
27
+ | Link | Type | Size/GB | Notes |
28
+ |:-----|:-----|--------:|:------|
29
+ | [GGUF](https://huggingface.co/mradermacher/Nexus-4x7B-IKM-MLX-i1-GGUF/resolve/main/Nexus-4x7B-IKM-MLX.i1-IQ2_M.gguf) | i1-IQ2_M | 8.3 | |
30
+ | [GGUF](https://huggingface.co/mradermacher/Nexus-4x7B-IKM-MLX-i1-GGUF/resolve/main/Nexus-4x7B-IKM-MLX.i1-Q2_K.gguf) | i1-Q2_K | 9.1 | IQ3_XXS probably better |
31
+ | [GGUF](https://huggingface.co/mradermacher/Nexus-4x7B-IKM-MLX-i1-GGUF/resolve/main/Nexus-4x7B-IKM-MLX.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 9.6 | fast, lower quality |
32
+ | [GGUF](https://huggingface.co/mradermacher/Nexus-4x7B-IKM-MLX-i1-GGUF/resolve/main/Nexus-4x7B-IKM-MLX.i1-Q3_K_S.gguf) | i1-Q3_K_S | 10.7 | IQ3_XS probably better |
33
+ | [GGUF](https://huggingface.co/mradermacher/Nexus-4x7B-IKM-MLX-i1-GGUF/resolve/main/Nexus-4x7B-IKM-MLX.i1-Q3_K_M.gguf) | i1-Q3_K_M | 11.8 | IQ3_S probably better |
34
+ | [GGUF](https://huggingface.co/mradermacher/Nexus-4x7B-IKM-MLX-i1-GGUF/resolve/main/Nexus-4x7B-IKM-MLX.i1-Q3_K_L.gguf) | i1-Q3_K_L | 12.8 | IQ3_M probably better |
35
+ | [GGUF](https://huggingface.co/mradermacher/Nexus-4x7B-IKM-MLX-i1-GGUF/resolve/main/Nexus-4x7B-IKM-MLX.i1-Q4_K_S.gguf) | i1-Q4_K_S | 14.0 | optimal size/speed/quality |
36
+ | [GGUF](https://huggingface.co/mradermacher/Nexus-4x7B-IKM-MLX-i1-GGUF/resolve/main/Nexus-4x7B-IKM-MLX.i1-Q4_K_M.gguf) | i1-Q4_K_M | 14.9 | fast, medium quality |
37
+ | [GGUF](https://huggingface.co/mradermacher/Nexus-4x7B-IKM-MLX-i1-GGUF/resolve/main/Nexus-4x7B-IKM-MLX.i1-Q5_K_S.gguf) | i1-Q5_K_S | 16.9 | |
38
+ | [GGUF](https://huggingface.co/mradermacher/Nexus-4x7B-IKM-MLX-i1-GGUF/resolve/main/Nexus-4x7B-IKM-MLX.i1-Q5_K_M.gguf) | i1-Q5_K_M | 17.4 | |
39
+ | [GGUF](https://huggingface.co/mradermacher/Nexus-4x7B-IKM-MLX-i1-GGUF/resolve/main/Nexus-4x7B-IKM-MLX.i1-Q6_K.gguf) | i1-Q6_K | 20.1 | practically like static Q6_K |
40
+
41
+
42
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
43
+ types (lower is better):
44
+
45
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
46
+
47
+ And here are Artefact2's thoughts on the matter:
48
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
49
+
50
+ ## Thanks
51
+
52
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
53
+ me use its servers and providing upgrades to my workstation to enable
54
+ this work in my free time.
55
+
56
+ <!-- end -->