From 8fa99ef27c26bd8473dae34ec1397a46312df650 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 21 Jun 2026 14:05:22 +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/LLAMA3-8B-Coding-GGUF Source: Original Platform --- .gitattributes | 50 +++++++++++++++++++++++++++ LLAMA3-8B-Coding.IQ3_M.gguf | 3 ++ LLAMA3-8B-Coding.IQ3_S.gguf | 3 ++ LLAMA3-8B-Coding.IQ3_XS.gguf | 3 ++ LLAMA3-8B-Coding.IQ4_XS.gguf | 3 ++ LLAMA3-8B-Coding.Q2_K.gguf | 3 ++ LLAMA3-8B-Coding.Q3_K_L.gguf | 3 ++ LLAMA3-8B-Coding.Q3_K_M.gguf | 3 ++ LLAMA3-8B-Coding.Q3_K_S.gguf | 3 ++ LLAMA3-8B-Coding.Q4_K_M.gguf | 3 ++ LLAMA3-8B-Coding.Q4_K_S.gguf | 3 ++ LLAMA3-8B-Coding.Q5_K_M.gguf | 3 ++ LLAMA3-8B-Coding.Q5_K_S.gguf | 3 ++ LLAMA3-8B-Coding.Q6_K.gguf | 3 ++ LLAMA3-8B-Coding.Q8_0.gguf | 3 ++ LLAMA3-8B-Coding.f16.gguf | 3 ++ README.md | 67 ++++++++++++++++++++++++++++++++++++ 17 files changed, 162 insertions(+) create mode 100644 .gitattributes create mode 100644 LLAMA3-8B-Coding.IQ3_M.gguf create mode 100644 LLAMA3-8B-Coding.IQ3_S.gguf create mode 100644 LLAMA3-8B-Coding.IQ3_XS.gguf create mode 100644 LLAMA3-8B-Coding.IQ4_XS.gguf create mode 100644 LLAMA3-8B-Coding.Q2_K.gguf create mode 100644 LLAMA3-8B-Coding.Q3_K_L.gguf create mode 100644 LLAMA3-8B-Coding.Q3_K_M.gguf create mode 100644 LLAMA3-8B-Coding.Q3_K_S.gguf create mode 100644 LLAMA3-8B-Coding.Q4_K_M.gguf create mode 100644 LLAMA3-8B-Coding.Q4_K_S.gguf create mode 100644 LLAMA3-8B-Coding.Q5_K_M.gguf create mode 100644 LLAMA3-8B-Coding.Q5_K_S.gguf create mode 100644 LLAMA3-8B-Coding.Q6_K.gguf create mode 100644 LLAMA3-8B-Coding.Q8_0.gguf create mode 100644 LLAMA3-8B-Coding.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..13a5c58 --- /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 +LLAMA3-8B-Coding.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +LLAMA3-8B-Coding.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +LLAMA3-8B-Coding.f16.gguf filter=lfs diff=lfs merge=lfs -text +LLAMA3-8B-Coding.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +LLAMA3-8B-Coding.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +LLAMA3-8B-Coding.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +LLAMA3-8B-Coding.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +LLAMA3-8B-Coding.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +LLAMA3-8B-Coding.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +LLAMA3-8B-Coding.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +LLAMA3-8B-Coding.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +LLAMA3-8B-Coding.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +LLAMA3-8B-Coding.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +LLAMA3-8B-Coding.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +LLAMA3-8B-Coding.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/LLAMA3-8B-Coding.IQ3_M.gguf b/LLAMA3-8B-Coding.IQ3_M.gguf new file mode 100644 index 0000000..04b077e --- /dev/null +++ b/LLAMA3-8B-Coding.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ff0ef09795a8d6b089586c266c0c779310cf3cf8a11690e508e0a10518994b6 +size 3784839968 diff --git a/LLAMA3-8B-Coding.IQ3_S.gguf b/LLAMA3-8B-Coding.IQ3_S.gguf new file mode 100644 index 0000000..775ca72 --- /dev/null +++ b/LLAMA3-8B-Coding.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f9fbe7bbe0df72c387bc56a35c9bd3c76f37fbadae8dc2ccc24bff6f29d7adf +size 3682341664 diff --git a/LLAMA3-8B-Coding.IQ3_XS.gguf b/LLAMA3-8B-Coding.IQ3_XS.gguf new file mode 100644 index 0000000..2c2c71b --- /dev/null +++ b/LLAMA3-8B-Coding.IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:096869539daa0565d067c5fed212ece4a533b1a0e83e20f8f8778d8167a32255 +size 3518763808 diff --git a/LLAMA3-8B-Coding.IQ4_XS.gguf b/LLAMA3-8B-Coding.IQ4_XS.gguf new file mode 100644 index 0000000..f855c96 --- /dev/null +++ b/LLAMA3-8B-Coding.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e411a3bfbca8f3e35d500cabff94b6bd779b4e44e08f735f01d63c6acd80f9cc +size 4484380672 diff --git a/LLAMA3-8B-Coding.Q2_K.gguf b/LLAMA3-8B-Coding.Q2_K.gguf new file mode 100644 index 0000000..960a28a --- /dev/null +++ b/LLAMA3-8B-Coding.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8d149661bf132a49fce2304b0e68f7272dd776f776787e4db5b246f40e8464b +size 3179146816 diff --git a/LLAMA3-8B-Coding.Q3_K_L.gguf b/LLAMA3-8B-Coding.Q3_K_L.gguf new file mode 100644 index 0000000..3ca41b1 --- /dev/null +++ b/LLAMA3-8B-Coding.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84204e4de64bff4db2a483fb67d3be5b7b3e568ef743ef72e8746e65e3b087f2 +size 4321973024 diff --git a/LLAMA3-8B-Coding.Q3_K_M.gguf b/LLAMA3-8B-Coding.Q3_K_M.gguf new file mode 100644 index 0000000..62891fd --- /dev/null +++ b/LLAMA3-8B-Coding.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84351f39bd1908feea74858848e9687e430272d646b9da1234c040a2af646fd9 +size 4018934560 diff --git a/LLAMA3-8B-Coding.Q3_K_S.gguf b/LLAMA3-8B-Coding.Q3_K_S.gguf new file mode 100644 index 0000000..dbebffc --- /dev/null +++ b/LLAMA3-8B-Coding.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:738f07a37109b1fb259ac05207d7500235f55e8445d17ad0e5cf1c9b9f2cf467 +size 3664515872 diff --git a/LLAMA3-8B-Coding.Q4_K_M.gguf b/LLAMA3-8B-Coding.Q4_K_M.gguf new file mode 100644 index 0000000..04a36a0 --- /dev/null +++ b/LLAMA3-8B-Coding.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f420aca071c78e748fda686586f310785d6d782cc11c9f53f59cb80e04be8ec7 +size 4920752512 diff --git a/LLAMA3-8B-Coding.Q4_K_S.gguf b/LLAMA3-8B-Coding.Q4_K_S.gguf new file mode 100644 index 0000000..1626634 --- /dev/null +++ b/LLAMA3-8B-Coding.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68480f48785734f623e74c796ac3864970054932e984f48a9f372ab16b9ddd84 +size 4692687232 diff --git a/LLAMA3-8B-Coding.Q5_K_M.gguf b/LLAMA3-8B-Coding.Q5_K_M.gguf new file mode 100644 index 0000000..e37a2e8 --- /dev/null +++ b/LLAMA3-8B-Coding.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb176e59c0862a5ad141e12b6ea99287b4631fe2846b946c56f596eea3446abe +size 5733007232 diff --git a/LLAMA3-8B-Coding.Q5_K_S.gguf b/LLAMA3-8B-Coding.Q5_K_S.gguf new file mode 100644 index 0000000..e813042 --- /dev/null +++ b/LLAMA3-8B-Coding.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:720d8cdd56c4c65fbde0d5503565601a0131e0fa65efd8ec8e53b9ed6481f6de +size 5599313792 diff --git a/LLAMA3-8B-Coding.Q6_K.gguf b/LLAMA3-8B-Coding.Q6_K.gguf new file mode 100644 index 0000000..3167aa8 --- /dev/null +++ b/LLAMA3-8B-Coding.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43ef96378d60c2584a4c60da75670b6307bdabf4ec38b325747a94dd98f55066 +size 6596027872 diff --git a/LLAMA3-8B-Coding.Q8_0.gguf b/LLAMA3-8B-Coding.Q8_0.gguf new file mode 100644 index 0000000..b07b492 --- /dev/null +++ b/LLAMA3-8B-Coding.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f4328d6bbb7f8958817862b8bf064b1af1d8de91a50cc0b0f33f6cc966441c +size 8540798240 diff --git a/LLAMA3-8B-Coding.f16.gguf b/LLAMA3-8B-Coding.f16.gguf new file mode 100644 index 0000000..7ecfc06 --- /dev/null +++ b/LLAMA3-8B-Coding.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a661d13c3773a4f98f7dbf233af6e1bbce86ff04c958bbe5b1782594621c337 +size 16068941600 diff --git a/README.md b/README.md new file mode 100644 index 0000000..50fe658 --- /dev/null +++ b/README.md @@ -0,0 +1,67 @@ +--- +base_model: dinhlnd1610/LLAMA3-8B-Coding +language: +- en +library_name: transformers +quantized_by: mradermacher +tags: [] +--- +## About + + + + + + +static quants of https://huggingface.co/dinhlnd1610/LLAMA3-8B-Coding + + +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/LLAMA3-8B-Coding-GGUF/resolve/main/LLAMA3-8B-Coding.Q2_K.gguf) | Q2_K | 3.3 | | +| [GGUF](https://huggingface.co/mradermacher/LLAMA3-8B-Coding-GGUF/resolve/main/LLAMA3-8B-Coding.IQ3_XS.gguf) | IQ3_XS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/LLAMA3-8B-Coding-GGUF/resolve/main/LLAMA3-8B-Coding.Q3_K_S.gguf) | Q3_K_S | 3.8 | | +| [GGUF](https://huggingface.co/mradermacher/LLAMA3-8B-Coding-GGUF/resolve/main/LLAMA3-8B-Coding.IQ3_S.gguf) | IQ3_S | 3.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/LLAMA3-8B-Coding-GGUF/resolve/main/LLAMA3-8B-Coding.IQ3_M.gguf) | IQ3_M | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/LLAMA3-8B-Coding-GGUF/resolve/main/LLAMA3-8B-Coding.Q3_K_M.gguf) | Q3_K_M | 4.1 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/LLAMA3-8B-Coding-GGUF/resolve/main/LLAMA3-8B-Coding.Q3_K_L.gguf) | Q3_K_L | 4.4 | | +| [GGUF](https://huggingface.co/mradermacher/LLAMA3-8B-Coding-GGUF/resolve/main/LLAMA3-8B-Coding.IQ4_XS.gguf) | IQ4_XS | 4.6 | | +| [GGUF](https://huggingface.co/mradermacher/LLAMA3-8B-Coding-GGUF/resolve/main/LLAMA3-8B-Coding.Q4_K_S.gguf) | Q4_K_S | 4.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/LLAMA3-8B-Coding-GGUF/resolve/main/LLAMA3-8B-Coding.Q4_K_M.gguf) | Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/LLAMA3-8B-Coding-GGUF/resolve/main/LLAMA3-8B-Coding.Q5_K_S.gguf) | Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/LLAMA3-8B-Coding-GGUF/resolve/main/LLAMA3-8B-Coding.Q5_K_M.gguf) | Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/LLAMA3-8B-Coding-GGUF/resolve/main/LLAMA3-8B-Coding.Q6_K.gguf) | Q6_K | 6.7 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/LLAMA3-8B-Coding-GGUF/resolve/main/LLAMA3-8B-Coding.Q8_0.gguf) | Q8_0 | 8.6 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/LLAMA3-8B-Coding-GGUF/resolve/main/LLAMA3-8B-Coding.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. + +