mradermacher commited on
Commit
2119abc
·
verified ·
1 Parent(s): b43816d

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -0
README.md CHANGED
@@ -1,6 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/Qwen-72B
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen-72B
3
+ language:
4
+ - zh
5
+ - en
6
+ library_name: transformers
7
+ license: other
8
+ license_link: https://github.com/QwenLM/Qwen/blob/main/Tongyi%20Qianwen%20LICENSE%20AGREEMENT
9
+ license_name: tongyi-qianwen-license-agreement
10
+ quantized_by: mradermacher
11
+ tags:
12
+ - qwen
13
+ ---
14
+ ## About
15
+
16
  <!-- ### quantize_version: 2 -->
17
  <!-- ### output_tensor_quantised: 1 -->
18
  <!-- ### convert_type: hf -->
19
  <!-- ### vocab_type: -->
20
  <!-- ### tags: nicoboss -->
21
  weighted/imatrix quants of https://huggingface.co/Qwen/Qwen-72B
22
+
23
+ <!-- provided-files -->
24
+ static quants are available at https://huggingface.co/mradermacher/Qwen-72B-GGUF
25
+ ## Usage
26
+
27
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
28
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
29
+ more details, including on how to concatenate multi-part files.
30
+
31
+ ## Provided Quants
32
+
33
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
34
+
35
+ | Link | Type | Size/GB | Notes |
36
+ |:-----|:-----|--------:|:------|
37
+ | [GGUF](https://huggingface.co/mradermacher/Qwen-72B-i1-GGUF/resolve/main/Qwen-72B.i1-IQ1_M.gguf) | i1-IQ1_M | 17.1 | mostly desperate |
38
+ | [GGUF](https://huggingface.co/mradermacher/Qwen-72B-i1-GGUF/resolve/main/Qwen-72B.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 19.5 | |
39
+ | [GGUF](https://huggingface.co/mradermacher/Qwen-72B-i1-GGUF/resolve/main/Qwen-72B.i1-IQ2_M.gguf) | i1-IQ2_M | 24.7 | |
40
+ | [GGUF](https://huggingface.co/mradermacher/Qwen-72B-i1-GGUF/resolve/main/Qwen-72B.i1-Q2_K.gguf) | i1-Q2_K | 26.6 | IQ3_XXS probably better |
41
+ | [GGUF](https://huggingface.co/mradermacher/Qwen-72B-i1-GGUF/resolve/main/Qwen-72B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 28.5 | lower quality |
42
+ | [GGUF](https://huggingface.co/mradermacher/Qwen-72B-i1-GGUF/resolve/main/Qwen-72B.i1-Q3_K_S.gguf) | i1-Q3_K_S | 31.7 | IQ3_XS probably better |
43
+ | [GGUF](https://huggingface.co/mradermacher/Qwen-72B-i1-GGUF/resolve/main/Qwen-72B.i1-IQ3_M.gguf) | i1-IQ3_M | 34.8 | |
44
+ | [GGUF](https://huggingface.co/mradermacher/Qwen-72B-i1-GGUF/resolve/main/Qwen-72B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 36.8 | IQ3_S probably better |
45
+ | [GGUF](https://huggingface.co/mradermacher/Qwen-72B-i1-GGUF/resolve/main/Qwen-72B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 38.9 | |
46
+ | [GGUF](https://huggingface.co/mradermacher/Qwen-72B-i1-GGUF/resolve/main/Qwen-72B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 41.4 | optimal size/speed/quality |
47
+ | [GGUF](https://huggingface.co/mradermacher/Qwen-72B-i1-GGUF/resolve/main/Qwen-72B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 45.2 | fast, recommended |
48
+ | [PART 1](https://huggingface.co/mradermacher/Qwen-72B-i1-GGUF/resolve/main/Qwen-72B.i1-Q6_K.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Qwen-72B-i1-GGUF/resolve/main/Qwen-72B.i1-Q6_K.gguf.part2of2) | i1-Q6_K | 59.4 | practically like static Q6_K |
49
+
50
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
51
+ types (lower is better):
52
+
53
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
54
+
55
+ And here are Artefact2's thoughts on the matter:
56
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
57
+
58
+ ## FAQ / Model Request
59
+
60
+ See https://huggingface.co/mradermacher/model_requests for some answers to
61
+ questions you might have and/or if you want some other model quantized.
62
+
63
+ ## Thanks
64
+
65
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
66
+ me use its servers and providing upgrades to my workstation to enable
67
+ 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.
68
+
69
+ <!-- end -->