From 21edfc5d538f1c91aceae97598cf429485abf298 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sat, 13 Jun 2026 22:39: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/Llama-3.2-4X3B-MOE-Hell-California-10B-GGUF Source: Original Platform --- .gitattributes | 47 +++++++++++++ ...2-4X3B-MOE-Hell-California-10B.IQ4_XS.gguf | 3 + ...3.2-4X3B-MOE-Hell-California-10B.Q2_K.gguf | 3 + ...2-4X3B-MOE-Hell-California-10B.Q3_K_L.gguf | 3 + ...2-4X3B-MOE-Hell-California-10B.Q3_K_M.gguf | 3 + ...2-4X3B-MOE-Hell-California-10B.Q3_K_S.gguf | 3 + ...2-4X3B-MOE-Hell-California-10B.Q4_K_M.gguf | 3 + ...2-4X3B-MOE-Hell-California-10B.Q4_K_S.gguf | 3 + ...2-4X3B-MOE-Hell-California-10B.Q5_K_M.gguf | 3 + ...2-4X3B-MOE-Hell-California-10B.Q5_K_S.gguf | 3 + ...3.2-4X3B-MOE-Hell-California-10B.Q6_K.gguf | 3 + ...3.2-4X3B-MOE-Hell-California-10B.Q8_0.gguf | 3 + ...-3.2-4X3B-MOE-Hell-California-10B.f16.gguf | 3 + README.md | 68 +++++++++++++++++++ 14 files changed, 151 insertions(+) create mode 100644 .gitattributes create mode 100644 Llama-3.2-4X3B-MOE-Hell-California-10B.IQ4_XS.gguf create mode 100644 Llama-3.2-4X3B-MOE-Hell-California-10B.Q2_K.gguf create mode 100644 Llama-3.2-4X3B-MOE-Hell-California-10B.Q3_K_L.gguf create mode 100644 Llama-3.2-4X3B-MOE-Hell-California-10B.Q3_K_M.gguf create mode 100644 Llama-3.2-4X3B-MOE-Hell-California-10B.Q3_K_S.gguf create mode 100644 Llama-3.2-4X3B-MOE-Hell-California-10B.Q4_K_M.gguf create mode 100644 Llama-3.2-4X3B-MOE-Hell-California-10B.Q4_K_S.gguf create mode 100644 Llama-3.2-4X3B-MOE-Hell-California-10B.Q5_K_M.gguf create mode 100644 Llama-3.2-4X3B-MOE-Hell-California-10B.Q5_K_S.gguf create mode 100644 Llama-3.2-4X3B-MOE-Hell-California-10B.Q6_K.gguf create mode 100644 Llama-3.2-4X3B-MOE-Hell-California-10B.Q8_0.gguf create mode 100644 Llama-3.2-4X3B-MOE-Hell-California-10B.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9bdda7c --- /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 +Llama-3.2-4X3B-MOE-Hell-California-10B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-4X3B-MOE-Hell-California-10B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-4X3B-MOE-Hell-California-10B.f16.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-4X3B-MOE-Hell-California-10B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-4X3B-MOE-Hell-California-10B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-4X3B-MOE-Hell-California-10B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-4X3B-MOE-Hell-California-10B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-4X3B-MOE-Hell-California-10B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-4X3B-MOE-Hell-California-10B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-4X3B-MOE-Hell-California-10B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-4X3B-MOE-Hell-California-10B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-4X3B-MOE-Hell-California-10B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Llama-3.2-4X3B-MOE-Hell-California-10B.IQ4_XS.gguf b/Llama-3.2-4X3B-MOE-Hell-California-10B.IQ4_XS.gguf new file mode 100644 index 0000000..8b51f13 --- /dev/null +++ b/Llama-3.2-4X3B-MOE-Hell-California-10B.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4e867a9772cd4e153c7c4fb171a2ecdf10b6e7e793f03b136960428bb5ce304 +size 5456064128 diff --git a/Llama-3.2-4X3B-MOE-Hell-California-10B.Q2_K.gguf b/Llama-3.2-4X3B-MOE-Hell-California-10B.Q2_K.gguf new file mode 100644 index 0000000..423ebe3 --- /dev/null +++ b/Llama-3.2-4X3B-MOE-Hell-California-10B.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdcf40078646a2927932f0d24b278cfe75fa29b44f73249a0bf5e6d8730813f2 +size 3790192256 diff --git a/Llama-3.2-4X3B-MOE-Hell-California-10B.Q3_K_L.gguf b/Llama-3.2-4X3B-MOE-Hell-California-10B.Q3_K_L.gguf new file mode 100644 index 0000000..ee01788 --- /dev/null +++ b/Llama-3.2-4X3B-MOE-Hell-California-10B.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9d076f34d452a753faf651958f2ed3167dc320ccc2bccf796333a9d55e87493 +size 5256009344 diff --git a/Llama-3.2-4X3B-MOE-Hell-California-10B.Q3_K_M.gguf b/Llama-3.2-4X3B-MOE-Hell-California-10B.Q3_K_M.gguf new file mode 100644 index 0000000..f7e63e6 --- /dev/null +++ b/Llama-3.2-4X3B-MOE-Hell-California-10B.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d37462f15d25aa4a1fcfe2f739f9d7bd79c4e107c1db3b8d5bbaeb5c4b1b7a94 +size 4873016960 diff --git a/Llama-3.2-4X3B-MOE-Hell-California-10B.Q3_K_S.gguf b/Llama-3.2-4X3B-MOE-Hell-California-10B.Q3_K_S.gguf new file mode 100644 index 0000000..478402e --- /dev/null +++ b/Llama-3.2-4X3B-MOE-Hell-California-10B.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:769cda7a4d3a4c8dde7aa6f76f5b6469cac1fe5bacb89c55fad011afe91f3f4e +size 4438513280 diff --git a/Llama-3.2-4X3B-MOE-Hell-California-10B.Q4_K_M.gguf b/Llama-3.2-4X3B-MOE-Hell-California-10B.Q4_K_M.gguf new file mode 100644 index 0000000..d9b8f9d --- /dev/null +++ b/Llama-3.2-4X3B-MOE-Hell-California-10B.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60465f5122c43722f7134671de170edbe16c29292f6c6fb5bc7ce9c3fab6dbaf +size 6082137728 diff --git a/Llama-3.2-4X3B-MOE-Hell-California-10B.Q4_K_S.gguf b/Llama-3.2-4X3B-MOE-Hell-California-10B.Q4_K_S.gguf new file mode 100644 index 0000000..594ab81 --- /dev/null +++ b/Llama-3.2-4X3B-MOE-Hell-California-10B.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c88c463d89c7e7628d47c1c8ba7b37096cdd883b7d3f02b6b64253c6d3a052e4 +size 5746773632 diff --git a/Llama-3.2-4X3B-MOE-Hell-California-10B.Q5_K_M.gguf b/Llama-3.2-4X3B-MOE-Hell-California-10B.Q5_K_M.gguf new file mode 100644 index 0000000..0038467 --- /dev/null +++ b/Llama-3.2-4X3B-MOE-Hell-California-10B.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0155754a3f1d22967022ed50656d23e620def7f2d9b3df0b034fe326664d061 +size 7094767232 diff --git a/Llama-3.2-4X3B-MOE-Hell-California-10B.Q5_K_S.gguf b/Llama-3.2-4X3B-MOE-Hell-California-10B.Q5_K_S.gguf new file mode 100644 index 0000000..0ab9bda --- /dev/null +++ b/Llama-3.2-4X3B-MOE-Hell-California-10B.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05f032a6e0c21b6dfc64d4f50bd21d9b1a4cd7190349c96da968bc90d038d223 +size 6901747328 diff --git a/Llama-3.2-4X3B-MOE-Hell-California-10B.Q6_K.gguf b/Llama-3.2-4X3B-MOE-Hell-California-10B.Q6_K.gguf new file mode 100644 index 0000000..89e3772 --- /dev/null +++ b/Llama-3.2-4X3B-MOE-Hell-California-10B.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a928d8f2658a203831bfbc8d1415a23f675248ff567e3b4cbf8e921844e5d019 +size 8170686080 diff --git a/Llama-3.2-4X3B-MOE-Hell-California-10B.Q8_0.gguf b/Llama-3.2-4X3B-MOE-Hell-California-10B.Q8_0.gguf new file mode 100644 index 0000000..024569c --- /dev/null +++ b/Llama-3.2-4X3B-MOE-Hell-California-10B.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:224dfb34b260912e42e0f0aebe80ab6e8d62b7bc1531e383b04e05b7d3ff3985 +size 10580055680 diff --git a/Llama-3.2-4X3B-MOE-Hell-California-10B.f16.gguf b/Llama-3.2-4X3B-MOE-Hell-California-10B.f16.gguf new file mode 100644 index 0000000..640015d --- /dev/null +++ b/Llama-3.2-4X3B-MOE-Hell-California-10B.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3543dca8be13de0d1e9f1d054ddefb9b7cb5f580082612931bb3ee1b52f518f +size 19906647680 diff --git a/README.md b/README.md new file mode 100644 index 0000000..9694147 --- /dev/null +++ b/README.md @@ -0,0 +1,68 @@ +--- +base_model: DavidAU/Llama-3.2-4X3B-MOE-Hell-California-10B +language: +- en +library_name: transformers +quantized_by: mradermacher +tags: +- mergekit +- merge +- llama-3 +- llama-3.2 +--- +## About + + + + + + +static quants of https://huggingface.co/DavidAU/Llama-3.2-4X3B-MOE-Hell-California-10B + + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/Llama-3.2-4X3B-MOE-Hell-California-10B-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/Llama-3.2-4X3B-MOE-Hell-California-10B-GGUF/resolve/main/Llama-3.2-4X3B-MOE-Hell-California-10B.Q2_K.gguf) | Q2_K | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-4X3B-MOE-Hell-California-10B-GGUF/resolve/main/Llama-3.2-4X3B-MOE-Hell-California-10B.Q3_K_S.gguf) | Q3_K_S | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-4X3B-MOE-Hell-California-10B-GGUF/resolve/main/Llama-3.2-4X3B-MOE-Hell-California-10B.Q3_K_M.gguf) | Q3_K_M | 5.0 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-4X3B-MOE-Hell-California-10B-GGUF/resolve/main/Llama-3.2-4X3B-MOE-Hell-California-10B.Q3_K_L.gguf) | Q3_K_L | 5.4 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-4X3B-MOE-Hell-California-10B-GGUF/resolve/main/Llama-3.2-4X3B-MOE-Hell-California-10B.IQ4_XS.gguf) | IQ4_XS | 5.6 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-4X3B-MOE-Hell-California-10B-GGUF/resolve/main/Llama-3.2-4X3B-MOE-Hell-California-10B.Q4_K_S.gguf) | Q4_K_S | 5.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-4X3B-MOE-Hell-California-10B-GGUF/resolve/main/Llama-3.2-4X3B-MOE-Hell-California-10B.Q4_K_M.gguf) | Q4_K_M | 6.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-4X3B-MOE-Hell-California-10B-GGUF/resolve/main/Llama-3.2-4X3B-MOE-Hell-California-10B.Q5_K_S.gguf) | Q5_K_S | 7.0 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-4X3B-MOE-Hell-California-10B-GGUF/resolve/main/Llama-3.2-4X3B-MOE-Hell-California-10B.Q5_K_M.gguf) | Q5_K_M | 7.2 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-4X3B-MOE-Hell-California-10B-GGUF/resolve/main/Llama-3.2-4X3B-MOE-Hell-California-10B.Q6_K.gguf) | Q6_K | 8.3 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-4X3B-MOE-Hell-California-10B-GGUF/resolve/main/Llama-3.2-4X3B-MOE-Hell-California-10B.Q8_0.gguf) | Q8_0 | 10.7 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-4X3B-MOE-Hell-California-10B-GGUF/resolve/main/Llama-3.2-4X3B-MOE-Hell-California-10B.f16.gguf) | f16 | 20.0 | 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. + +