From cf4914c2d82284994d0441c5e74e5b108e1fd34e Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 2 Jun 2026 13:30:16 +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/CodeUp-Llama-3-8B-GGUF Source: Original Platform --- .gitattributes | 47 +++++++++++++++++++++++ CodeUp-Llama-3-8B.IQ4_XS.gguf | 3 ++ CodeUp-Llama-3-8B.Q2_K.gguf | 3 ++ CodeUp-Llama-3-8B.Q3_K_L.gguf | 3 ++ CodeUp-Llama-3-8B.Q3_K_M.gguf | 3 ++ CodeUp-Llama-3-8B.Q3_K_S.gguf | 3 ++ CodeUp-Llama-3-8B.Q4_K_M.gguf | 3 ++ CodeUp-Llama-3-8B.Q4_K_S.gguf | 3 ++ CodeUp-Llama-3-8B.Q5_K_M.gguf | 3 ++ CodeUp-Llama-3-8B.Q5_K_S.gguf | 3 ++ CodeUp-Llama-3-8B.Q6_K.gguf | 3 ++ CodeUp-Llama-3-8B.Q8_0.gguf | 3 ++ CodeUp-Llama-3-8B.f16.gguf | 3 ++ README.md | 72 +++++++++++++++++++++++++++++++++++ 14 files changed, 155 insertions(+) create mode 100644 .gitattributes create mode 100644 CodeUp-Llama-3-8B.IQ4_XS.gguf create mode 100644 CodeUp-Llama-3-8B.Q2_K.gguf create mode 100644 CodeUp-Llama-3-8B.Q3_K_L.gguf create mode 100644 CodeUp-Llama-3-8B.Q3_K_M.gguf create mode 100644 CodeUp-Llama-3-8B.Q3_K_S.gguf create mode 100644 CodeUp-Llama-3-8B.Q4_K_M.gguf create mode 100644 CodeUp-Llama-3-8B.Q4_K_S.gguf create mode 100644 CodeUp-Llama-3-8B.Q5_K_M.gguf create mode 100644 CodeUp-Llama-3-8B.Q5_K_S.gguf create mode 100644 CodeUp-Llama-3-8B.Q6_K.gguf create mode 100644 CodeUp-Llama-3-8B.Q8_0.gguf create mode 100644 CodeUp-Llama-3-8B.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a6252fb --- /dev/null +++ b/.gitattributes @@ -0,0 +1,47 @@ +*.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 +CodeUp-Llama-3-8B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +CodeUp-Llama-3-8B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +CodeUp-Llama-3-8B.f16.gguf filter=lfs diff=lfs merge=lfs -text +CodeUp-Llama-3-8B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +CodeUp-Llama-3-8B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +CodeUp-Llama-3-8B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +CodeUp-Llama-3-8B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +CodeUp-Llama-3-8B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +CodeUp-Llama-3-8B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +CodeUp-Llama-3-8B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +CodeUp-Llama-3-8B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +CodeUp-Llama-3-8B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/CodeUp-Llama-3-8B.IQ4_XS.gguf b/CodeUp-Llama-3-8B.IQ4_XS.gguf new file mode 100644 index 0000000..412577a --- /dev/null +++ b/CodeUp-Llama-3-8B.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bd19717b9e1a7e3520121fe5bbde4d30e36c1d967bc75d657849fb9b04f9440 +size 4484363744 diff --git a/CodeUp-Llama-3-8B.Q2_K.gguf b/CodeUp-Llama-3-8B.Q2_K.gguf new file mode 100644 index 0000000..98051f0 --- /dev/null +++ b/CodeUp-Llama-3-8B.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d006828018a0be5a6269baf6b147f98bff01a70168e3ffe9a86f20416feb5c +size 3179132384 diff --git a/CodeUp-Llama-3-8B.Q3_K_L.gguf b/CodeUp-Llama-3-8B.Q3_K_L.gguf new file mode 100644 index 0000000..57724bb --- /dev/null +++ b/CodeUp-Llama-3-8B.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae91ea6a9e354a3df4f929a43e6978fa8385ea6a880af6e87bedf1174670be34 +size 4321957344 diff --git a/CodeUp-Llama-3-8B.Q3_K_M.gguf b/CodeUp-Llama-3-8B.Q3_K_M.gguf new file mode 100644 index 0000000..eefe7ef --- /dev/null +++ b/CodeUp-Llama-3-8B.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f74b1fb2ce97159adb7aad01162d1fe869eb197d8da681537f46f03b4e35777 +size 4018918880 diff --git a/CodeUp-Llama-3-8B.Q3_K_S.gguf b/CodeUp-Llama-3-8B.Q3_K_S.gguf new file mode 100644 index 0000000..c4dd56b --- /dev/null +++ b/CodeUp-Llama-3-8B.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed345d3cfa18cb475df7cdf89c3b622b6d8dee2034745e397982a97c390fe4ba +size 3664500192 diff --git a/CodeUp-Llama-3-8B.Q4_K_M.gguf b/CodeUp-Llama-3-8B.Q4_K_M.gguf new file mode 100644 index 0000000..882ec33 --- /dev/null +++ b/CodeUp-Llama-3-8B.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5c3fdb5926ed9acb9028381ac0f0ffb13ad7a1bfd3322a0510e3f6c789bd19d +size 4920735200 diff --git a/CodeUp-Llama-3-8B.Q4_K_S.gguf b/CodeUp-Llama-3-8B.Q4_K_S.gguf new file mode 100644 index 0000000..0856d25 --- /dev/null +++ b/CodeUp-Llama-3-8B.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb06f6a8b0ffb8d354d39337161b6ae8d01c3cddf388658feae5495609dde85f +size 4692669920 diff --git a/CodeUp-Llama-3-8B.Q5_K_M.gguf b/CodeUp-Llama-3-8B.Q5_K_M.gguf new file mode 100644 index 0000000..a54753f --- /dev/null +++ b/CodeUp-Llama-3-8B.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:106d82f5ec59a36b71808fd34fb0d229277b5cce0fe0cc3ea6ee2f98709a2adb +size 5732988384 diff --git a/CodeUp-Llama-3-8B.Q5_K_S.gguf b/CodeUp-Llama-3-8B.Q5_K_S.gguf new file mode 100644 index 0000000..8e41cc2 --- /dev/null +++ b/CodeUp-Llama-3-8B.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2894c1918fd0127b3693d45da2327f6a1534fc05ff252afd18b521b9b91d1303 +size 5599294944 diff --git a/CodeUp-Llama-3-8B.Q6_K.gguf b/CodeUp-Llama-3-8B.Q6_K.gguf new file mode 100644 index 0000000..4a63f0b --- /dev/null +++ b/CodeUp-Llama-3-8B.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed3e0d81d892146dac900e9f5f0ac3a72f7f3d463479b0fe5f3f09af41475f5f +size 6596007392 diff --git a/CodeUp-Llama-3-8B.Q8_0.gguf b/CodeUp-Llama-3-8B.Q8_0.gguf new file mode 100644 index 0000000..0999914 --- /dev/null +++ b/CodeUp-Llama-3-8B.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f6df73feda84a1abd48e34e6aba1b0218efba43551c5a2b110ab33a59837d6b +size 8540771808 diff --git a/CodeUp-Llama-3-8B.f16.gguf b/CodeUp-Llama-3-8B.f16.gguf new file mode 100644 index 0000000..d00e738 --- /dev/null +++ b/CodeUp-Llama-3-8B.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93efc8c89b0e1fbb690fa56dd101359d37a8533e48c901020e79d0a0e900d507 +size 16068892128 diff --git a/README.md b/README.md new file mode 100644 index 0000000..3a53222 --- /dev/null +++ b/README.md @@ -0,0 +1,72 @@ +--- +base_model: juyongjiang/CodeUp-Llama-3-8B +language: +- en +library_name: transformers +license: openrail++ +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- text-to-code +- multilingual-code-generation +--- +## About + + + + + + +static quants of https://huggingface.co/juyongjiang/CodeUp-Llama-3-8B + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#CodeUp-Llama-3-8B-GGUF).*** + +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/CodeUp-Llama-3-8B-GGUF/resolve/main/CodeUp-Llama-3-8B.Q2_K.gguf) | Q2_K | 3.3 | | +| [GGUF](https://huggingface.co/mradermacher/CodeUp-Llama-3-8B-GGUF/resolve/main/CodeUp-Llama-3-8B.Q3_K_S.gguf) | Q3_K_S | 3.8 | | +| [GGUF](https://huggingface.co/mradermacher/CodeUp-Llama-3-8B-GGUF/resolve/main/CodeUp-Llama-3-8B.Q3_K_M.gguf) | Q3_K_M | 4.1 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/CodeUp-Llama-3-8B-GGUF/resolve/main/CodeUp-Llama-3-8B.Q3_K_L.gguf) | Q3_K_L | 4.4 | | +| [GGUF](https://huggingface.co/mradermacher/CodeUp-Llama-3-8B-GGUF/resolve/main/CodeUp-Llama-3-8B.IQ4_XS.gguf) | IQ4_XS | 4.6 | | +| [GGUF](https://huggingface.co/mradermacher/CodeUp-Llama-3-8B-GGUF/resolve/main/CodeUp-Llama-3-8B.Q4_K_S.gguf) | Q4_K_S | 4.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/CodeUp-Llama-3-8B-GGUF/resolve/main/CodeUp-Llama-3-8B.Q4_K_M.gguf) | Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/CodeUp-Llama-3-8B-GGUF/resolve/main/CodeUp-Llama-3-8B.Q5_K_S.gguf) | Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/CodeUp-Llama-3-8B-GGUF/resolve/main/CodeUp-Llama-3-8B.Q5_K_M.gguf) | Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/CodeUp-Llama-3-8B-GGUF/resolve/main/CodeUp-Llama-3-8B.Q6_K.gguf) | Q6_K | 6.7 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/CodeUp-Llama-3-8B-GGUF/resolve/main/CodeUp-Llama-3-8B.Q8_0.gguf) | Q8_0 | 8.6 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/CodeUp-Llama-3-8B-GGUF/resolve/main/CodeUp-Llama-3-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. + +