From 4c3e849ea8740c4866a7583af6791916a46e0e6c Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 25 Jun 2026 03:08: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/Base-Roblox-coder-Llama-3.2-1B-vLLM-GGUF Source: Original Platform --- .gitattributes | 47 ++++++++++++ ...Roblox-coder-Llama-3.2-1B-vLLM.IQ4_XS.gguf | 3 + Base-Roblox-coder-Llama-3.2-1B-vLLM.Q2_K.gguf | 3 + ...Roblox-coder-Llama-3.2-1B-vLLM.Q3_K_L.gguf | 3 + ...Roblox-coder-Llama-3.2-1B-vLLM.Q3_K_M.gguf | 3 + ...Roblox-coder-Llama-3.2-1B-vLLM.Q3_K_S.gguf | 3 + ...Roblox-coder-Llama-3.2-1B-vLLM.Q4_K_M.gguf | 3 + ...Roblox-coder-Llama-3.2-1B-vLLM.Q4_K_S.gguf | 3 + ...Roblox-coder-Llama-3.2-1B-vLLM.Q5_K_M.gguf | 3 + ...Roblox-coder-Llama-3.2-1B-vLLM.Q5_K_S.gguf | 3 + Base-Roblox-coder-Llama-3.2-1B-vLLM.Q6_K.gguf | 3 + Base-Roblox-coder-Llama-3.2-1B-vLLM.Q8_0.gguf | 3 + Base-Roblox-coder-Llama-3.2-1B-vLLM.f16.gguf | 3 + README.md | 75 +++++++++++++++++++ 14 files changed, 158 insertions(+) create mode 100644 .gitattributes create mode 100644 Base-Roblox-coder-Llama-3.2-1B-vLLM.IQ4_XS.gguf create mode 100644 Base-Roblox-coder-Llama-3.2-1B-vLLM.Q2_K.gguf create mode 100644 Base-Roblox-coder-Llama-3.2-1B-vLLM.Q3_K_L.gguf create mode 100644 Base-Roblox-coder-Llama-3.2-1B-vLLM.Q3_K_M.gguf create mode 100644 Base-Roblox-coder-Llama-3.2-1B-vLLM.Q3_K_S.gguf create mode 100644 Base-Roblox-coder-Llama-3.2-1B-vLLM.Q4_K_M.gguf create mode 100644 Base-Roblox-coder-Llama-3.2-1B-vLLM.Q4_K_S.gguf create mode 100644 Base-Roblox-coder-Llama-3.2-1B-vLLM.Q5_K_M.gguf create mode 100644 Base-Roblox-coder-Llama-3.2-1B-vLLM.Q5_K_S.gguf create mode 100644 Base-Roblox-coder-Llama-3.2-1B-vLLM.Q6_K.gguf create mode 100644 Base-Roblox-coder-Llama-3.2-1B-vLLM.Q8_0.gguf create mode 100644 Base-Roblox-coder-Llama-3.2-1B-vLLM.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ab119b1 --- /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 +Base-Roblox-coder-Llama-3.2-1B-vLLM.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Base-Roblox-coder-Llama-3.2-1B-vLLM.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Base-Roblox-coder-Llama-3.2-1B-vLLM.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Base-Roblox-coder-Llama-3.2-1B-vLLM.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Base-Roblox-coder-Llama-3.2-1B-vLLM.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Base-Roblox-coder-Llama-3.2-1B-vLLM.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Base-Roblox-coder-Llama-3.2-1B-vLLM.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Base-Roblox-coder-Llama-3.2-1B-vLLM.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Base-Roblox-coder-Llama-3.2-1B-vLLM.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Base-Roblox-coder-Llama-3.2-1B-vLLM.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Base-Roblox-coder-Llama-3.2-1B-vLLM.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Base-Roblox-coder-Llama-3.2-1B-vLLM.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Base-Roblox-coder-Llama-3.2-1B-vLLM.IQ4_XS.gguf b/Base-Roblox-coder-Llama-3.2-1B-vLLM.IQ4_XS.gguf new file mode 100644 index 0000000..615fc87 --- /dev/null +++ b/Base-Roblox-coder-Llama-3.2-1B-vLLM.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86eb0c7b1d28a15d5b6606ac9f1e69e1aba705a33c2639d3bf1a91a6493a1f19 +size 1840912480 diff --git a/Base-Roblox-coder-Llama-3.2-1B-vLLM.Q2_K.gguf b/Base-Roblox-coder-Llama-3.2-1B-vLLM.Q2_K.gguf new file mode 100644 index 0000000..2dfe949 --- /dev/null +++ b/Base-Roblox-coder-Llama-3.2-1B-vLLM.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79c815fe0345fcf4dd1cff77752e8cfaaf4ff1e54beaa9b3f482fb4e935f138e +size 1363941472 diff --git a/Base-Roblox-coder-Llama-3.2-1B-vLLM.Q3_K_L.gguf b/Base-Roblox-coder-Llama-3.2-1B-vLLM.Q3_K_L.gguf new file mode 100644 index 0000000..5a56f46 --- /dev/null +++ b/Base-Roblox-coder-Llama-3.2-1B-vLLM.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f848bba9607a2247d108fbc38da926741e5c61dc0d54410d0624295b12b309 +size 1815353440 diff --git a/Base-Roblox-coder-Llama-3.2-1B-vLLM.Q3_K_M.gguf b/Base-Roblox-coder-Llama-3.2-1B-vLLM.Q3_K_M.gguf new file mode 100644 index 0000000..c6dfe4b --- /dev/null +++ b/Base-Roblox-coder-Llama-3.2-1B-vLLM.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e56c4673311ac4103e0d4f19d94f8571d3daddbfb2e494afa396b233ac171d +size 1687165024 diff --git a/Base-Roblox-coder-Llama-3.2-1B-vLLM.Q3_K_S.gguf b/Base-Roblox-coder-Llama-3.2-1B-vLLM.Q3_K_S.gguf new file mode 100644 index 0000000..11bbf26 --- /dev/null +++ b/Base-Roblox-coder-Llama-3.2-1B-vLLM.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d6049ae4e6222990686c32b200221e71c3e90907acf6111d0bb11bf8def68c5 +size 1542854752 diff --git a/Base-Roblox-coder-Llama-3.2-1B-vLLM.Q4_K_M.gguf b/Base-Roblox-coder-Llama-3.2-1B-vLLM.Q4_K_M.gguf new file mode 100644 index 0000000..5a46ab7 --- /dev/null +++ b/Base-Roblox-coder-Llama-3.2-1B-vLLM.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0ebaee727733aceeccf846590308b9d2607316a770d7b4ba2668ec6f2daeb05 +size 2019383392 diff --git a/Base-Roblox-coder-Llama-3.2-1B-vLLM.Q4_K_S.gguf b/Base-Roblox-coder-Llama-3.2-1B-vLLM.Q4_K_S.gguf new file mode 100644 index 0000000..ba3a490 --- /dev/null +++ b/Base-Roblox-coder-Llama-3.2-1B-vLLM.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19d222c4189e9518ab25b69277c38d247bf69214a5881d4289aae9ec9a186b61 +size 1928206432 diff --git a/Base-Roblox-coder-Llama-3.2-1B-vLLM.Q5_K_M.gguf b/Base-Roblox-coder-Llama-3.2-1B-vLLM.Q5_K_M.gguf new file mode 100644 index 0000000..18a7f68 --- /dev/null +++ b/Base-Roblox-coder-Llama-3.2-1B-vLLM.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c642b577b4b0cd7c4306fbae997446742acee0ef7294d3a26ce85f44d244f14d +size 2322159712 diff --git a/Base-Roblox-coder-Llama-3.2-1B-vLLM.Q5_K_S.gguf b/Base-Roblox-coder-Llama-3.2-1B-vLLM.Q5_K_S.gguf new file mode 100644 index 0000000..7355daa --- /dev/null +++ b/Base-Roblox-coder-Llama-3.2-1B-vLLM.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d979f09eeb49f396262bc706797e42f810d67f434ef08e669f7fb574538b98a +size 2269517920 diff --git a/Base-Roblox-coder-Llama-3.2-1B-vLLM.Q6_K.gguf b/Base-Roblox-coder-Llama-3.2-1B-vLLM.Q6_K.gguf new file mode 100644 index 0000000..e66fa7a --- /dev/null +++ b/Base-Roblox-coder-Llama-3.2-1B-vLLM.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef524a4ded902d7482dc8aee7480982863eeec2f0ce2cf8a6e79b68a6f612d66 +size 2643859552 diff --git a/Base-Roblox-coder-Llama-3.2-1B-vLLM.Q8_0.gguf b/Base-Roblox-coder-Llama-3.2-1B-vLLM.Q8_0.gguf new file mode 100644 index 0000000..c5edfc5 --- /dev/null +++ b/Base-Roblox-coder-Llama-3.2-1B-vLLM.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a8f54cb27ff9268d79e7bb71f59c639990ad0080123da565062ca3d04f057ef +size 3421904992 diff --git a/Base-Roblox-coder-Llama-3.2-1B-vLLM.f16.gguf b/Base-Roblox-coder-Llama-3.2-1B-vLLM.f16.gguf new file mode 100644 index 0000000..d503b3b --- /dev/null +++ b/Base-Roblox-coder-Llama-3.2-1B-vLLM.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2dd1faa30ce71438197b7b3ebe2005cb4541057f615ed6fc6a610e943c0ec5c +size 6433693792 diff --git a/README.md b/README.md new file mode 100644 index 0000000..29b7b97 --- /dev/null +++ b/README.md @@ -0,0 +1,75 @@ +--- +base_model: Pinkstack/Base-Roblox-coder-Llama-3.2-3B-vLLM +datasets: +- Roblox/luau_corpus +language: +- en +library_name: transformers +license: llama3.2 +quantized_by: mradermacher +tags: +- text-generation-inference +- transformers +- unsloth +- llama +- trl +- sft +- luau +- code +--- +## About + + + + + + +static quants of https://huggingface.co/Pinkstack/Base-Roblox-coder-Llama-3.2-3B-vLLM + + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/Base-Roblox-coder-Llama-3.2-1B-vLLM-i1-GGUF +## 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/Base-Roblox-coder-Llama-3.2-1B-vLLM-GGUF/resolve/main/Base-Roblox-coder-Llama-3.2-1B-vLLM.Q2_K.gguf) | Q2_K | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/Base-Roblox-coder-Llama-3.2-1B-vLLM-GGUF/resolve/main/Base-Roblox-coder-Llama-3.2-1B-vLLM.Q3_K_S.gguf) | Q3_K_S | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/Base-Roblox-coder-Llama-3.2-1B-vLLM-GGUF/resolve/main/Base-Roblox-coder-Llama-3.2-1B-vLLM.Q3_K_M.gguf) | Q3_K_M | 1.8 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Base-Roblox-coder-Llama-3.2-1B-vLLM-GGUF/resolve/main/Base-Roblox-coder-Llama-3.2-1B-vLLM.Q3_K_L.gguf) | Q3_K_L | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/Base-Roblox-coder-Llama-3.2-1B-vLLM-GGUF/resolve/main/Base-Roblox-coder-Llama-3.2-1B-vLLM.IQ4_XS.gguf) | IQ4_XS | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/Base-Roblox-coder-Llama-3.2-1B-vLLM-GGUF/resolve/main/Base-Roblox-coder-Llama-3.2-1B-vLLM.Q4_K_S.gguf) | Q4_K_S | 2.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Base-Roblox-coder-Llama-3.2-1B-vLLM-GGUF/resolve/main/Base-Roblox-coder-Llama-3.2-1B-vLLM.Q4_K_M.gguf) | Q4_K_M | 2.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Base-Roblox-coder-Llama-3.2-1B-vLLM-GGUF/resolve/main/Base-Roblox-coder-Llama-3.2-1B-vLLM.Q5_K_S.gguf) | Q5_K_S | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/Base-Roblox-coder-Llama-3.2-1B-vLLM-GGUF/resolve/main/Base-Roblox-coder-Llama-3.2-1B-vLLM.Q5_K_M.gguf) | Q5_K_M | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/Base-Roblox-coder-Llama-3.2-1B-vLLM-GGUF/resolve/main/Base-Roblox-coder-Llama-3.2-1B-vLLM.Q6_K.gguf) | Q6_K | 2.7 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Base-Roblox-coder-Llama-3.2-1B-vLLM-GGUF/resolve/main/Base-Roblox-coder-Llama-3.2-1B-vLLM.Q8_0.gguf) | Q8_0 | 3.5 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Base-Roblox-coder-Llama-3.2-1B-vLLM-GGUF/resolve/main/Base-Roblox-coder-Llama-3.2-1B-vLLM.f16.gguf) | f16 | 6.5 | 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. + +