From bf08ad8cbbc78d061b8464c86b5178511cdbe6b2 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 11 Jun 2026 14:26:18 +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/Yi-6B-Chat-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++++++++++++++++++ README.md | 76 ++++++++++++++++++++++++++++++++++++++ Yi-6B-Chat.i1-IQ1_M.gguf | 3 ++ Yi-6B-Chat.i1-IQ1_S.gguf | 3 ++ Yi-6B-Chat.i1-IQ2_M.gguf | 3 ++ Yi-6B-Chat.i1-IQ2_S.gguf | 3 ++ Yi-6B-Chat.i1-IQ2_XS.gguf | 3 ++ Yi-6B-Chat.i1-IQ2_XXS.gguf | 3 ++ Yi-6B-Chat.i1-IQ3_M.gguf | 3 ++ Yi-6B-Chat.i1-IQ3_S.gguf | 3 ++ Yi-6B-Chat.i1-IQ3_XS.gguf | 3 ++ Yi-6B-Chat.i1-IQ3_XXS.gguf | 3 ++ Yi-6B-Chat.i1-IQ4_NL.gguf | 3 ++ Yi-6B-Chat.i1-IQ4_XS.gguf | 3 ++ Yi-6B-Chat.i1-Q2_K.gguf | 3 ++ Yi-6B-Chat.i1-Q2_K_S.gguf | 3 ++ Yi-6B-Chat.i1-Q3_K_L.gguf | 3 ++ Yi-6B-Chat.i1-Q3_K_M.gguf | 3 ++ Yi-6B-Chat.i1-Q3_K_S.gguf | 3 ++ Yi-6B-Chat.i1-Q4_0.gguf | 3 ++ Yi-6B-Chat.i1-Q4_1.gguf | 3 ++ Yi-6B-Chat.i1-Q4_K_M.gguf | 3 ++ Yi-6B-Chat.i1-Q4_K_S.gguf | 3 ++ Yi-6B-Chat.i1-Q5_K_M.gguf | 3 ++ Yi-6B-Chat.i1-Q5_K_S.gguf | 3 ++ Yi-6B-Chat.i1-Q6_K.gguf | 3 ++ imatrix.dat | 3 ++ 27 files changed, 211 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 Yi-6B-Chat.i1-IQ1_M.gguf create mode 100644 Yi-6B-Chat.i1-IQ1_S.gguf create mode 100644 Yi-6B-Chat.i1-IQ2_M.gguf create mode 100644 Yi-6B-Chat.i1-IQ2_S.gguf create mode 100644 Yi-6B-Chat.i1-IQ2_XS.gguf create mode 100644 Yi-6B-Chat.i1-IQ2_XXS.gguf create mode 100644 Yi-6B-Chat.i1-IQ3_M.gguf create mode 100644 Yi-6B-Chat.i1-IQ3_S.gguf create mode 100644 Yi-6B-Chat.i1-IQ3_XS.gguf create mode 100644 Yi-6B-Chat.i1-IQ3_XXS.gguf create mode 100644 Yi-6B-Chat.i1-IQ4_NL.gguf create mode 100644 Yi-6B-Chat.i1-IQ4_XS.gguf create mode 100644 Yi-6B-Chat.i1-Q2_K.gguf create mode 100644 Yi-6B-Chat.i1-Q2_K_S.gguf create mode 100644 Yi-6B-Chat.i1-Q3_K_L.gguf create mode 100644 Yi-6B-Chat.i1-Q3_K_M.gguf create mode 100644 Yi-6B-Chat.i1-Q3_K_S.gguf create mode 100644 Yi-6B-Chat.i1-Q4_0.gguf create mode 100644 Yi-6B-Chat.i1-Q4_1.gguf create mode 100644 Yi-6B-Chat.i1-Q4_K_M.gguf create mode 100644 Yi-6B-Chat.i1-Q4_K_S.gguf create mode 100644 Yi-6B-Chat.i1-Q5_K_M.gguf create mode 100644 Yi-6B-Chat.i1-Q5_K_S.gguf create mode 100644 Yi-6B-Chat.i1-Q6_K.gguf create mode 100644 imatrix.dat diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f614524 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,60 @@ +*.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 +Yi-6B-Chat.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Yi-6B-Chat.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Yi-6B-Chat.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Yi-6B-Chat.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Yi-6B-Chat.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Yi-6B-Chat.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Yi-6B-Chat.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Yi-6B-Chat.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Yi-6B-Chat.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Yi-6B-Chat.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Yi-6B-Chat.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Yi-6B-Chat.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Yi-6B-Chat.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Yi-6B-Chat.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Yi-6B-Chat.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Yi-6B-Chat.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Yi-6B-Chat.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Yi-6B-Chat.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Yi-6B-Chat.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Yi-6B-Chat.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Yi-6B-Chat.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Yi-6B-Chat.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Yi-6B-Chat.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Yi-6B-Chat.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..699b4b8 --- /dev/null +++ b/README.md @@ -0,0 +1,76 @@ +--- +base_model: 01-ai/Yi-6B-Chat +language: +- en +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/01-ai/Yi-6B-Chat + + +static quants are available at https://huggingface.co/mradermacher/Yi-6B-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/Yi-6B-Chat-i1-GGUF/resolve/main/Yi-6B-Chat.i1-IQ1_S.gguf) | i1-IQ1_S | 1.5 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Yi-6B-Chat-i1-GGUF/resolve/main/Yi-6B-Chat.i1-IQ1_M.gguf) | i1-IQ1_M | 1.6 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Yi-6B-Chat-i1-GGUF/resolve/main/Yi-6B-Chat.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 1.8 | | +| [GGUF](https://huggingface.co/mradermacher/Yi-6B-Chat-i1-GGUF/resolve/main/Yi-6B-Chat.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.0 | | +| [GGUF](https://huggingface.co/mradermacher/Yi-6B-Chat-i1-GGUF/resolve/main/Yi-6B-Chat.i1-IQ2_S.gguf) | i1-IQ2_S | 2.1 | | +| [GGUF](https://huggingface.co/mradermacher/Yi-6B-Chat-i1-GGUF/resolve/main/Yi-6B-Chat.i1-IQ2_M.gguf) | i1-IQ2_M | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/Yi-6B-Chat-i1-GGUF/resolve/main/Yi-6B-Chat.i1-Q2_K_S.gguf) | i1-Q2_K_S | 2.3 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Yi-6B-Chat-i1-GGUF/resolve/main/Yi-6B-Chat.i1-Q2_K.gguf) | i1-Q2_K | 2.4 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Yi-6B-Chat-i1-GGUF/resolve/main/Yi-6B-Chat.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 2.5 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Yi-6B-Chat-i1-GGUF/resolve/main/Yi-6B-Chat.i1-IQ3_XS.gguf) | i1-IQ3_XS | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/Yi-6B-Chat-i1-GGUF/resolve/main/Yi-6B-Chat.i1-Q3_K_S.gguf) | i1-Q3_K_S | 2.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Yi-6B-Chat-i1-GGUF/resolve/main/Yi-6B-Chat.i1-IQ3_S.gguf) | i1-IQ3_S | 2.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Yi-6B-Chat-i1-GGUF/resolve/main/Yi-6B-Chat.i1-IQ3_M.gguf) | i1-IQ3_M | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/Yi-6B-Chat-i1-GGUF/resolve/main/Yi-6B-Chat.i1-Q3_K_M.gguf) | i1-Q3_K_M | 3.1 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Yi-6B-Chat-i1-GGUF/resolve/main/Yi-6B-Chat.i1-Q3_K_L.gguf) | i1-Q3_K_L | 3.3 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Yi-6B-Chat-i1-GGUF/resolve/main/Yi-6B-Chat.i1-IQ4_XS.gguf) | i1-IQ4_XS | 3.4 | | +| [GGUF](https://huggingface.co/mradermacher/Yi-6B-Chat-i1-GGUF/resolve/main/Yi-6B-Chat.i1-IQ4_NL.gguf) | i1-IQ4_NL | 3.6 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Yi-6B-Chat-i1-GGUF/resolve/main/Yi-6B-Chat.i1-Q4_0.gguf) | i1-Q4_0 | 3.6 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Yi-6B-Chat-i1-GGUF/resolve/main/Yi-6B-Chat.i1-Q4_K_S.gguf) | i1-Q4_K_S | 3.6 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Yi-6B-Chat-i1-GGUF/resolve/main/Yi-6B-Chat.i1-Q4_K_M.gguf) | i1-Q4_K_M | 3.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Yi-6B-Chat-i1-GGUF/resolve/main/Yi-6B-Chat.i1-Q4_1.gguf) | i1-Q4_1 | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/Yi-6B-Chat-i1-GGUF/resolve/main/Yi-6B-Chat.i1-Q5_K_S.gguf) | i1-Q5_K_S | 4.3 | | +| [GGUF](https://huggingface.co/mradermacher/Yi-6B-Chat-i1-GGUF/resolve/main/Yi-6B-Chat.i1-Q5_K_M.gguf) | i1-Q5_K_M | 4.4 | | +| [GGUF](https://huggingface.co/mradermacher/Yi-6B-Chat-i1-GGUF/resolve/main/Yi-6B-Chat.i1-Q6_K.gguf) | i1-Q6_K | 5.1 | 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/Yi-6B-Chat.i1-IQ1_M.gguf b/Yi-6B-Chat.i1-IQ1_M.gguf new file mode 100644 index 0000000..03ec743 --- /dev/null +++ b/Yi-6B-Chat.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f31f8a9b0f6f97e018ba629f15b4717145ca374865d4ff179f501d5d3efadb1 +size 1543672224 diff --git a/Yi-6B-Chat.i1-IQ1_S.gguf b/Yi-6B-Chat.i1-IQ1_S.gguf new file mode 100644 index 0000000..07ef8de --- /dev/null +++ b/Yi-6B-Chat.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a37cbfb4cb0636189883dcbd44cb56437ffe5a27b1d8422f99c6d0e15ab5218 +size 1432293792 diff --git a/Yi-6B-Chat.i1-IQ2_M.gguf b/Yi-6B-Chat.i1-IQ2_M.gguf new file mode 100644 index 0000000..2f424e7 --- /dev/null +++ b/Yi-6B-Chat.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9e1347f254755173833386ed46337b1964252203b02e5936ad1675d16f385f2 +size 2163528096 diff --git a/Yi-6B-Chat.i1-IQ2_S.gguf b/Yi-6B-Chat.i1-IQ2_S.gguf new file mode 100644 index 0000000..31d95d4 --- /dev/null +++ b/Yi-6B-Chat.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f23ec3fc3d8e19e57554e3420693620a4245debf27bf2cbb2ee045ef38c7329 +size 2015023520 diff --git a/Yi-6B-Chat.i1-IQ2_XS.gguf b/Yi-6B-Chat.i1-IQ2_XS.gguf new file mode 100644 index 0000000..457bc5d --- /dev/null +++ b/Yi-6B-Chat.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e76a2d9a7362bc9a4a84f7ea48487b4201662b5aac442fec971b08b28d31e8dd +size 1894584736 diff --git a/Yi-6B-Chat.i1-IQ2_XXS.gguf b/Yi-6B-Chat.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..cfcde5e --- /dev/null +++ b/Yi-6B-Chat.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03763b6a2c9e617068297a6f744d9a7d43c61c4fc16aeeb4ef807d6cd1f12b66 +size 1729302944 diff --git a/Yi-6B-Chat.i1-IQ3_M.gguf b/Yi-6B-Chat.i1-IQ3_M.gguf new file mode 100644 index 0000000..06dfa3b --- /dev/null +++ b/Yi-6B-Chat.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:715644a7d200ed2e44f5d25fbd4fa36925cabab2d7ccf92ce532d3176609e4d9 +size 2813366688 diff --git a/Yi-6B-Chat.i1-IQ3_S.gguf b/Yi-6B-Chat.i1-IQ3_S.gguf new file mode 100644 index 0000000..5668946 --- /dev/null +++ b/Yi-6B-Chat.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b785dbd67616c73af6d13bf45420caebed484a4a72ae72e1f1fb2b615bc4e9e +size 2718110112 diff --git a/Yi-6B-Chat.i1-IQ3_XS.gguf b/Yi-6B-Chat.i1-IQ3_XS.gguf new file mode 100644 index 0000000..0ffa3e2 --- /dev/null +++ b/Yi-6B-Chat.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a1b4e8e7af9869736f87c3fb02b00b5f47566fd8c7e00c59ded1ad8691ab22a +size 2588348832 diff --git a/Yi-6B-Chat.i1-IQ3_XXS.gguf b/Yi-6B-Chat.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..39ea475 --- /dev/null +++ b/Yi-6B-Chat.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23614829959a94c94f6005c134b02e7da407778859dceb40637bda2b3e8b76fe +size 2414334368 diff --git a/Yi-6B-Chat.i1-IQ4_NL.gguf b/Yi-6B-Chat.i1-IQ4_NL.gguf new file mode 100644 index 0000000..66e6ddb --- /dev/null +++ b/Yi-6B-Chat.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97d78307b453428f531accc6eba7bbd810091f8c39ceab2c9cf48882bbc21f2c +size 3487716000 diff --git a/Yi-6B-Chat.i1-IQ4_XS.gguf b/Yi-6B-Chat.i1-IQ4_XS.gguf new file mode 100644 index 0000000..9addf14 --- /dev/null +++ b/Yi-6B-Chat.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed287236068966ac270e272c5f22255e882b7fb707e097917c98215e9f584243 +size 3308605856 diff --git a/Yi-6B-Chat.i1-Q2_K.gguf b/Yi-6B-Chat.i1-Q2_K.gguf new file mode 100644 index 0000000..9f51334 --- /dev/null +++ b/Yi-6B-Chat.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:678ba46cc070e70170f304283719989ff1ac50d91b1101b9896524619a48ef8e +size 2337067424 diff --git a/Yi-6B-Chat.i1-Q2_K_S.gguf b/Yi-6B-Chat.i1-Q2_K_S.gguf new file mode 100644 index 0000000..87fb6b4 --- /dev/null +++ b/Yi-6B-Chat.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e3422f71421aa1688db374a271a78435bee61da9ff71cbf1a82a12bdba532a0 +size 2178273952 diff --git a/Yi-6B-Chat.i1-Q3_K_L.gguf b/Yi-6B-Chat.i1-Q3_K_L.gguf new file mode 100644 index 0000000..1145c84 --- /dev/null +++ b/Yi-6B-Chat.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:249376ee631799ca495d2519cfa6ed2c531c14c03652ed1c3131e9147a1de3b2 +size 3236893088 diff --git a/Yi-6B-Chat.i1-Q3_K_M.gguf b/Yi-6B-Chat.i1-Q3_K_M.gguf new file mode 100644 index 0000000..2c1756d --- /dev/null +++ b/Yi-6B-Chat.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:127c549adb02a3f1865be774dcda52bea11904efbdc24f6d0577a0283a0cba7f +size 2992837024 diff --git a/Yi-6B-Chat.i1-Q3_K_S.gguf b/Yi-6B-Chat.i1-Q3_K_S.gguf new file mode 100644 index 0000000..768b673 --- /dev/null +++ b/Yi-6B-Chat.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c8e406eb21b486b410f71a226e30ce95edc027580f3632f080f5f2de9e4945e +size 2709197216 diff --git a/Yi-6B-Chat.i1-Q4_0.gguf b/Yi-6B-Chat.i1-Q4_0.gguf new file mode 100644 index 0000000..215bf95 --- /dev/null +++ b/Yi-6B-Chat.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e93ea4fdf2ac2e26aa12cc3e60193f4ae2d65eeee53d700dbce0cb3fc70c24 +size 3490599328 diff --git a/Yi-6B-Chat.i1-Q4_1.gguf b/Yi-6B-Chat.i1-Q4_1.gguf new file mode 100644 index 0000000..745d000 --- /dev/null +++ b/Yi-6B-Chat.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05e5d3b1176dd82af4a35e4e63f1d4ab26b88bf0fc63256aa4981d2093ddc9a1 +size 3841741472 diff --git a/Yi-6B-Chat.i1-Q4_K_M.gguf b/Yi-6B-Chat.i1-Q4_K_M.gguf new file mode 100644 index 0000000..7f5649d --- /dev/null +++ b/Yi-6B-Chat.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af7444c176270a3071fd6a9d6b98dbc041a06ca1959b6019629919ec0eb10d5c +size 3673969056 diff --git a/Yi-6B-Chat.i1-Q4_K_S.gguf b/Yi-6B-Chat.i1-Q4_K_S.gguf new file mode 100644 index 0000000..597bab5 --- /dev/null +++ b/Yi-6B-Chat.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1233b49482d2aae9f610e90f0b571c2d0ab90be45d69ab8cef92d98dde7f8475 +size 3502920096 diff --git a/Yi-6B-Chat.i1-Q5_K_M.gguf b/Yi-6B-Chat.i1-Q5_K_M.gguf new file mode 100644 index 0000000..1b7c0cf --- /dev/null +++ b/Yi-6B-Chat.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e200abf3a91c3f2842e8966c08588314503b45ba827ea0599ae8a4a1c8f26c41 +size 4304425376 diff --git a/Yi-6B-Chat.i1-Q5_K_S.gguf b/Yi-6B-Chat.i1-Q5_K_S.gguf new file mode 100644 index 0000000..81cf040 --- /dev/null +++ b/Yi-6B-Chat.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f91039d6322e80c179bc3065b902a67fbe77fb3d9ee47e5369234f839ac2d27 +size 4204155296 diff --git a/Yi-6B-Chat.i1-Q6_K.gguf b/Yi-6B-Chat.i1-Q6_K.gguf new file mode 100644 index 0000000..a8e27b9 --- /dev/null +++ b/Yi-6B-Chat.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa44cc511bebd83762c6e5f55cadd950939a7844ce98271c06d827b041c83032 +size 4974285216 diff --git a/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..575cfb8 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd69f22b2dbf503e96b4b51cdee74e018735e4b900fc8a1595c3995eedfd749d +size 4562177