mradermacher commited on
Commit
681ca1d
1 Parent(s): 1f6c70f

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md CHANGED
@@ -1 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  static quants of https://huggingface.co/llmixer/BigWeave-v18-108b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ library_name: transformers
5
+ license: unknown
6
+ quantized_by: mradermacher
7
+ tags:
8
+ - frankenmerge
9
+ - 108b
10
+ ---
11
+ ## About
12
+
13
  static quants of https://huggingface.co/llmixer/BigWeave-v18-108b
14
+
15
+
16
+ <!-- provided-files -->
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/BigWeave-v18-108b-GGUF/resolve/main/BigWeave-v18-108b.Q2_K.gguf) | Q2_K | 40.2 | |
30
+ | [PART 1](https://huggingface.co/mradermacher/BigWeave-v18-108b-GGUF/resolve/main/BigWeave-v18-108b.Q4_K_S.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/BigWeave-v18-108b-GGUF/resolve/main/BigWeave-v18-108b.Q4_K_S.gguf.part2of2) | Q4_K_S | 61.9 | fast, medium quality |
31
+ | [PART 1](https://huggingface.co/mradermacher/BigWeave-v18-108b-GGUF/resolve/main/BigWeave-v18-108b.Q8_0.gguf.part1of3) [PART 2](https://huggingface.co/mradermacher/BigWeave-v18-108b-GGUF/resolve/main/BigWeave-v18-108b.Q8_0.gguf.part2of3) [PART 3](https://huggingface.co/mradermacher/BigWeave-v18-108b-GGUF/resolve/main/BigWeave-v18-108b.Q8_0.gguf.part3of3) | Q8_0 | 115.5 | fast, best quality |
32
+
33
+
34
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
35
+ types (lower is better):
36
+
37
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
38
+
39
+ And here are Artefact2's thoughts on the matter:
40
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
41
+
42
+ ## Thanks
43
+
44
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
45
+ me use its servers and providing upgrades to my workstation to enable
46
+ this work in my free time.
47
+
48
+ <!-- end -->