From 0a517b9f1753e5c9b83ed209185ad9824967c051 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sat, 27 Jun 2026 03:34:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=EF=BC=8C=E7=94=B1ModelHub=20XC=E7=A4=BE=E5=8C=BA=E6=8F=90?= =?UTF-8?q?=E4=BE=9B=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Model: mradermacher/CoderLlama-3.1-8B-GGUF Source: Original Platform --- .gitattributes | 50 +++++++++++++++++++++++ CoderLlama-3.1-8B.IQ3_M.gguf | 3 ++ CoderLlama-3.1-8B.IQ3_S.gguf | 3 ++ CoderLlama-3.1-8B.IQ3_XS.gguf | 3 ++ CoderLlama-3.1-8B.IQ4_XS.gguf | 3 ++ CoderLlama-3.1-8B.Q2_K.gguf | 3 ++ CoderLlama-3.1-8B.Q3_K_L.gguf | 3 ++ CoderLlama-3.1-8B.Q3_K_M.gguf | 3 ++ CoderLlama-3.1-8B.Q3_K_S.gguf | 3 ++ CoderLlama-3.1-8B.Q4_K_M.gguf | 3 ++ CoderLlama-3.1-8B.Q4_K_S.gguf | 3 ++ CoderLlama-3.1-8B.Q5_K_M.gguf | 3 ++ CoderLlama-3.1-8B.Q5_K_S.gguf | 3 ++ CoderLlama-3.1-8B.Q6_K.gguf | 3 ++ CoderLlama-3.1-8B.Q8_0.gguf | 3 ++ CoderLlama-3.1-8B.f16.gguf | 3 ++ README.md | 74 +++++++++++++++++++++++++++++++++++ 17 files changed, 169 insertions(+) create mode 100644 .gitattributes create mode 100644 CoderLlama-3.1-8B.IQ3_M.gguf create mode 100644 CoderLlama-3.1-8B.IQ3_S.gguf create mode 100644 CoderLlama-3.1-8B.IQ3_XS.gguf create mode 100644 CoderLlama-3.1-8B.IQ4_XS.gguf create mode 100644 CoderLlama-3.1-8B.Q2_K.gguf create mode 100644 CoderLlama-3.1-8B.Q3_K_L.gguf create mode 100644 CoderLlama-3.1-8B.Q3_K_M.gguf create mode 100644 CoderLlama-3.1-8B.Q3_K_S.gguf create mode 100644 CoderLlama-3.1-8B.Q4_K_M.gguf create mode 100644 CoderLlama-3.1-8B.Q4_K_S.gguf create mode 100644 CoderLlama-3.1-8B.Q5_K_M.gguf create mode 100644 CoderLlama-3.1-8B.Q5_K_S.gguf create mode 100644 CoderLlama-3.1-8B.Q6_K.gguf create mode 100644 CoderLlama-3.1-8B.Q8_0.gguf create mode 100644 CoderLlama-3.1-8B.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1a2fe1b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,50 @@ +*.7z filter=lfs diff=lfs merge=lfs -text +*.arrow filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.ckpt filter=lfs diff=lfs merge=lfs -text +*.ftz filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.h5 filter=lfs diff=lfs merge=lfs -text +*.joblib filter=lfs diff=lfs merge=lfs -text +*.lfs.* filter=lfs diff=lfs merge=lfs -text +*.mlmodel filter=lfs diff=lfs merge=lfs -text +*.model filter=lfs diff=lfs merge=lfs -text +*.msgpack filter=lfs diff=lfs merge=lfs -text +*.npy filter=lfs diff=lfs merge=lfs -text +*.npz filter=lfs diff=lfs merge=lfs -text +*.onnx filter=lfs diff=lfs merge=lfs -text +*.ot filter=lfs diff=lfs merge=lfs -text +*.parquet filter=lfs diff=lfs merge=lfs -text +*.pb filter=lfs diff=lfs merge=lfs -text +*.pickle filter=lfs diff=lfs merge=lfs -text +*.pkl filter=lfs diff=lfs merge=lfs -text +*.pt filter=lfs diff=lfs merge=lfs -text +*.pth filter=lfs diff=lfs merge=lfs -text +*.rar filter=lfs diff=lfs merge=lfs -text +*.safetensors filter=lfs diff=lfs merge=lfs -text +saved_model/**/* filter=lfs diff=lfs merge=lfs -text +*.tar.* filter=lfs diff=lfs merge=lfs -text +*.tar filter=lfs diff=lfs merge=lfs -text +*.tflite filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.wasm filter=lfs diff=lfs merge=lfs -text +*.xz 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 +CoderLlama-3.1-8B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +CoderLlama-3.1-8B.f16.gguf filter=lfs diff=lfs merge=lfs -text +CoderLlama-3.1-8B.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +CoderLlama-3.1-8B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +CoderLlama-3.1-8B.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +CoderLlama-3.1-8B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +CoderLlama-3.1-8B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +CoderLlama-3.1-8B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +CoderLlama-3.1-8B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +CoderLlama-3.1-8B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +CoderLlama-3.1-8B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +CoderLlama-3.1-8B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +CoderLlama-3.1-8B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +CoderLlama-3.1-8B.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +CoderLlama-3.1-8B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/CoderLlama-3.1-8B.IQ3_M.gguf b/CoderLlama-3.1-8B.IQ3_M.gguf new file mode 100644 index 0000000..fde7ea8 --- /dev/null +++ b/CoderLlama-3.1-8B.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08451923ebc5888fbf06760c4428567cc2c74c9daaf2967dde7bcf6e7eb5337c +size 3784824704 diff --git a/CoderLlama-3.1-8B.IQ3_S.gguf b/CoderLlama-3.1-8B.IQ3_S.gguf new file mode 100644 index 0000000..476fc62 --- /dev/null +++ b/CoderLlama-3.1-8B.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3afbcdf87711acc3fcb799c4a92d4f40c2bfd3e4237da9dc232db49ad57f802 +size 3682326400 diff --git a/CoderLlama-3.1-8B.IQ3_XS.gguf b/CoderLlama-3.1-8B.IQ3_XS.gguf new file mode 100644 index 0000000..93e9029 --- /dev/null +++ b/CoderLlama-3.1-8B.IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:380722ca4c30a6860b37f69daeaef5c4ba26cb0c95e9f2178095c2765111d703 +size 3518748544 diff --git a/CoderLlama-3.1-8B.IQ4_XS.gguf b/CoderLlama-3.1-8B.IQ4_XS.gguf new file mode 100644 index 0000000..7ce1006 --- /dev/null +++ b/CoderLlama-3.1-8B.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a29cb7ed80819cf2acb4bc427171eb6da6452cdb9d71bbb6c2f2d0a74da04c +size 4484364160 diff --git a/CoderLlama-3.1-8B.Q2_K.gguf b/CoderLlama-3.1-8B.Q2_K.gguf new file mode 100644 index 0000000..f87c13f --- /dev/null +++ b/CoderLlama-3.1-8B.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57f318a345f108cfe0704949d2812823bf6981a05c8f70be668f424266bc06c4 +size 3179132800 diff --git a/CoderLlama-3.1-8B.Q3_K_L.gguf b/CoderLlama-3.1-8B.Q3_K_L.gguf new file mode 100644 index 0000000..07505ea --- /dev/null +++ b/CoderLlama-3.1-8B.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c55a6c410becf9ca4243209f4dbbbcfd52195c66dc9758c5fb5107b519124410 +size 4321957760 diff --git a/CoderLlama-3.1-8B.Q3_K_M.gguf b/CoderLlama-3.1-8B.Q3_K_M.gguf new file mode 100644 index 0000000..348d7ff --- /dev/null +++ b/CoderLlama-3.1-8B.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb4efcd5507d7ae9dfed613d19954de93e5e6f44bbf3bd23e68b3079342fa88 +size 4018919296 diff --git a/CoderLlama-3.1-8B.Q3_K_S.gguf b/CoderLlama-3.1-8B.Q3_K_S.gguf new file mode 100644 index 0000000..950d7db --- /dev/null +++ b/CoderLlama-3.1-8B.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c4ff5f097829010ea071ce68c574530d66273814fc2a5a2656473a91c2371d1 +size 3664500608 diff --git a/CoderLlama-3.1-8B.Q4_K_M.gguf b/CoderLlama-3.1-8B.Q4_K_M.gguf new file mode 100644 index 0000000..9ae5ffc --- /dev/null +++ b/CoderLlama-3.1-8B.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfa0b33dd6359ee466d21d1d1e314717d9441b7d678b81fb3036d551eb5cf26e +size 4920735616 diff --git a/CoderLlama-3.1-8B.Q4_K_S.gguf b/CoderLlama-3.1-8B.Q4_K_S.gguf new file mode 100644 index 0000000..70080a8 --- /dev/null +++ b/CoderLlama-3.1-8B.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a7dabb03401c96c6d330c174f573ab55432985e4e4e2a5d066c0f85d741b10b +size 4692670336 diff --git a/CoderLlama-3.1-8B.Q5_K_M.gguf b/CoderLlama-3.1-8B.Q5_K_M.gguf new file mode 100644 index 0000000..48ced47 --- /dev/null +++ b/CoderLlama-3.1-8B.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49283a492541aaa4fb1c9a4596e915a85918f98f4babad6229ec6b1a85fdc7a8 +size 5732988800 diff --git a/CoderLlama-3.1-8B.Q5_K_S.gguf b/CoderLlama-3.1-8B.Q5_K_S.gguf new file mode 100644 index 0000000..8ac2839 --- /dev/null +++ b/CoderLlama-3.1-8B.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1373951003fdd2542ddfa98f168194619413db5275854da47875bb02c9054905 +size 5599295360 diff --git a/CoderLlama-3.1-8B.Q6_K.gguf b/CoderLlama-3.1-8B.Q6_K.gguf new file mode 100644 index 0000000..cb0f9f3 --- /dev/null +++ b/CoderLlama-3.1-8B.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75868dbbfb19d1e96c2d91ebaf5e9ae7638609e4836bd9b5077871ba3c6d380a +size 6596007808 diff --git a/CoderLlama-3.1-8B.Q8_0.gguf b/CoderLlama-3.1-8B.Q8_0.gguf new file mode 100644 index 0000000..995abce --- /dev/null +++ b/CoderLlama-3.1-8B.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a7ac43059ae726ebb4cc7e99331d78aea7253e997368fb609287fcd74abbc0f +size 8540772224 diff --git a/CoderLlama-3.1-8B.f16.gguf b/CoderLlama-3.1-8B.f16.gguf new file mode 100644 index 0000000..f44a3c0 --- /dev/null +++ b/CoderLlama-3.1-8B.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77128628436d0b7d257797dfd7dbf67f5b47d48067ce7947fa96aced097076a8 +size 16068892544 diff --git a/README.md b/README.md new file mode 100644 index 0000000..519681c --- /dev/null +++ b/README.md @@ -0,0 +1,74 @@ +--- +base_model: candenizkocak/CoderLlama-3.1-8B +language: +- en +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +tags: +- text-generation-inference +- transformers +- unsloth +- llama +- trl +- sft +--- +## About + + + + + + +static quants of https://huggingface.co/candenizkocak/CoderLlama-3.1-8B + + +weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion. +## Usage + +If you are unsure how to use GGUF files, refer to one of [TheBloke's +READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for +more details, including on how to concatenate multi-part files. + +## Provided Quants + +(sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants) + +| Link | Type | Size/GB | Notes | +|:-----|:-----|--------:|:------| +| [GGUF](https://huggingface.co/mradermacher/CoderLlama-3.1-8B-GGUF/resolve/main/CoderLlama-3.1-8B.Q2_K.gguf) | Q2_K | 3.3 | | +| [GGUF](https://huggingface.co/mradermacher/CoderLlama-3.1-8B-GGUF/resolve/main/CoderLlama-3.1-8B.IQ3_XS.gguf) | IQ3_XS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/CoderLlama-3.1-8B-GGUF/resolve/main/CoderLlama-3.1-8B.Q3_K_S.gguf) | Q3_K_S | 3.8 | | +| [GGUF](https://huggingface.co/mradermacher/CoderLlama-3.1-8B-GGUF/resolve/main/CoderLlama-3.1-8B.IQ3_S.gguf) | IQ3_S | 3.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/CoderLlama-3.1-8B-GGUF/resolve/main/CoderLlama-3.1-8B.IQ3_M.gguf) | IQ3_M | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/CoderLlama-3.1-8B-GGUF/resolve/main/CoderLlama-3.1-8B.Q3_K_M.gguf) | Q3_K_M | 4.1 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/CoderLlama-3.1-8B-GGUF/resolve/main/CoderLlama-3.1-8B.Q3_K_L.gguf) | Q3_K_L | 4.4 | | +| [GGUF](https://huggingface.co/mradermacher/CoderLlama-3.1-8B-GGUF/resolve/main/CoderLlama-3.1-8B.IQ4_XS.gguf) | IQ4_XS | 4.6 | | +| [GGUF](https://huggingface.co/mradermacher/CoderLlama-3.1-8B-GGUF/resolve/main/CoderLlama-3.1-8B.Q4_K_S.gguf) | Q4_K_S | 4.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/CoderLlama-3.1-8B-GGUF/resolve/main/CoderLlama-3.1-8B.Q4_K_M.gguf) | Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/CoderLlama-3.1-8B-GGUF/resolve/main/CoderLlama-3.1-8B.Q5_K_S.gguf) | Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/CoderLlama-3.1-8B-GGUF/resolve/main/CoderLlama-3.1-8B.Q5_K_M.gguf) | Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/CoderLlama-3.1-8B-GGUF/resolve/main/CoderLlama-3.1-8B.Q6_K.gguf) | Q6_K | 6.7 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/CoderLlama-3.1-8B-GGUF/resolve/main/CoderLlama-3.1-8B.Q8_0.gguf) | Q8_0 | 8.6 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/CoderLlama-3.1-8B-GGUF/resolve/main/CoderLlama-3.1-8B.f16.gguf) | f16 | 16.2 | 16 bpw, overkill | + +Here is a handy graph by ikawrakow comparing some lower-quality quant +types (lower is better): + +![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png) + +And here are Artefact2's thoughts on the matter: +https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9 + +## FAQ / Model Request + +See https://huggingface.co/mradermacher/model_requests for some answers to +questions you might have and/or if you want some other model quantized. + +## Thanks + +I thank my company, [nethype GmbH](https://www.nethype.de/), for letting +me use its servers and providing upgrades to my workstation to enable +this work in my free time. + +