From 265405f7de1e5f2d3bbe2f5864a6eebbb1110c46 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 22 Apr 2026 09:30:55 +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-SUN-1B-chat-i1-GGUF Source: Original Platform --- .gitattributes | 57 +++++++++++++++++++ Llama-3.2-SUN-1B-chat.i1-IQ1_M.gguf | 3 + Llama-3.2-SUN-1B-chat.i1-IQ1_S.gguf | 3 + Llama-3.2-SUN-1B-chat.i1-IQ2_M.gguf | 3 + Llama-3.2-SUN-1B-chat.i1-IQ2_S.gguf | 3 + Llama-3.2-SUN-1B-chat.i1-IQ2_XS.gguf | 3 + Llama-3.2-SUN-1B-chat.i1-IQ2_XXS.gguf | 3 + Llama-3.2-SUN-1B-chat.i1-IQ3_M.gguf | 3 + Llama-3.2-SUN-1B-chat.i1-IQ3_S.gguf | 3 + Llama-3.2-SUN-1B-chat.i1-IQ3_XS.gguf | 3 + Llama-3.2-SUN-1B-chat.i1-IQ3_XXS.gguf | 3 + Llama-3.2-SUN-1B-chat.i1-IQ4_XS.gguf | 3 + Llama-3.2-SUN-1B-chat.i1-Q2_K.gguf | 3 + Llama-3.2-SUN-1B-chat.i1-Q3_K_L.gguf | 3 + Llama-3.2-SUN-1B-chat.i1-Q3_K_M.gguf | 3 + Llama-3.2-SUN-1B-chat.i1-Q3_K_S.gguf | 3 + Llama-3.2-SUN-1B-chat.i1-Q4_0.gguf | 3 + Llama-3.2-SUN-1B-chat.i1-Q4_K_M.gguf | 3 + Llama-3.2-SUN-1B-chat.i1-Q4_K_S.gguf | 3 + Llama-3.2-SUN-1B-chat.i1-Q5_K_M.gguf | 3 + Llama-3.2-SUN-1B-chat.i1-Q5_K_S.gguf | 3 + Llama-3.2-SUN-1B-chat.i1-Q6_K.gguf | 3 + README.md | 81 +++++++++++++++++++++++++++ imatrix.dat | 3 + 24 files changed, 204 insertions(+) create mode 100644 .gitattributes create mode 100644 Llama-3.2-SUN-1B-chat.i1-IQ1_M.gguf create mode 100644 Llama-3.2-SUN-1B-chat.i1-IQ1_S.gguf create mode 100644 Llama-3.2-SUN-1B-chat.i1-IQ2_M.gguf create mode 100644 Llama-3.2-SUN-1B-chat.i1-IQ2_S.gguf create mode 100644 Llama-3.2-SUN-1B-chat.i1-IQ2_XS.gguf create mode 100644 Llama-3.2-SUN-1B-chat.i1-IQ2_XXS.gguf create mode 100644 Llama-3.2-SUN-1B-chat.i1-IQ3_M.gguf create mode 100644 Llama-3.2-SUN-1B-chat.i1-IQ3_S.gguf create mode 100644 Llama-3.2-SUN-1B-chat.i1-IQ3_XS.gguf create mode 100644 Llama-3.2-SUN-1B-chat.i1-IQ3_XXS.gguf create mode 100644 Llama-3.2-SUN-1B-chat.i1-IQ4_XS.gguf create mode 100644 Llama-3.2-SUN-1B-chat.i1-Q2_K.gguf create mode 100644 Llama-3.2-SUN-1B-chat.i1-Q3_K_L.gguf create mode 100644 Llama-3.2-SUN-1B-chat.i1-Q3_K_M.gguf create mode 100644 Llama-3.2-SUN-1B-chat.i1-Q3_K_S.gguf create mode 100644 Llama-3.2-SUN-1B-chat.i1-Q4_0.gguf create mode 100644 Llama-3.2-SUN-1B-chat.i1-Q4_K_M.gguf create mode 100644 Llama-3.2-SUN-1B-chat.i1-Q4_K_S.gguf create mode 100644 Llama-3.2-SUN-1B-chat.i1-Q5_K_M.gguf create mode 100644 Llama-3.2-SUN-1B-chat.i1-Q5_K_S.gguf create mode 100644 Llama-3.2-SUN-1B-chat.i1-Q6_K.gguf create mode 100644 README.md create mode 100644 imatrix.dat diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3d1a34a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,57 @@ +*.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 +imatrix.dat filter=lfs diff=lfs merge=lfs -text +Llama-3.2-SUN-1B-chat.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-SUN-1B-chat.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-SUN-1B-chat.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-SUN-1B-chat.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-SUN-1B-chat.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-SUN-1B-chat.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-SUN-1B-chat.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-SUN-1B-chat.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-SUN-1B-chat.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-SUN-1B-chat.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-SUN-1B-chat.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-SUN-1B-chat.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-SUN-1B-chat.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-SUN-1B-chat.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-SUN-1B-chat.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-SUN-1B-chat.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-SUN-1B-chat.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-SUN-1B-chat.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-SUN-1B-chat.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-SUN-1B-chat.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-SUN-1B-chat.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Llama-3.2-SUN-1B-chat.i1-IQ1_M.gguf b/Llama-3.2-SUN-1B-chat.i1-IQ1_M.gguf new file mode 100644 index 0000000..a2a5b6e --- /dev/null +++ b/Llama-3.2-SUN-1B-chat.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ab6f7ed6b4195379120d98dc440b9f8a9f054b92d65147d88b714768076adc3 +size 499795104 diff --git a/Llama-3.2-SUN-1B-chat.i1-IQ1_S.gguf b/Llama-3.2-SUN-1B-chat.i1-IQ1_S.gguf new file mode 100644 index 0000000..1272edc --- /dev/null +++ b/Llama-3.2-SUN-1B-chat.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83737d57192e4dd432e33d2000b317d1bc269809ade9642ad5baa5ad30152135 +size 479741088 diff --git a/Llama-3.2-SUN-1B-chat.i1-IQ2_M.gguf b/Llama-3.2-SUN-1B-chat.i1-IQ2_M.gguf new file mode 100644 index 0000000..a80647f --- /dev/null +++ b/Llama-3.2-SUN-1B-chat.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9c53a529a6b1e6232f5e9c3701dbf81a4ec31ff609a226a46bcedaf35e55207 +size 628315296 diff --git a/Llama-3.2-SUN-1B-chat.i1-IQ2_S.gguf b/Llama-3.2-SUN-1B-chat.i1-IQ2_S.gguf new file mode 100644 index 0000000..108af50 --- /dev/null +++ b/Llama-3.2-SUN-1B-chat.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b49ca0ae65cc1480302bf35193d7bbea6de7a8331268045e919b00e560b5418 +size 601576608 diff --git a/Llama-3.2-SUN-1B-chat.i1-IQ2_XS.gguf b/Llama-3.2-SUN-1B-chat.i1-IQ2_XS.gguf new file mode 100644 index 0000000..7679187 --- /dev/null +++ b/Llama-3.2-SUN-1B-chat.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:643ee424f49e8c8ad85215d6e980ecc8aeabdbdd71f5e5fe23faa032e528a692 +size 562054304 diff --git a/Llama-3.2-SUN-1B-chat.i1-IQ2_XXS.gguf b/Llama-3.2-SUN-1B-chat.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..57abf37 --- /dev/null +++ b/Llama-3.2-SUN-1B-chat.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61d08c8e3d5a6e9b59606e5a9affd1f73a4720e1b94db987dd77daf43fd0d4bc +size 533218464 diff --git a/Llama-3.2-SUN-1B-chat.i1-IQ3_M.gguf b/Llama-3.2-SUN-1B-chat.i1-IQ3_M.gguf new file mode 100644 index 0000000..9d541df --- /dev/null +++ b/Llama-3.2-SUN-1B-chat.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ed69312616153cffdfd552d7be50c7e660f6cfccd2efda3ae3ff2ceb6e79c0e +size 770155680 diff --git a/Llama-3.2-SUN-1B-chat.i1-IQ3_S.gguf b/Llama-3.2-SUN-1B-chat.i1-IQ3_S.gguf new file mode 100644 index 0000000..b688db2 --- /dev/null +++ b/Llama-3.2-SUN-1B-chat.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21e81e4f0e2b0caea35bd00674315d30b31d75d2bc6dc1726308d3fc2dccd311 +size 756786336 diff --git a/Llama-3.2-SUN-1B-chat.i1-IQ3_XS.gguf b/Llama-3.2-SUN-1B-chat.i1-IQ3_XS.gguf new file mode 100644 index 0000000..8b78c0b --- /dev/null +++ b/Llama-3.2-SUN-1B-chat.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0178ca3e740befbb8414bf145268ebcb5dd31216450fb9a26c0dd9a0e4564a4 +size 733979808 diff --git a/Llama-3.2-SUN-1B-chat.i1-IQ3_XXS.gguf b/Llama-3.2-SUN-1B-chat.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..16c3d80 --- /dev/null +++ b/Llama-3.2-SUN-1B-chat.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65ea311261ed3112745ae40135afc109e3e9823a001e838745c53f2391c032c1 +size 674976928 diff --git a/Llama-3.2-SUN-1B-chat.i1-IQ4_XS.gguf b/Llama-3.2-SUN-1B-chat.i1-IQ4_XS.gguf new file mode 100644 index 0000000..62d788d --- /dev/null +++ b/Llama-3.2-SUN-1B-chat.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d247ed870a9b6af6bd59701877106caed453955d3068c6e02298b2b22dc5f865 +size 882685088 diff --git a/Llama-3.2-SUN-1B-chat.i1-Q2_K.gguf b/Llama-3.2-SUN-1B-chat.i1-Q2_K.gguf new file mode 100644 index 0000000..b01ceb1 --- /dev/null +++ b/Llama-3.2-SUN-1B-chat.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf31927b15831d03af2056a138b1b19f1e2fd19ca9034c43773e1d85c9fc99bc +size 667063456 diff --git a/Llama-3.2-SUN-1B-chat.i1-Q3_K_L.gguf b/Llama-3.2-SUN-1B-chat.i1-Q3_K_L.gguf new file mode 100644 index 0000000..2889a6d --- /dev/null +++ b/Llama-3.2-SUN-1B-chat.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a70da9035d6f82726a194ce2382871806058f979ffaa3c25baa7514f07e3b83b +size 845391008 diff --git a/Llama-3.2-SUN-1B-chat.i1-Q3_K_M.gguf b/Llama-3.2-SUN-1B-chat.i1-Q3_K_M.gguf new file mode 100644 index 0000000..0559111 --- /dev/null +++ b/Llama-3.2-SUN-1B-chat.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29c9714f738b5c358fb102e255144047723ed4ed5b0b5e64b0d9a05da094ca87 +size 803710112 diff --git a/Llama-3.2-SUN-1B-chat.i1-Q3_K_S.gguf b/Llama-3.2-SUN-1B-chat.i1-Q3_K_S.gguf new file mode 100644 index 0000000..9bd9891 --- /dev/null +++ b/Llama-3.2-SUN-1B-chat.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02cef46dd9d89bd4917d7721b2b6f0db8555fdda22dbdcc400396fdb49d55b68 +size 754558112 diff --git a/Llama-3.2-SUN-1B-chat.i1-Q4_0.gguf b/Llama-3.2-SUN-1B-chat.i1-Q4_0.gguf new file mode 100644 index 0000000..816f0d3 --- /dev/null +++ b/Llama-3.2-SUN-1B-chat.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1def559dd965e9b043d01681a57c8bd1be83146b25f0f8114397c942022dd9f +size 920777888 diff --git a/Llama-3.2-SUN-1B-chat.i1-Q4_K_M.gguf b/Llama-3.2-SUN-1B-chat.i1-Q4_K_M.gguf new file mode 100644 index 0000000..81a7202 --- /dev/null +++ b/Llama-3.2-SUN-1B-chat.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16bca06a7ec15894193e6c9e38141a3057ece9d5dca3406113b152b07f82bf84 +size 955446432 diff --git a/Llama-3.2-SUN-1B-chat.i1-Q4_K_S.gguf b/Llama-3.2-SUN-1B-chat.i1-Q4_K_S.gguf new file mode 100644 index 0000000..4950d8c --- /dev/null +++ b/Llama-3.2-SUN-1B-chat.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a8a16ef5cf26954df05d6ed5d771da9f746e5d53c9f7a1476c0d1c2fda02be1 +size 923399328 diff --git a/Llama-3.2-SUN-1B-chat.i1-Q5_K_M.gguf b/Llama-3.2-SUN-1B-chat.i1-Q5_K_M.gguf new file mode 100644 index 0000000..e3b8373 --- /dev/null +++ b/Llama-3.2-SUN-1B-chat.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:677638447985ef3ed09ce939d14613505071c6b3fe6d08c6372aa6552f8f0d0a +size 1092088992 diff --git a/Llama-3.2-SUN-1B-chat.i1-Q5_K_S.gguf b/Llama-3.2-SUN-1B-chat.i1-Q5_K_S.gguf new file mode 100644 index 0000000..d47119a --- /dev/null +++ b/Llama-3.2-SUN-1B-chat.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6776c4921952dc02e442763cc057fdbbe918f841f196935d5b625093d30dc922 +size 1073149088 diff --git a/Llama-3.2-SUN-1B-chat.i1-Q6_K.gguf b/Llama-3.2-SUN-1B-chat.i1-Q6_K.gguf new file mode 100644 index 0000000..d46fb48 --- /dev/null +++ b/Llama-3.2-SUN-1B-chat.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9f2618c4574b3c32bc2c2b4bbd6c9ecd35d045aefb8d2decb2c60776513c396 +size 1237271712 diff --git a/README.md b/README.md new file mode 100644 index 0000000..dcf5ba8 --- /dev/null +++ b/README.md @@ -0,0 +1,81 @@ +--- +base_model: meditsolutions/Llama-3.2-SUN-1B-chat +datasets: +- argilla/OpenHermesPreferences +- argilla/magpie-ultra-v0.1 +- argilla/Capybara-Preferences-Filtered +- mlabonne/open-perfectblend +- HuggingFaceTB/everyday-conversations-llama3.1-2k +- WizardLMTeam/WizardLM_evol_instruct_V2_196k +- ProlificAI/social-reasoning-rlhf +language: +- en +library_name: transformers +license: llama3.2 +quantized_by: mradermacher +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/meditsolutions/Llama-3.2-SUN-1B-chat + + +static quants are available at https://huggingface.co/mradermacher/Llama-3.2-SUN-1B-chat-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-SUN-1B-chat-i1-GGUF/resolve/main/Llama-3.2-SUN-1B-chat.i1-IQ1_S.gguf) | i1-IQ1_S | 0.6 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-SUN-1B-chat-i1-GGUF/resolve/main/Llama-3.2-SUN-1B-chat.i1-IQ1_M.gguf) | i1-IQ1_M | 0.6 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-SUN-1B-chat-i1-GGUF/resolve/main/Llama-3.2-SUN-1B-chat.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 0.6 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-SUN-1B-chat-i1-GGUF/resolve/main/Llama-3.2-SUN-1B-chat.i1-IQ2_XS.gguf) | i1-IQ2_XS | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-SUN-1B-chat-i1-GGUF/resolve/main/Llama-3.2-SUN-1B-chat.i1-IQ2_S.gguf) | i1-IQ2_S | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-SUN-1B-chat-i1-GGUF/resolve/main/Llama-3.2-SUN-1B-chat.i1-IQ2_M.gguf) | i1-IQ2_M | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-SUN-1B-chat-i1-GGUF/resolve/main/Llama-3.2-SUN-1B-chat.i1-Q2_K.gguf) | i1-Q2_K | 0.8 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-SUN-1B-chat-i1-GGUF/resolve/main/Llama-3.2-SUN-1B-chat.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 0.8 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-SUN-1B-chat-i1-GGUF/resolve/main/Llama-3.2-SUN-1B-chat.i1-IQ3_XS.gguf) | i1-IQ3_XS | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-SUN-1B-chat-i1-GGUF/resolve/main/Llama-3.2-SUN-1B-chat.i1-Q3_K_S.gguf) | i1-Q3_K_S | 0.9 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-SUN-1B-chat-i1-GGUF/resolve/main/Llama-3.2-SUN-1B-chat.i1-IQ3_S.gguf) | i1-IQ3_S | 0.9 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-SUN-1B-chat-i1-GGUF/resolve/main/Llama-3.2-SUN-1B-chat.i1-IQ3_M.gguf) | i1-IQ3_M | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-SUN-1B-chat-i1-GGUF/resolve/main/Llama-3.2-SUN-1B-chat.i1-Q3_K_M.gguf) | i1-Q3_K_M | 0.9 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-SUN-1B-chat-i1-GGUF/resolve/main/Llama-3.2-SUN-1B-chat.i1-Q3_K_L.gguf) | i1-Q3_K_L | 0.9 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-SUN-1B-chat-i1-GGUF/resolve/main/Llama-3.2-SUN-1B-chat.i1-IQ4_XS.gguf) | i1-IQ4_XS | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-SUN-1B-chat-i1-GGUF/resolve/main/Llama-3.2-SUN-1B-chat.i1-Q4_0.gguf) | i1-Q4_0 | 1.0 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-SUN-1B-chat-i1-GGUF/resolve/main/Llama-3.2-SUN-1B-chat.i1-Q4_K_S.gguf) | i1-Q4_K_S | 1.0 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-SUN-1B-chat-i1-GGUF/resolve/main/Llama-3.2-SUN-1B-chat.i1-Q4_K_M.gguf) | i1-Q4_K_M | 1.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-SUN-1B-chat-i1-GGUF/resolve/main/Llama-3.2-SUN-1B-chat.i1-Q5_K_S.gguf) | i1-Q5_K_S | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-SUN-1B-chat-i1-GGUF/resolve/main/Llama-3.2-SUN-1B-chat.i1-Q5_K_M.gguf) | i1-Q5_K_M | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-SUN-1B-chat-i1-GGUF/resolve/main/Llama-3.2-SUN-1B-chat.i1-Q6_K.gguf) | i1-Q6_K | 1.3 | practically like static Q6_K | + +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. Additional thanks to [@nicoboss](https://huggingface.co/nicoboss) for giving me access to his private supercomputer, enabling me to provide many more imatrix quants, at much higher quality, than I would otherwise be able to. + + diff --git a/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..169eda8 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fbe306b393f9937655c1b424f1c903f7a27775b735abe0ce69c9e652a20a466 +size 1314413