diff --git a/.gitattributes b/.gitattributes
index a6344aa..044c571 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -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
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..3189ced
--- /dev/null
+++ b/README.md
@@ -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 llama.cpp release b2354 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
diff --git a/starcoder2-15b-instruct-Q2_K.gguf b/starcoder2-15b-instruct-Q2_K.gguf
new file mode 100644
index 0000000..3172408
--- /dev/null
+++ b/starcoder2-15b-instruct-Q2_K.gguf
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2cd0082b37409d7e0c9c32a2c0defa291804d09ab1090de1cef2fceb0cbdf95a
+size 6192957344
diff --git a/starcoder2-15b-instruct-Q3_K_L.gguf b/starcoder2-15b-instruct-Q3_K_L.gguf
new file mode 100644
index 0000000..44afc79
--- /dev/null
+++ b/starcoder2-15b-instruct-Q3_K_L.gguf
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5f804e7aaa939a17f9fe535218517187a3ecf4c23308c2efcfd72a3cbe6bd38b
+size 8965326752
diff --git a/starcoder2-15b-instruct-Q3_K_M.gguf b/starcoder2-15b-instruct-Q3_K_M.gguf
new file mode 100644
index 0000000..906bf5c
--- /dev/null
+++ b/starcoder2-15b-instruct-Q3_K_M.gguf
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0d3552bb6d481926f345fb68ea89aad6267fcf7828571bdd407765841b9ca234
+size 8101037984
diff --git a/starcoder2-15b-instruct-Q3_K_S.gguf b/starcoder2-15b-instruct-Q3_K_S.gguf
new file mode 100644
index 0000000..896b8a9
--- /dev/null
+++ b/starcoder2-15b-instruct-Q3_K_S.gguf
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f2f50b03f246465b317c582c7b0977652a9b8969a3d2dd6a7366fc67c4ea4277
+size 6986467232
diff --git a/starcoder2-15b-instruct-Q4_0.gguf b/starcoder2-15b-instruct-Q4_0.gguf
new file mode 100644
index 0000000..5ffe748
--- /dev/null
+++ b/starcoder2-15b-instruct-Q4_0.gguf
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:95718912c3003a0dd267b2ff40385e07998ad5090d24ef73ce82106a047f9288
+size 9065400224
diff --git a/starcoder2-15b-instruct-Q4_K_M.gguf b/starcoder2-15b-instruct-Q4_K_M.gguf
new file mode 100644
index 0000000..6ff009b
--- /dev/null
+++ b/starcoder2-15b-instruct-Q4_K_M.gguf
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:994e3d5ee0291f61643351ff3e624faf0ead81ec6096fe5b783c435172b9765a
+size 9860188064
diff --git a/starcoder2-15b-instruct-Q4_K_S.gguf b/starcoder2-15b-instruct-Q4_K_S.gguf
new file mode 100644
index 0000000..1bb0f79
--- /dev/null
+++ b/starcoder2-15b-instruct-Q4_K_S.gguf
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7882e7a68592c4c27d531223a5ccd222c67c1500ecad5d4c0a245b64d2f48683
+size 9255716768
diff --git a/starcoder2-15b-instruct-Q5_0.gguf b/starcoder2-15b-instruct-Q5_0.gguf
new file mode 100644
index 0000000..72a30a2
--- /dev/null
+++ b/starcoder2-15b-instruct-Q5_0.gguf
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:dfbb4cb3b79cf3b76efa9b8b114355b62a3c4cfc2603ee583a4faa9311b331d4
+size 11022043040
diff --git a/starcoder2-15b-instruct-Q5_K_M.gguf b/starcoder2-15b-instruct-Q5_K_M.gguf
new file mode 100644
index 0000000..77fd196
--- /dev/null
+++ b/starcoder2-15b-instruct-Q5_K_M.gguf
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:26c4704e6fbc0bd4bf8ce82a019f75354285f12615bba661e7b1974e1c9d7a2d
+size 11431479200
diff --git a/starcoder2-15b-instruct-Q5_K_S.gguf b/starcoder2-15b-instruct-Q5_K_S.gguf
new file mode 100644
index 0000000..5f3bc8b
--- /dev/null
+++ b/starcoder2-15b-instruct-Q5_K_S.gguf
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e4439430ba8d74cc6cd29567e2a3f0de68d44c8b5fd823a75ff260af3b2c2563
+size 11022043040
diff --git a/starcoder2-15b-instruct-Q6_K.gguf b/starcoder2-15b-instruct-Q6_K.gguf
new file mode 100644
index 0000000..c76c8c9
--- /dev/null
+++ b/starcoder2-15b-instruct-Q6_K.gguf
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b32b85ee4a77ee814a42e59de0843268cbe8228a2d96d94c7931dbdf63bcc241
+size 13100976032
diff --git a/starcoder2-15b-instruct-Q8_0.gguf b/starcoder2-15b-instruct-Q8_0.gguf
new file mode 100644
index 0000000..1019b29
--- /dev/null
+++ b/starcoder2-15b-instruct-Q8_0.gguf
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c68683e1dc340878a11057b1bcd85187ed032ce42d528cf6d0ca696b5753dad5
+size 16965109664
diff --git a/starcoder2-15b-instruct-fp16.gguf b/starcoder2-15b-instruct-fp16.gguf
new file mode 100644
index 0000000..748299b
--- /dev/null
+++ b/starcoder2-15b-instruct-fp16.gguf
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:63706e6780c38e16b9cdbd12cd3ed6ca259b957c2ab9537c32bbadea0a09356a
+size 31923046272