From 156326885d824bf03ae0d2a5d8157969f95f0636 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 22 Apr 2026 05:09: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/Codestral-22B-v0.1-i1-GGUF Source: Original Platform --- .gitattributes | 56 ++++++++++++++++++++ Codestral-22B-v0.1.i1-IQ1_M.gguf | 3 ++ Codestral-22B-v0.1.i1-IQ1_S.gguf | 3 ++ Codestral-22B-v0.1.i1-IQ2_M.gguf | 3 ++ Codestral-22B-v0.1.i1-IQ2_S.gguf | 3 ++ Codestral-22B-v0.1.i1-IQ2_XS.gguf | 3 ++ Codestral-22B-v0.1.i1-IQ2_XXS.gguf | 3 ++ Codestral-22B-v0.1.i1-IQ3_M.gguf | 3 ++ Codestral-22B-v0.1.i1-IQ3_S.gguf | 3 ++ Codestral-22B-v0.1.i1-IQ3_XS.gguf | 3 ++ Codestral-22B-v0.1.i1-IQ3_XXS.gguf | 3 ++ Codestral-22B-v0.1.i1-IQ4_XS.gguf | 3 ++ Codestral-22B-v0.1.i1-Q2_K.gguf | 3 ++ Codestral-22B-v0.1.i1-Q3_K_L.gguf | 3 ++ Codestral-22B-v0.1.i1-Q3_K_M.gguf | 3 ++ Codestral-22B-v0.1.i1-Q3_K_S.gguf | 3 ++ Codestral-22B-v0.1.i1-Q4_0.gguf | 3 ++ Codestral-22B-v0.1.i1-Q4_K_M.gguf | 3 ++ Codestral-22B-v0.1.i1-Q4_K_S.gguf | 3 ++ Codestral-22B-v0.1.i1-Q5_K_M.gguf | 3 ++ Codestral-22B-v0.1.i1-Q5_K_S.gguf | 3 ++ Codestral-22B-v0.1.i1-Q6_K.gguf | 3 ++ README.md | 83 ++++++++++++++++++++++++++++++ imatrix.dat | 3 ++ 24 files changed, 205 insertions(+) create mode 100644 .gitattributes create mode 100644 Codestral-22B-v0.1.i1-IQ1_M.gguf create mode 100644 Codestral-22B-v0.1.i1-IQ1_S.gguf create mode 100644 Codestral-22B-v0.1.i1-IQ2_M.gguf create mode 100644 Codestral-22B-v0.1.i1-IQ2_S.gguf create mode 100644 Codestral-22B-v0.1.i1-IQ2_XS.gguf create mode 100644 Codestral-22B-v0.1.i1-IQ2_XXS.gguf create mode 100644 Codestral-22B-v0.1.i1-IQ3_M.gguf create mode 100644 Codestral-22B-v0.1.i1-IQ3_S.gguf create mode 100644 Codestral-22B-v0.1.i1-IQ3_XS.gguf create mode 100644 Codestral-22B-v0.1.i1-IQ3_XXS.gguf create mode 100644 Codestral-22B-v0.1.i1-IQ4_XS.gguf create mode 100644 Codestral-22B-v0.1.i1-Q2_K.gguf create mode 100644 Codestral-22B-v0.1.i1-Q3_K_L.gguf create mode 100644 Codestral-22B-v0.1.i1-Q3_K_M.gguf create mode 100644 Codestral-22B-v0.1.i1-Q3_K_S.gguf create mode 100644 Codestral-22B-v0.1.i1-Q4_0.gguf create mode 100644 Codestral-22B-v0.1.i1-Q4_K_M.gguf create mode 100644 Codestral-22B-v0.1.i1-Q4_K_S.gguf create mode 100644 Codestral-22B-v0.1.i1-Q5_K_M.gguf create mode 100644 Codestral-22B-v0.1.i1-Q5_K_S.gguf create mode 100644 Codestral-22B-v0.1.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..608838b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,56 @@ +*.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 +Codestral-22B-v0.1.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Codestral-22B-v0.1.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Codestral-22B-v0.1.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Codestral-22B-v0.1.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Codestral-22B-v0.1.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Codestral-22B-v0.1.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Codestral-22B-v0.1.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Codestral-22B-v0.1.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Codestral-22B-v0.1.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Codestral-22B-v0.1.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Codestral-22B-v0.1.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Codestral-22B-v0.1.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Codestral-22B-v0.1.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Codestral-22B-v0.1.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Codestral-22B-v0.1.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Codestral-22B-v0.1.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Codestral-22B-v0.1.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Codestral-22B-v0.1.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Codestral-22B-v0.1.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Codestral-22B-v0.1.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Codestral-22B-v0.1.i1-IQ1_M.gguf b/Codestral-22B-v0.1.i1-IQ1_M.gguf new file mode 100644 index 0000000..4c63af9 --- /dev/null +++ b/Codestral-22B-v0.1.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a29db170a6dc1d7f93545d42e25ca62acc8186a174da0b120b0c431be18a707 +size 5267138944 diff --git a/Codestral-22B-v0.1.i1-IQ1_S.gguf b/Codestral-22B-v0.1.i1-IQ1_S.gguf new file mode 100644 index 0000000..ed3aaa5 --- /dev/null +++ b/Codestral-22B-v0.1.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:029cff591f548f2489731ac32f1ec33f70cab4328f6929997e41e687559c7447 +size 4829489536 diff --git a/Codestral-22B-v0.1.i1-IQ2_M.gguf b/Codestral-22B-v0.1.i1-IQ2_M.gguf new file mode 100644 index 0000000..3d92565 --- /dev/null +++ b/Codestral-22B-v0.1.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c396a8fbdd37115d7398703ff567ee7f509e1fbf2f16d6422363e5fb9206951b +size 7618963840 diff --git a/Codestral-22B-v0.1.i1-IQ2_S.gguf b/Codestral-22B-v0.1.i1-IQ2_S.gguf new file mode 100644 index 0000000..b8a8d7a --- /dev/null +++ b/Codestral-22B-v0.1.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e54cd426e76e32b23f2d757abf76031163486bcc60dfffd83e30d75030d803 +size 7035431296 diff --git a/Codestral-22B-v0.1.i1-IQ2_XS.gguf b/Codestral-22B-v0.1.i1-IQ2_XS.gguf new file mode 100644 index 0000000..c5388fa --- /dev/null +++ b/Codestral-22B-v0.1.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55f9844dd0ee3ffe934403860b156aad4bf388c6a443dccd335aa242c2abbe8a +size 6646147456 diff --git a/Codestral-22B-v0.1.i1-IQ2_XXS.gguf b/Codestral-22B-v0.1.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..2f74e94 --- /dev/null +++ b/Codestral-22B-v0.1.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c45697a5121410fb2e734a606adf61951b9f62c8d5155c7dbb43ee6a006f281e +size 5996554624 diff --git a/Codestral-22B-v0.1.i1-IQ3_M.gguf b/Codestral-22B-v0.1.i1-IQ3_M.gguf new file mode 100644 index 0000000..74969d9 --- /dev/null +++ b/Codestral-22B-v0.1.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7f34df57764ac4e1d72d065480ba8ec493efbb253b879cd67fffc597a59aa11 +size 10062408064 diff --git a/Codestral-22B-v0.1.i1-IQ3_S.gguf b/Codestral-22B-v0.1.i1-IQ3_S.gguf new file mode 100644 index 0000000..85e019f --- /dev/null +++ b/Codestral-22B-v0.1.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28dc9d3c4f949139ef566471a4321e44f49b2d18ec04dce87e768e9600c46400 +size 9688066432 diff --git a/Codestral-22B-v0.1.i1-IQ3_XS.gguf b/Codestral-22B-v0.1.i1-IQ3_XS.gguf new file mode 100644 index 0000000..83c1143 --- /dev/null +++ b/Codestral-22B-v0.1.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c8dcb61bb2ce875bc60d804b5841fc4f541d009e594975c8bc050112140c124 +size 9176099200 diff --git a/Codestral-22B-v0.1.i1-IQ3_XXS.gguf b/Codestral-22B-v0.1.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..0eb412f --- /dev/null +++ b/Codestral-22B-v0.1.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b73a616f071950546cb5681c801fce34d3337c15b8602207aba62670a18876d8 +size 8598858112 diff --git a/Codestral-22B-v0.1.i1-IQ4_XS.gguf b/Codestral-22B-v0.1.i1-IQ4_XS.gguf new file mode 100644 index 0000000..a6eb8d2 --- /dev/null +++ b/Codestral-22B-v0.1.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb578d3c38c24a4433db0d77e87b4174686725146592906367a5879e88aad2f8 +size 11935295872 diff --git a/Codestral-22B-v0.1.i1-Q2_K.gguf b/Codestral-22B-v0.1.i1-Q2_K.gguf new file mode 100644 index 0000000..22aab59 --- /dev/null +++ b/Codestral-22B-v0.1.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f99704544a07e4c12a3f072f2272cadb1443b98888843a8beda3b546996278bb +size 8272095616 diff --git a/Codestral-22B-v0.1.i1-Q3_K_L.gguf b/Codestral-22B-v0.1.i1-Q3_K_L.gguf new file mode 100644 index 0000000..6d0a25b --- /dev/null +++ b/Codestral-22B-v0.1.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82ced51feae2f83d477e1e4e9394efa737d809e84b9a9b99039add2709ab374b +size 11730430336 diff --git a/Codestral-22B-v0.1.i1-Q3_K_M.gguf b/Codestral-22B-v0.1.i1-Q3_K_M.gguf new file mode 100644 index 0000000..f964989 --- /dev/null +++ b/Codestral-22B-v0.1.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a23fe2bd1a33c8cedf810a65797bad8f9a2afc5a04e3c423d97cf8cd7daca690 +size 10756827520 diff --git a/Codestral-22B-v0.1.i1-Q3_K_S.gguf b/Codestral-22B-v0.1.i1-Q3_K_S.gguf new file mode 100644 index 0000000..c2890bb --- /dev/null +++ b/Codestral-22B-v0.1.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fb2b2118c06e032c4f7115393c1bf746a2f35eee685444155ca4a668ecaaa30 +size 9641273728 diff --git a/Codestral-22B-v0.1.i1-Q4_0.gguf b/Codestral-22B-v0.1.i1-Q4_0.gguf new file mode 100644 index 0000000..27ac0e7 --- /dev/null +++ b/Codestral-22B-v0.1.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e5583f220fc850d3b1b89a641a47089b6d259f6fce223d74dd1c113a9a9a181 +size 12613200256 diff --git a/Codestral-22B-v0.1.i1-Q4_K_M.gguf b/Codestral-22B-v0.1.i1-Q4_K_M.gguf new file mode 100644 index 0000000..baecfb7 --- /dev/null +++ b/Codestral-22B-v0.1.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c0fcf0851dd6000aa8994097a045d7a96479079f9a18886a163039899052fe +size 13341239680 diff --git a/Codestral-22B-v0.1.i1-Q4_K_S.gguf b/Codestral-22B-v0.1.i1-Q4_K_S.gguf new file mode 100644 index 0000000..07e418a --- /dev/null +++ b/Codestral-22B-v0.1.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b11be1c9f84fc179bed1a6a230a7560df9f74c263c6f65430bf8e106e6e8bfdd +size 12660386176 diff --git a/Codestral-22B-v0.1.i1-Q5_K_M.gguf b/Codestral-22B-v0.1.i1-Q5_K_M.gguf new file mode 100644 index 0000000..803efa1 --- /dev/null +++ b/Codestral-22B-v0.1.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a35546e92c9617bce7dbf7e5f6e1519c7d8d978fca17e68d910f95fa24c1f575 +size 15722555776 diff --git a/Codestral-22B-v0.1.i1-Q5_K_S.gguf b/Codestral-22B-v0.1.i1-Q5_K_S.gguf new file mode 100644 index 0000000..a53e628 --- /dev/null +++ b/Codestral-22B-v0.1.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5604f2d93406fba2cfb1243ce819b89319d2305c20c898499e33e761e4c6806e +size 15324817792 diff --git a/Codestral-22B-v0.1.i1-Q6_K.gguf b/Codestral-22B-v0.1.i1-Q6_K.gguf new file mode 100644 index 0000000..395adda --- /dev/null +++ b/Codestral-22B-v0.1.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e48c6b2a100d6999bc653b7ca8eac24a4d76bf2eee69ff7d7a4952e5f2951d9a +size 18252704128 diff --git a/README.md b/README.md new file mode 100644 index 0000000..60e5628 --- /dev/null +++ b/README.md @@ -0,0 +1,83 @@ +--- +base_model: mistralai/Codestral-22B-v0.1 +language: +- code +library_name: transformers +license: other +license_link: https://mistral.ai/licences/MNPL-0.1.md +license_name: mnpl +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- code +- mistral-common +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/mistralai/Codestral-22B-v0.1 + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Codestral-22B-v0.1-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Codestral-22B-v0.1-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/Codestral-22B-v0.1-i1-GGUF/resolve/main/Codestral-22B-v0.1.i1-IQ1_S.gguf) | i1-IQ1_S | 4.9 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Codestral-22B-v0.1-i1-GGUF/resolve/main/Codestral-22B-v0.1.i1-IQ1_M.gguf) | i1-IQ1_M | 5.4 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Codestral-22B-v0.1-i1-GGUF/resolve/main/Codestral-22B-v0.1.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 6.1 | | +| [GGUF](https://huggingface.co/mradermacher/Codestral-22B-v0.1-i1-GGUF/resolve/main/Codestral-22B-v0.1.i1-IQ2_XS.gguf) | i1-IQ2_XS | 6.7 | | +| [GGUF](https://huggingface.co/mradermacher/Codestral-22B-v0.1-i1-GGUF/resolve/main/Codestral-22B-v0.1.i1-IQ2_S.gguf) | i1-IQ2_S | 7.1 | | +| [GGUF](https://huggingface.co/mradermacher/Codestral-22B-v0.1-i1-GGUF/resolve/main/Codestral-22B-v0.1.i1-IQ2_M.gguf) | i1-IQ2_M | 7.7 | | +| [GGUF](https://huggingface.co/mradermacher/Codestral-22B-v0.1-i1-GGUF/resolve/main/Codestral-22B-v0.1.i1-Q2_K.gguf) | i1-Q2_K | 8.4 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Codestral-22B-v0.1-i1-GGUF/resolve/main/Codestral-22B-v0.1.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 8.7 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Codestral-22B-v0.1-i1-GGUF/resolve/main/Codestral-22B-v0.1.i1-IQ3_XS.gguf) | i1-IQ3_XS | 9.3 | | +| [GGUF](https://huggingface.co/mradermacher/Codestral-22B-v0.1-i1-GGUF/resolve/main/Codestral-22B-v0.1.i1-Q3_K_S.gguf) | i1-Q3_K_S | 9.7 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Codestral-22B-v0.1-i1-GGUF/resolve/main/Codestral-22B-v0.1.i1-IQ3_S.gguf) | i1-IQ3_S | 9.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Codestral-22B-v0.1-i1-GGUF/resolve/main/Codestral-22B-v0.1.i1-IQ3_M.gguf) | i1-IQ3_M | 10.2 | | +| [GGUF](https://huggingface.co/mradermacher/Codestral-22B-v0.1-i1-GGUF/resolve/main/Codestral-22B-v0.1.i1-Q3_K_M.gguf) | i1-Q3_K_M | 10.9 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Codestral-22B-v0.1-i1-GGUF/resolve/main/Codestral-22B-v0.1.i1-Q3_K_L.gguf) | i1-Q3_K_L | 11.8 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Codestral-22B-v0.1-i1-GGUF/resolve/main/Codestral-22B-v0.1.i1-IQ4_XS.gguf) | i1-IQ4_XS | 12.0 | | +| [GGUF](https://huggingface.co/mradermacher/Codestral-22B-v0.1-i1-GGUF/resolve/main/Codestral-22B-v0.1.i1-Q4_0.gguf) | i1-Q4_0 | 12.7 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Codestral-22B-v0.1-i1-GGUF/resolve/main/Codestral-22B-v0.1.i1-Q4_K_S.gguf) | i1-Q4_K_S | 12.8 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Codestral-22B-v0.1-i1-GGUF/resolve/main/Codestral-22B-v0.1.i1-Q4_K_M.gguf) | i1-Q4_K_M | 13.4 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Codestral-22B-v0.1-i1-GGUF/resolve/main/Codestral-22B-v0.1.i1-Q5_K_S.gguf) | i1-Q5_K_S | 15.4 | | +| [GGUF](https://huggingface.co/mradermacher/Codestral-22B-v0.1-i1-GGUF/resolve/main/Codestral-22B-v0.1.i1-Q5_K_M.gguf) | i1-Q5_K_M | 15.8 | | +| [GGUF](https://huggingface.co/mradermacher/Codestral-22B-v0.1-i1-GGUF/resolve/main/Codestral-22B-v0.1.i1-Q6_K.gguf) | i1-Q6_K | 18.4 | 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..9f31cf8 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94420cc1fa9577e1a5194c0c0bb64cd7f4ae8548227a8385814e4c429ee68d9b +size 11940565