Llamacpp quants

This commit is contained in:
Bartowski
2024-03-06 16:31:56 +00:00
committed by system
parent 6317cb1cd1
commit 941b860459
15 changed files with 86 additions and 0 deletions

13
.gitattributes vendored
View File

@@ -33,3 +33,16 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text
*tfevents* filter=lfs diff=lfs merge=lfs -text
starcoder2-15b-instruct-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
starcoder2-15b-instruct-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
starcoder2-15b-instruct-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
starcoder2-15b-instruct-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
starcoder2-15b-instruct-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
starcoder2-15b-instruct-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
starcoder2-15b-instruct-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
starcoder2-15b-instruct-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
starcoder2-15b-instruct-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
starcoder2-15b-instruct-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
starcoder2-15b-instruct-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
starcoder2-15b-instruct-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
starcoder2-15b-instruct-fp16.gguf filter=lfs diff=lfs merge=lfs -text

34
README.md Normal file
View File

@@ -0,0 +1,34 @@
---
tags:
- code
- starcoder2
library_name: transformers
pipeline_tag: text-generation
license: bigcode-openrail-m
quantized_by: bartowski
---
## Llamacpp Quantizations of starcoder2-15b-instruct
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.
Original model: https://huggingface.co/TechxGenus/starcoder2-15b-instruct
Download a file (not the whole branch) from below:
| Filename | Quant type | File Size | Description |
| -------- | ---------- | --------- | ----------- |
| [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. |
| [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*. |
| [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. |
| [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. |
| [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. |
| [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. |
| [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. |
| [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. |
| [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. |
| [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. |
| [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. |
| [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.
Want to support my work? Visit my ko-fi page here: https://ko-fi.com/bartowski

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2cd0082b37409d7e0c9c32a2c0defa291804d09ab1090de1cef2fceb0cbdf95a
size 6192957344

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5f804e7aaa939a17f9fe535218517187a3ecf4c23308c2efcfd72a3cbe6bd38b
size 8965326752

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0d3552bb6d481926f345fb68ea89aad6267fcf7828571bdd407765841b9ca234
size 8101037984

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f2f50b03f246465b317c582c7b0977652a9b8969a3d2dd6a7366fc67c4ea4277
size 6986467232

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:95718912c3003a0dd267b2ff40385e07998ad5090d24ef73ce82106a047f9288
size 9065400224

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:994e3d5ee0291f61643351ff3e624faf0ead81ec6096fe5b783c435172b9765a
size 9860188064

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7882e7a68592c4c27d531223a5ccd222c67c1500ecad5d4c0a245b64d2f48683
size 9255716768

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dfbb4cb3b79cf3b76efa9b8b114355b62a3c4cfc2603ee583a4faa9311b331d4
size 11022043040

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:26c4704e6fbc0bd4bf8ce82a019f75354285f12615bba661e7b1974e1c9d7a2d
size 11431479200

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e4439430ba8d74cc6cd29567e2a3f0de68d44c8b5fd823a75ff260af3b2c2563
size 11022043040

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b32b85ee4a77ee814a42e59de0843268cbe8228a2d96d94c7931dbdf63bcc241
size 13100976032

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c68683e1dc340878a11057b1bcd85187ed032ce42d528cf6d0ca696b5753dad5
size 16965109664

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:63706e6780c38e16b9cdbd12cd3ed6ca259b957c2ab9537c32bbadea0a09356a
size 31923046272