mradermacher commited on
Commit
96b7d15
·
verified ·
1 Parent(s): f3f6d7b

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -0
README.md CHANGED
@@ -1,6 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
1
  <!-- ### quantize_version: 2 -->
2
  <!-- ### output_tensor_quantised: 1 -->
3
  <!-- ### convert_type: hf -->
4
  <!-- ### vocab_type: -->
5
  <!-- ### tags: nicoboss -->
6
  weighted/imatrix quants of https://huggingface.co/Qwen/Qwen3-30B-A3B
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen3-30B-A3B
3
+ language:
4
+ - en
5
+ library_name: transformers
6
+ license: apache-2.0
7
+ license_link: https://huggingface.co/Qwen/Qwen3-30B-A3B/blob/main/LICENSE
8
+ quantized_by: mradermacher
9
+ ---
10
+ ## About
11
+
12
  <!-- ### quantize_version: 2 -->
13
  <!-- ### output_tensor_quantised: 1 -->
14
  <!-- ### convert_type: hf -->
15
  <!-- ### vocab_type: -->
16
  <!-- ### tags: nicoboss -->
17
  weighted/imatrix quants of https://huggingface.co/Qwen/Qwen3-30B-A3B
18
+
19
+ <!-- provided-files -->
20
+ static quants are available at https://huggingface.co/mradermacher/Qwen3-30B-A3B-GGUF
21
+ ## Usage
22
+
23
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
24
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
25
+ more details, including on how to concatenate multi-part files.
26
+
27
+ ## Provided Quants
28
+
29
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
30
+
31
+ | Link | Type | Size/GB | Notes |
32
+ |:-----|:-----|--------:|:------|
33
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-i1-GGUF/resolve/main/Qwen3-30B-A3B.i1-Q2_K.gguf) | i1-Q2_K | 11.4 | IQ3_XXS probably better |
34
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-i1-GGUF/resolve/main/Qwen3-30B-A3B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 11.9 | lower quality |
35
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-i1-GGUF/resolve/main/Qwen3-30B-A3B.i1-IQ3_M.gguf) | i1-IQ3_M | 13.6 | |
36
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-i1-GGUF/resolve/main/Qwen3-30B-A3B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 14.8 | IQ3_S probably better |
37
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-i1-GGUF/resolve/main/Qwen3-30B-A3B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 17.6 | optimal size/speed/quality |
38
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-i1-GGUF/resolve/main/Qwen3-30B-A3B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 18.7 | fast, recommended |
39
+
40
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
41
+ types (lower is better):
42
+
43
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
44
+
45
+ And here are Artefact2's thoughts on the matter:
46
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
47
+
48
+ ## FAQ / Model Request
49
+
50
+ See https://huggingface.co/mradermacher/model_requests for some answers to
51
+ questions you might have and/or if you want some other model quantized.
52
+
53
+ ## Thanks
54
+
55
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
56
+ me use its servers and providing upgrades to my workstation to enable
57
+ this work in my free time. Additional thanks to [@nicoboss](https://huggingface.co/nicoboss) for giving me access to his private supercomputer, enabling me to provide many more imatrix quants, at much higher quality, than I would otherwise be able to.
58
+
59
+ <!-- end -->