bartowski commited on
Commit
ce19bbc
1 Parent(s): 7b0c9c1

Llamacpp quants

Browse files
.gitattributes CHANGED
@@ -33,3 +33,26 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ wavecoder-ultra-6.7b-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
37
+ wavecoder-ultra-6.7b-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
38
+ wavecoder-ultra-6.7b-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ wavecoder-ultra-6.7b-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ wavecoder-ultra-6.7b-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
41
+ wavecoder-ultra-6.7b-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
42
+ wavecoder-ultra-6.7b-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
43
+ wavecoder-ultra-6.7b-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
44
+ wavecoder-ultra-6.7b-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
45
+ wavecoder-ultra-6.7b-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
46
+ wavecoder-ultra-6.7b-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text
47
+ wavecoder-ultra-6.7b-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
48
+ wavecoder-ultra-6.7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
49
+ wavecoder-ultra-6.7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
50
+ wavecoder-ultra-6.7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
51
+ wavecoder-ultra-6.7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
52
+ wavecoder-ultra-6.7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
53
+ wavecoder-ultra-6.7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
54
+ wavecoder-ultra-6.7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
55
+ wavecoder-ultra-6.7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
56
+ wavecoder-ultra-6.7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
57
+ wavecoder-ultra-6.7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
58
+ wavecoder-ultra-6.7b.imatrix filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ library_name: transformers
4
+ datasets:
5
+ - humaneval
6
+ license_name: deepseek
7
+ pipeline_tag: text-generation
8
+ tags:
9
+ - code
10
+ metrics:
11
+ - code_eval
12
+ quantized_by: bartowski
13
+ ---
14
+
15
+ ## Llamacpp Quantizations of wavecoder-ultra-6.7b
16
+
17
+ Using <a href="https://github.com/ggerganov/llama.cpp/">llama.cpp</a> release <a href="https://github.com/ggerganov/llama.cpp/releases/tag/b2675">b2675</a> for quantization.
18
+
19
+ Original model: https://huggingface.co/microsoft/wavecoder-ultra-6.7b
20
+
21
+ All quants made using imatrix option with dataset provided by Kalomaze [here](https://github.com/ggerganov/llama.cpp/discussions/5263#discussioncomment-8395384)
22
+
23
+ ## Prompt format
24
+
25
+ No chat template specified so default is used. This may be incorrect, check original model card for details.
26
+
27
+ ```
28
+ <|begin▁of▁sentence|>[INST] <<SYS>>
29
+ {system_prompt}
30
+ <</SYS>>
31
+
32
+ {prompt} [/INST] <|end▁of▁sentence|>
33
+ ```
34
+
35
+ ## Download a file (not the whole branch) from below:
36
+
37
+ | Filename | Quant type | File Size | Description |
38
+ | -------- | ---------- | --------- | ----------- |
39
+ | [wavecoder-ultra-6.7b-Q8_0.gguf](https://huggingface.co/bartowski/wavecoder-ultra-6.7b-GGUF/blob/main/wavecoder-ultra-6.7b-Q8_0.gguf) | Q8_0 | 7.16GB | Extremely high quality, generally unneeded but max available quant. |
40
+ | [wavecoder-ultra-6.7b-Q6_K.gguf](https://huggingface.co/bartowski/wavecoder-ultra-6.7b-GGUF/blob/main/wavecoder-ultra-6.7b-Q6_K.gguf) | Q6_K | 5.52GB | Very high quality, near perfect, *recommended*. |
41
+ | [wavecoder-ultra-6.7b-Q5_K_M.gguf](https://huggingface.co/bartowski/wavecoder-ultra-6.7b-GGUF/blob/main/wavecoder-ultra-6.7b-Q5_K_M.gguf) | Q5_K_M | 4.78GB | High quality, *recommended*. |
42
+ | [wavecoder-ultra-6.7b-Q5_K_S.gguf](https://huggingface.co/bartowski/wavecoder-ultra-6.7b-GGUF/blob/main/wavecoder-ultra-6.7b-Q5_K_S.gguf) | Q5_K_S | 4.65GB | High quality, *recommended*. |
43
+ | [wavecoder-ultra-6.7b-Q4_K_M.gguf](https://huggingface.co/bartowski/wavecoder-ultra-6.7b-GGUF/blob/main/wavecoder-ultra-6.7b-Q4_K_M.gguf) | Q4_K_M | 4.08GB | Good quality, uses about 4.83 bits per weight, *recommended*. |
44
+ | [wavecoder-ultra-6.7b-Q4_K_S.gguf](https://huggingface.co/bartowski/wavecoder-ultra-6.7b-GGUF/blob/main/wavecoder-ultra-6.7b-Q4_K_S.gguf) | Q4_K_S | 3.85GB | Slightly lower quality with more space savings, *recommended*. |
45
+ | [wavecoder-ultra-6.7b-IQ4_NL.gguf](https://huggingface.co/bartowski/wavecoder-ultra-6.7b-GGUF/blob/main/wavecoder-ultra-6.7b-IQ4_NL.gguf) | IQ4_NL | 3.82GB | Decent quality, slightly smaller than Q4_K_S with similar performance *recommended*. |
46
+ | [wavecoder-ultra-6.7b-IQ4_XS.gguf](https://huggingface.co/bartowski/wavecoder-ultra-6.7b-GGUF/blob/main/wavecoder-ultra-6.7b-IQ4_XS.gguf) | IQ4_XS | 3.62GB | Decent quality, smaller than Q4_K_S with similar performance, *recommended*. |
47
+ | [wavecoder-ultra-6.7b-Q3_K_L.gguf](https://huggingface.co/bartowski/wavecoder-ultra-6.7b-GGUF/blob/main/wavecoder-ultra-6.7b-Q3_K_L.gguf) | Q3_K_L | 3.59GB | Lower quality but usable, good for low RAM availability. |
48
+ | [wavecoder-ultra-6.7b-Q3_K_M.gguf](https://huggingface.co/bartowski/wavecoder-ultra-6.7b-GGUF/blob/main/wavecoder-ultra-6.7b-Q3_K_M.gguf) | Q3_K_M | 3.29GB | Even lower quality. |
49
+ | [wavecoder-ultra-6.7b-IQ3_M.gguf](https://huggingface.co/bartowski/wavecoder-ultra-6.7b-GGUF/blob/main/wavecoder-ultra-6.7b-IQ3_M.gguf) | IQ3_M | 3.11GB | Medium-low quality, new method with decent performance comparable to Q3_K_M. |
50
+ | [wavecoder-ultra-6.7b-IQ3_S.gguf](https://huggingface.co/bartowski/wavecoder-ultra-6.7b-GGUF/blob/main/wavecoder-ultra-6.7b-IQ3_S.gguf) | IQ3_S | 2.94GB | Lower quality, new method with decent performance, recommended over Q3_K_S quant, same size with better performance. |
51
+ | [wavecoder-ultra-6.7b-Q3_K_S.gguf](https://huggingface.co/bartowski/wavecoder-ultra-6.7b-GGUF/blob/main/wavecoder-ultra-6.7b-Q3_K_S.gguf) | Q3_K_S | 2.94GB | Low quality, not recommended. |
52
+ | [wavecoder-ultra-6.7b-IQ3_XS.gguf](https://huggingface.co/bartowski/wavecoder-ultra-6.7b-GGUF/blob/main/wavecoder-ultra-6.7b-IQ3_XS.gguf) | IQ3_XS | 2.79GB | Lower quality, new method with decent performance, slightly better than Q3_K_S. |
53
+ | [wavecoder-ultra-6.7b-IQ3_XXS.gguf](https://huggingface.co/bartowski/wavecoder-ultra-6.7b-GGUF/blob/main/wavecoder-ultra-6.7b-IQ3_XXS.gguf) | IQ3_XXS | 2.58GB | Lower quality, new method with decent performance, comparable to Q3 quants. |
54
+ | [wavecoder-ultra-6.7b-Q2_K.gguf](https://huggingface.co/bartowski/wavecoder-ultra-6.7b-GGUF/blob/main/wavecoder-ultra-6.7b-Q2_K.gguf) | Q2_K | 2.53GB | Very low quality but surprisingly usable. |
55
+ | [wavecoder-ultra-6.7b-IQ2_M.gguf](https://huggingface.co/bartowski/wavecoder-ultra-6.7b-GGUF/blob/main/wavecoder-ultra-6.7b-IQ2_M.gguf) | IQ2_M | 2.36GB | Very low quality, uses SOTA techniques to also be surprisingly usable. |
56
+ | [wavecoder-ultra-6.7b-IQ2_S.gguf](https://huggingface.co/bartowski/wavecoder-ultra-6.7b-GGUF/blob/main/wavecoder-ultra-6.7b-IQ2_S.gguf) | IQ2_S | 2.19GB | Very low quality, uses SOTA techniques to be usable. |
57
+ | [wavecoder-ultra-6.7b-IQ2_XS.gguf](https://huggingface.co/bartowski/wavecoder-ultra-6.7b-GGUF/blob/main/wavecoder-ultra-6.7b-IQ2_XS.gguf) | IQ2_XS | 2.03GB | Very low quality, uses SOTA techniques to be usable. |
58
+ | [wavecoder-ultra-6.7b-IQ2_XXS.gguf](https://huggingface.co/bartowski/wavecoder-ultra-6.7b-GGUF/blob/main/wavecoder-ultra-6.7b-IQ2_XXS.gguf) | IQ2_XXS | 1.85GB | Lower quality, uses SOTA techniques to be usable. |
59
+ | [wavecoder-ultra-6.7b-IQ1_M.gguf](https://huggingface.co/bartowski/wavecoder-ultra-6.7b-GGUF/blob/main/wavecoder-ultra-6.7b-IQ1_M.gguf) | IQ1_M | 1.65GB | Extremely low quality, *not* recommended. |
60
+ | [wavecoder-ultra-6.7b-IQ1_S.gguf](https://huggingface.co/bartowski/wavecoder-ultra-6.7b-GGUF/blob/main/wavecoder-ultra-6.7b-IQ1_S.gguf) | IQ1_S | 1.52GB | Extremely low quality, *not* recommended. |
61
+
62
+ ## Which file should I choose?
63
+
64
+ A great write up with charts showing various performances is provided by Artefact2 [here](https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9)
65
+
66
+ The first thing to figure out is how big a model you can run. To do this, you'll need to figure out how much RAM and/or VRAM you have.
67
+
68
+ If you want your model running as FAST as possible, you'll want to fit the whole thing on your GPU's VRAM. Aim for a quant with a file size 1-2GB smaller than your GPU's total VRAM.
69
+
70
+ If you want the absolute maximum quality, add both your system RAM and your GPU's VRAM together, then similarly grab a quant with a file size 1-2GB Smaller than that total.
71
+
72
+ Next, you'll need to decide if you want to use an 'I-quant' or a 'K-quant'.
73
+
74
+ If you don't want to think too much, grab one of the K-quants. These are in format 'QX_K_X', like Q5_K_M.
75
+
76
+ If you want to get more into the weeds, you can check out this extremely useful feature chart:
77
+
78
+ [llama.cpp feature matrix](https://github.com/ggerganov/llama.cpp/wiki/Feature-matrix)
79
+
80
+ But basically, if you're aiming for below Q4, and you're running cuBLAS (Nvidia) or rocBLAS (AMD), you should look towards the I-quants. These are in format IQX_X, like IQ3_M. These are newer and offer better performance for their size.
81
+
82
+ These I-quants can also be used on CPU and Apple Metal, but will be slower than their K-quant equivalent, so speed vs performance is a tradeoff you'll have to decide.
83
+
84
+ The I-quants are *not* compatible with Vulcan, which is also AMD, so if you have an AMD card double check if you're using the rocBLAS build or the Vulcan build. At the time of writing this, LM Studio has a preview with ROCm support, and other inference engines have specific builds for ROCm.
85
+
86
+ Want to support my work? Visit my ko-fi page here: https://ko-fi.com/bartowski
wavecoder-ultra-6.7b-IQ1_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5a85d5c29ef60d5c45a6cccf558012ff5889c10417261b904ca31f8afae74a7
3
+ size 1651621248
wavecoder-ultra-6.7b-IQ1_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85ad733cccbebce7c1ed80128376bb4ced1f584a84e93d9f0289bd8f883e4ef6
3
+ size 1529232768
wavecoder-ultra-6.7b-IQ2_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6ead64b0d90c61a73e568329eae7d5690699e5a383303db1f2aeff2d9a1f88e
3
+ size 2360410848
wavecoder-ultra-6.7b-IQ2_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2527324140bb495527bb600a030b2493f70757ed13302e3f59986092643830fc
3
+ size 2197226208
wavecoder-ultra-6.7b-IQ2_XS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e575bde251df64267df91dbd0a674491cc5df4832e1e90ae881d7779fc000117
3
+ size 2035563904
wavecoder-ultra-6.7b-IQ2_XXS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27b01072b093979a4af834ac284872599113ca3a516461e6ae43789b57157f15
3
+ size 1855602048
wavecoder-ultra-6.7b-IQ3_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1494bf66b0cdc4db68b10d9022f893022694bf1fb63173653303e117ce1b116
3
+ size 3115537344
wavecoder-ultra-6.7b-IQ3_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31d431e6279d3bcca3a5f32bc73e1d9b979e3d9b65e01f7b1b3691583aaab7cb
3
+ size 2948977600
wavecoder-ultra-6.7b-IQ3_XS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f00cda7fe1781ba8afdd6abbf33f9f655ef53a8b6eb2d25e9d654ff061ebf91
3
+ size 2797196224
wavecoder-ultra-6.7b-IQ3_XXS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f22295d40a6ccea98e45acc00f95cdac24e88dbc17ec4e53ec53703ab1a4ac56
3
+ size 2586051296
wavecoder-ultra-6.7b-IQ4_NL.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:818624da02909d6f3c67ef6048a6b3def240afd39a0f9ada9b5fad32526a9ccf
3
+ size 3826492576
wavecoder-ultra-6.7b-IQ4_XS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf7906906786f4ac935f5ef8ce08b8f1e41d1e771a42797404ded632929887d8
3
+ size 3620018464
wavecoder-ultra-6.7b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac0ecb78937ea4e3c8f5819a825f375c4d1cf177e959ae266ba82e079b38cd4b
3
+ size 2533527136
wavecoder-ultra-6.7b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24baa7c10d17b88586f49f8fb5730322263e71d7b5a04ee8fe5d7262c9771f0d
3
+ size 3597784000
wavecoder-ultra-6.7b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd8a573e722b7f7f4b6976935b923ed086236f9298d0510efc61869f1d8c5dec
3
+ size 3298677696
wavecoder-ultra-6.7b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e5a0d1a8899d414989ef01007252276ca96a55275c1cb0bb998fd470b531418
3
+ size 2948977600
wavecoder-ultra-6.7b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cad9d109604818fcb1815eed867271497d9644a51db44cad3c8fd3e571036d7c
3
+ size 4081689760
wavecoder-ultra-6.7b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6325238ee9c96705c84a205f1abbdb8913623a908df74f3dfe2b6db58c8065d7
3
+ size 3857425568
wavecoder-ultra-6.7b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26aa94dd2309d82436c272fca9a8890142b8d4b6d2e6f3f1b2d815c3366d58ba
3
+ size 4783854240
wavecoder-ultra-6.7b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00dd7dbc885a37817b8021049953809a99a179e26daa09b0fa9f503924ae316a
3
+ size 4652389024
wavecoder-ultra-6.7b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e06ac33cc4db5782354624b2964dd7fafda4ce491511573d83c17a454b7cb80
3
+ size 5529904000
wavecoder-ultra-6.7b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80e7f652b59ce43aba120b3466cb472fc371647ba51c0a0b527eabf4fa3d1313
3
+ size 7161845184
wavecoder-ultra-6.7b.imatrix ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d74d4bcf8a556f8595794afa05e3a816f5c7e1b222dd6f5d50c8ea973c37482
3
+ size 4562142