bartowski commited on
Commit
941b860
1 Parent(s): 6317cb1

Llamacpp quants

Browse files
.gitattributes CHANGED
@@ -33,3 +33,16 @@ 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
+ starcoder2-15b-instruct-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ starcoder2-15b-instruct-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ starcoder2-15b-instruct-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ starcoder2-15b-instruct-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ starcoder2-15b-instruct-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ starcoder2-15b-instruct-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ starcoder2-15b-instruct-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ starcoder2-15b-instruct-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ starcoder2-15b-instruct-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ starcoder2-15b-instruct-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ starcoder2-15b-instruct-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ starcoder2-15b-instruct-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
48
+ starcoder2-15b-instruct-fp16.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - code
4
+ - starcoder2
5
+ library_name: transformers
6
+ pipeline_tag: text-generation
7
+ license: bigcode-openrail-m
8
+ quantized_by: bartowski
9
+ ---
10
+
11
+ ## Llamacpp Quantizations of starcoder2-15b-instruct
12
+
13
+ Using <a href="https://github.com/ggerganov/llama.cpp/">llama.cpp</a> release <a href="https://github.com/ggerganov/llama.cpp/releases/tag/b2354">b2354</a> for quantization.
14
+
15
+ Original model: https://huggingface.co/TechxGenus/starcoder2-15b-instruct
16
+
17
+ Download a file (not the whole branch) from below:
18
+
19
+ | Filename | Quant type | File Size | Description |
20
+ | -------- | ---------- | --------- | ----------- |
21
+ | [starcoder2-15b-instruct-Q8_0.gguf](https://huggingface.co/bartowski/starcoder2-15b-instruct-GGUF/blob/main/starcoder2-15b-instruct-Q8_0.gguf) | Q8_0 | 16.96GB | Extremely high quality, generally unneeded but max available quant. |
22
+ | [starcoder2-15b-instruct-Q6_K.gguf](https://huggingface.co/bartowski/starcoder2-15b-instruct-GGUF/blob/main/starcoder2-15b-instruct-Q6_K.gguf) | Q6_K | 13.10GB | Very high quality, near perfect, *recommended*. |
23
+ | [starcoder2-15b-instruct-Q5_K_M.gguf](https://huggingface.co/bartowski/starcoder2-15b-instruct-GGUF/blob/main/starcoder2-15b-instruct-Q5_K_M.gguf) | Q5_K_M | 11.43GB | High quality, very usable. |
24
+ | [starcoder2-15b-instruct-Q5_K_S.gguf](https://huggingface.co/bartowski/starcoder2-15b-instruct-GGUF/blob/main/starcoder2-15b-instruct-Q5_K_S.gguf) | Q5_K_S | 11.02GB | High quality, very usable. |
25
+ | [starcoder2-15b-instruct-Q5_0.gguf](https://huggingface.co/bartowski/starcoder2-15b-instruct-GGUF/blob/main/starcoder2-15b-instruct-Q5_0.gguf) | Q5_0 | 11.02GB | High quality, older format, generally not recommended. |
26
+ | [starcoder2-15b-instruct-Q4_K_M.gguf](https://huggingface.co/bartowski/starcoder2-15b-instruct-GGUF/blob/main/starcoder2-15b-instruct-Q4_K_M.gguf) | Q4_K_M | 9.86GB | Good quality, similar to 4.25 bpw. |
27
+ | [starcoder2-15b-instruct-Q4_K_S.gguf](https://huggingface.co/bartowski/starcoder2-15b-instruct-GGUF/blob/main/starcoder2-15b-instruct-Q4_K_S.gguf) | Q4_K_S | 9.25GB | Slightly lower quality with small space savings. |
28
+ | [starcoder2-15b-instruct-Q4_0.gguf](https://huggingface.co/bartowski/starcoder2-15b-instruct-GGUF/blob/main/starcoder2-15b-instruct-Q4_0.gguf) | Q4_0 | 9.06GB | Decent quality, older format, generally not recommended. |
29
+ | [starcoder2-15b-instruct-Q3_K_L.gguf](https://huggingface.co/bartowski/starcoder2-15b-instruct-GGUF/blob/main/starcoder2-15b-instruct-Q3_K_L.gguf) | Q3_K_L | 8.96GB | Lower quality but usable, good for low RAM availability. |
30
+ | [starcoder2-15b-instruct-Q3_K_M.gguf](https://huggingface.co/bartowski/starcoder2-15b-instruct-GGUF/blob/main/starcoder2-15b-instruct-Q3_K_M.gguf) | Q3_K_M | 8.10GB | Even lower quality. |
31
+ | [starcoder2-15b-instruct-Q3_K_S.gguf](https://huggingface.co/bartowski/starcoder2-15b-instruct-GGUF/blob/main/starcoder2-15b-instruct-Q3_K_S.gguf) | Q3_K_S | 6.98GB | Low quality, not recommended. |
32
+ | [starcoder2-15b-instruct-Q2_K.gguf](https://huggingface.co/bartowski/starcoder2-15b-instruct-GGUF/blob/main/starcoder2-15b-instruct-Q2_K.gguf) | Q2_K | 6.19GB | Extremely low quality, *not* recommended.
33
+
34
+ Want to support my work? Visit my ko-fi page here: https://ko-fi.com/bartowski
starcoder2-15b-instruct-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cd0082b37409d7e0c9c32a2c0defa291804d09ab1090de1cef2fceb0cbdf95a
3
+ size 6192957344
starcoder2-15b-instruct-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f804e7aaa939a17f9fe535218517187a3ecf4c23308c2efcfd72a3cbe6bd38b
3
+ size 8965326752
starcoder2-15b-instruct-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d3552bb6d481926f345fb68ea89aad6267fcf7828571bdd407765841b9ca234
3
+ size 8101037984
starcoder2-15b-instruct-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2f50b03f246465b317c582c7b0977652a9b8969a3d2dd6a7366fc67c4ea4277
3
+ size 6986467232
starcoder2-15b-instruct-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95718912c3003a0dd267b2ff40385e07998ad5090d24ef73ce82106a047f9288
3
+ size 9065400224
starcoder2-15b-instruct-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:994e3d5ee0291f61643351ff3e624faf0ead81ec6096fe5b783c435172b9765a
3
+ size 9860188064
starcoder2-15b-instruct-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7882e7a68592c4c27d531223a5ccd222c67c1500ecad5d4c0a245b64d2f48683
3
+ size 9255716768
starcoder2-15b-instruct-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfbb4cb3b79cf3b76efa9b8b114355b62a3c4cfc2603ee583a4faa9311b331d4
3
+ size 11022043040
starcoder2-15b-instruct-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26c4704e6fbc0bd4bf8ce82a019f75354285f12615bba661e7b1974e1c9d7a2d
3
+ size 11431479200
starcoder2-15b-instruct-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4439430ba8d74cc6cd29567e2a3f0de68d44c8b5fd823a75ff260af3b2c2563
3
+ size 11022043040
starcoder2-15b-instruct-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b32b85ee4a77ee814a42e59de0843268cbe8228a2d96d94c7931dbdf63bcc241
3
+ size 13100976032
starcoder2-15b-instruct-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c68683e1dc340878a11057b1bcd85187ed032ce42d528cf6d0ca696b5753dad5
3
+ size 16965109664
starcoder2-15b-instruct-fp16.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63706e6780c38e16b9cdbd12cd3ed6ca259b957c2ab9537c32bbadea0a09356a
3
+ size 31923046272