From 11217516fcd75c64ecac9a4ef4d5274225337761 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Fri, 19 Jun 2026 02:48: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/naps-solar10_7b-instruct-v0.2-i1-GGUF Source: Original Platform --- .gitattributes | 59 ++++++++++++++ README.md | 76 +++++++++++++++++++ naps-solar10_7b-instruct-v0.2.i1-IQ1_M.gguf | 3 + naps-solar10_7b-instruct-v0.2.i1-IQ1_S.gguf | 3 + naps-solar10_7b-instruct-v0.2.i1-IQ2_M.gguf | 3 + naps-solar10_7b-instruct-v0.2.i1-IQ2_S.gguf | 3 + naps-solar10_7b-instruct-v0.2.i1-IQ2_XS.gguf | 3 + naps-solar10_7b-instruct-v0.2.i1-IQ2_XXS.gguf | 3 + naps-solar10_7b-instruct-v0.2.i1-IQ3_M.gguf | 3 + naps-solar10_7b-instruct-v0.2.i1-IQ3_S.gguf | 3 + naps-solar10_7b-instruct-v0.2.i1-IQ3_XS.gguf | 3 + naps-solar10_7b-instruct-v0.2.i1-IQ3_XXS.gguf | 3 + naps-solar10_7b-instruct-v0.2.i1-IQ4_NL.gguf | 3 + naps-solar10_7b-instruct-v0.2.i1-IQ4_XS.gguf | 3 + naps-solar10_7b-instruct-v0.2.i1-Q2_K.gguf | 3 + naps-solar10_7b-instruct-v0.2.i1-Q2_K_S.gguf | 3 + naps-solar10_7b-instruct-v0.2.i1-Q3_K_L.gguf | 3 + naps-solar10_7b-instruct-v0.2.i1-Q3_K_M.gguf | 3 + naps-solar10_7b-instruct-v0.2.i1-Q3_K_S.gguf | 3 + naps-solar10_7b-instruct-v0.2.i1-Q4_0.gguf | 3 + naps-solar10_7b-instruct-v0.2.i1-Q4_1.gguf | 3 + naps-solar10_7b-instruct-v0.2.i1-Q4_K_M.gguf | 3 + naps-solar10_7b-instruct-v0.2.i1-Q4_K_S.gguf | 3 + naps-solar10_7b-instruct-v0.2.i1-Q5_K_M.gguf | 3 + naps-solar10_7b-instruct-v0.2.i1-Q5_K_S.gguf | 3 + naps-solar10_7b-instruct-v0.2.i1-Q6_K.gguf | 3 + 26 files changed, 207 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 naps-solar10_7b-instruct-v0.2.i1-IQ1_M.gguf create mode 100644 naps-solar10_7b-instruct-v0.2.i1-IQ1_S.gguf create mode 100644 naps-solar10_7b-instruct-v0.2.i1-IQ2_M.gguf create mode 100644 naps-solar10_7b-instruct-v0.2.i1-IQ2_S.gguf create mode 100644 naps-solar10_7b-instruct-v0.2.i1-IQ2_XS.gguf create mode 100644 naps-solar10_7b-instruct-v0.2.i1-IQ2_XXS.gguf create mode 100644 naps-solar10_7b-instruct-v0.2.i1-IQ3_M.gguf create mode 100644 naps-solar10_7b-instruct-v0.2.i1-IQ3_S.gguf create mode 100644 naps-solar10_7b-instruct-v0.2.i1-IQ3_XS.gguf create mode 100644 naps-solar10_7b-instruct-v0.2.i1-IQ3_XXS.gguf create mode 100644 naps-solar10_7b-instruct-v0.2.i1-IQ4_NL.gguf create mode 100644 naps-solar10_7b-instruct-v0.2.i1-IQ4_XS.gguf create mode 100644 naps-solar10_7b-instruct-v0.2.i1-Q2_K.gguf create mode 100644 naps-solar10_7b-instruct-v0.2.i1-Q2_K_S.gguf create mode 100644 naps-solar10_7b-instruct-v0.2.i1-Q3_K_L.gguf create mode 100644 naps-solar10_7b-instruct-v0.2.i1-Q3_K_M.gguf create mode 100644 naps-solar10_7b-instruct-v0.2.i1-Q3_K_S.gguf create mode 100644 naps-solar10_7b-instruct-v0.2.i1-Q4_0.gguf create mode 100644 naps-solar10_7b-instruct-v0.2.i1-Q4_1.gguf create mode 100644 naps-solar10_7b-instruct-v0.2.i1-Q4_K_M.gguf create mode 100644 naps-solar10_7b-instruct-v0.2.i1-Q4_K_S.gguf create mode 100644 naps-solar10_7b-instruct-v0.2.i1-Q5_K_M.gguf create mode 100644 naps-solar10_7b-instruct-v0.2.i1-Q5_K_S.gguf create mode 100644 naps-solar10_7b-instruct-v0.2.i1-Q6_K.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b007597 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,59 @@ +*.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 +naps-solar10_7b-instruct-v0.2.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +naps-solar10_7b-instruct-v0.2.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +naps-solar10_7b-instruct-v0.2.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +naps-solar10_7b-instruct-v0.2.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +naps-solar10_7b-instruct-v0.2.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +naps-solar10_7b-instruct-v0.2.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +naps-solar10_7b-instruct-v0.2.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +naps-solar10_7b-instruct-v0.2.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +naps-solar10_7b-instruct-v0.2.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +naps-solar10_7b-instruct-v0.2.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +naps-solar10_7b-instruct-v0.2.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +naps-solar10_7b-instruct-v0.2.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +naps-solar10_7b-instruct-v0.2.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +naps-solar10_7b-instruct-v0.2.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +naps-solar10_7b-instruct-v0.2.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +naps-solar10_7b-instruct-v0.2.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +naps-solar10_7b-instruct-v0.2.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +naps-solar10_7b-instruct-v0.2.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +naps-solar10_7b-instruct-v0.2.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +naps-solar10_7b-instruct-v0.2.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +naps-solar10_7b-instruct-v0.2.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +naps-solar10_7b-instruct-v0.2.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +naps-solar10_7b-instruct-v0.2.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +naps-solar10_7b-instruct-v0.2.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..0c8dc84 --- /dev/null +++ b/README.md @@ -0,0 +1,76 @@ +--- +base_model: NAPS-ai/naps-solar10_7b-instruct-v0.2 +language: +- ko +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/NAPS-ai/naps-solar10_7b-instruct-v0.2 + + +static quants are available at https://huggingface.co/mradermacher/naps-solar10_7b-instruct-v0.2-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/naps-solar10_7b-instruct-v0.2-i1-GGUF/resolve/main/naps-solar10_7b-instruct-v0.2.i1-IQ1_S.gguf) | i1-IQ1_S | 2.5 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/naps-solar10_7b-instruct-v0.2-i1-GGUF/resolve/main/naps-solar10_7b-instruct-v0.2.i1-IQ1_M.gguf) | i1-IQ1_M | 2.7 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/naps-solar10_7b-instruct-v0.2-i1-GGUF/resolve/main/naps-solar10_7b-instruct-v0.2.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/naps-solar10_7b-instruct-v0.2-i1-GGUF/resolve/main/naps-solar10_7b-instruct-v0.2.i1-IQ2_XS.gguf) | i1-IQ2_XS | 3.3 | | +| [GGUF](https://huggingface.co/mradermacher/naps-solar10_7b-instruct-v0.2-i1-GGUF/resolve/main/naps-solar10_7b-instruct-v0.2.i1-IQ2_S.gguf) | i1-IQ2_S | 3.5 | | +| [GGUF](https://huggingface.co/mradermacher/naps-solar10_7b-instruct-v0.2-i1-GGUF/resolve/main/naps-solar10_7b-instruct-v0.2.i1-IQ2_M.gguf) | i1-IQ2_M | 3.8 | | +| [GGUF](https://huggingface.co/mradermacher/naps-solar10_7b-instruct-v0.2-i1-GGUF/resolve/main/naps-solar10_7b-instruct-v0.2.i1-Q2_K_S.gguf) | i1-Q2_K_S | 3.8 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/naps-solar10_7b-instruct-v0.2-i1-GGUF/resolve/main/naps-solar10_7b-instruct-v0.2.i1-Q2_K.gguf) | i1-Q2_K | 4.1 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/naps-solar10_7b-instruct-v0.2-i1-GGUF/resolve/main/naps-solar10_7b-instruct-v0.2.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 4.3 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/naps-solar10_7b-instruct-v0.2-i1-GGUF/resolve/main/naps-solar10_7b-instruct-v0.2.i1-IQ3_XS.gguf) | i1-IQ3_XS | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/naps-solar10_7b-instruct-v0.2-i1-GGUF/resolve/main/naps-solar10_7b-instruct-v0.2.i1-Q3_K_S.gguf) | i1-Q3_K_S | 4.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/naps-solar10_7b-instruct-v0.2-i1-GGUF/resolve/main/naps-solar10_7b-instruct-v0.2.i1-IQ3_S.gguf) | i1-IQ3_S | 4.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/naps-solar10_7b-instruct-v0.2-i1-GGUF/resolve/main/naps-solar10_7b-instruct-v0.2.i1-IQ3_M.gguf) | i1-IQ3_M | 4.9 | | +| [GGUF](https://huggingface.co/mradermacher/naps-solar10_7b-instruct-v0.2-i1-GGUF/resolve/main/naps-solar10_7b-instruct-v0.2.i1-Q3_K_M.gguf) | i1-Q3_K_M | 5.3 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/naps-solar10_7b-instruct-v0.2-i1-GGUF/resolve/main/naps-solar10_7b-instruct-v0.2.i1-Q3_K_L.gguf) | i1-Q3_K_L | 5.8 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/naps-solar10_7b-instruct-v0.2-i1-GGUF/resolve/main/naps-solar10_7b-instruct-v0.2.i1-IQ4_XS.gguf) | i1-IQ4_XS | 5.9 | | +| [GGUF](https://huggingface.co/mradermacher/naps-solar10_7b-instruct-v0.2-i1-GGUF/resolve/main/naps-solar10_7b-instruct-v0.2.i1-Q4_0.gguf) | i1-Q4_0 | 6.2 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/naps-solar10_7b-instruct-v0.2-i1-GGUF/resolve/main/naps-solar10_7b-instruct-v0.2.i1-IQ4_NL.gguf) | i1-IQ4_NL | 6.2 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/naps-solar10_7b-instruct-v0.2-i1-GGUF/resolve/main/naps-solar10_7b-instruct-v0.2.i1-Q4_K_S.gguf) | i1-Q4_K_S | 6.2 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/naps-solar10_7b-instruct-v0.2-i1-GGUF/resolve/main/naps-solar10_7b-instruct-v0.2.i1-Q4_K_M.gguf) | i1-Q4_K_M | 6.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/naps-solar10_7b-instruct-v0.2-i1-GGUF/resolve/main/naps-solar10_7b-instruct-v0.2.i1-Q4_1.gguf) | i1-Q4_1 | 6.8 | | +| [GGUF](https://huggingface.co/mradermacher/naps-solar10_7b-instruct-v0.2-i1-GGUF/resolve/main/naps-solar10_7b-instruct-v0.2.i1-Q5_K_S.gguf) | i1-Q5_K_S | 7.5 | | +| [GGUF](https://huggingface.co/mradermacher/naps-solar10_7b-instruct-v0.2-i1-GGUF/resolve/main/naps-solar10_7b-instruct-v0.2.i1-Q5_K_M.gguf) | i1-Q5_K_M | 7.7 | | +| [GGUF](https://huggingface.co/mradermacher/naps-solar10_7b-instruct-v0.2-i1-GGUF/resolve/main/naps-solar10_7b-instruct-v0.2.i1-Q6_K.gguf) | i1-Q6_K | 8.9 | 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/naps-solar10_7b-instruct-v0.2.i1-IQ1_M.gguf b/naps-solar10_7b-instruct-v0.2.i1-IQ1_M.gguf new file mode 100644 index 0000000..fee1d31 --- /dev/null +++ b/naps-solar10_7b-instruct-v0.2.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1f3e9596360872861828e35b181ab9b5043abe9ad91f54dd80186e1166dfe55 +size 2564742880 diff --git a/naps-solar10_7b-instruct-v0.2.i1-IQ1_S.gguf b/naps-solar10_7b-instruct-v0.2.i1-IQ1_S.gguf new file mode 100644 index 0000000..3756d72 --- /dev/null +++ b/naps-solar10_7b-instruct-v0.2.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:111eaf0094a21820857ae06cebde4c3fa803ebed5daffb63ba0dbfee22713e21 +size 2351226592 diff --git a/naps-solar10_7b-instruct-v0.2.i1-IQ2_M.gguf b/naps-solar10_7b-instruct-v0.2.i1-IQ2_M.gguf new file mode 100644 index 0000000..f69c255 --- /dev/null +++ b/naps-solar10_7b-instruct-v0.2.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3933dceb22a46b61a117c69ccf49d13c609366c255d9febd4801875c249c98ae +size 3677486816 diff --git a/naps-solar10_7b-instruct-v0.2.i1-IQ2_S.gguf b/naps-solar10_7b-instruct-v0.2.i1-IQ2_S.gguf new file mode 100644 index 0000000..d61d61c --- /dev/null +++ b/naps-solar10_7b-instruct-v0.2.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1f82ffdb80abae15ca43b9ccba92965f952336f604b5019b01245b3e0aa567a +size 3392798432 diff --git a/naps-solar10_7b-instruct-v0.2.i1-IQ2_XS.gguf b/naps-solar10_7b-instruct-v0.2.i1-IQ2_XS.gguf new file mode 100644 index 0000000..d44c2b4 --- /dev/null +++ b/naps-solar10_7b-instruct-v0.2.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a383a5c196910e9ff8d89d7b32c4f041c0b3640cc58eefd870e26a341f445cc +size 3230457568 diff --git a/naps-solar10_7b-instruct-v0.2.i1-IQ2_XXS.gguf b/naps-solar10_7b-instruct-v0.2.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..327f3e0 --- /dev/null +++ b/naps-solar10_7b-instruct-v0.2.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a47f8f24769c782f25446d801c8853832a65242ec5405985efaf22c4af4b49e3 +size 2920603360 diff --git a/naps-solar10_7b-instruct-v0.2.i1-IQ3_M.gguf b/naps-solar10_7b-instruct-v0.2.i1-IQ3_M.gguf new file mode 100644 index 0000000..cf64312 --- /dev/null +++ b/naps-solar10_7b-instruct-v0.2.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31e9464b9523b824eb76c8d7e22547e6e5c8df5047f5b18ce4fcde2d07319c8b +size 4845051616 diff --git a/naps-solar10_7b-instruct-v0.2.i1-IQ3_S.gguf b/naps-solar10_7b-instruct-v0.2.i1-IQ3_S.gguf new file mode 100644 index 0000000..7c23e25 --- /dev/null +++ b/naps-solar10_7b-instruct-v0.2.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bd71cd2d35f790e9620f68776bdb4648e92a5ef0593959a72681f29ebc53338 +size 4691304160 diff --git a/naps-solar10_7b-instruct-v0.2.i1-IQ3_XS.gguf b/naps-solar10_7b-instruct-v0.2.i1-IQ3_XS.gguf new file mode 100644 index 0000000..e341c9f --- /dev/null +++ b/naps-solar10_7b-instruct-v0.2.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:159545b49d5ed21f05aaebff1f73f5160614a6859a9aa566625eb28477881fe9 +size 4445937376 diff --git a/naps-solar10_7b-instruct-v0.2.i1-IQ3_XXS.gguf b/naps-solar10_7b-instruct-v0.2.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..2904b3c --- /dev/null +++ b/naps-solar10_7b-instruct-v0.2.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e89563207b9c28b8a7360d86e1f9f0097c3aba8ecb52b2927865de879f778a3f +size 4167433952 diff --git a/naps-solar10_7b-instruct-v0.2.i1-IQ4_NL.gguf b/naps-solar10_7b-instruct-v0.2.i1-IQ4_NL.gguf new file mode 100644 index 0000000..7bb4953 --- /dev/null +++ b/naps-solar10_7b-instruct-v0.2.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bc2b0153fe5ac90557680b6b8343c57e156cb3dacd97a7e02916cebe85ee242 +size 6097551072 diff --git a/naps-solar10_7b-instruct-v0.2.i1-IQ4_XS.gguf b/naps-solar10_7b-instruct-v0.2.i1-IQ4_XS.gguf new file mode 100644 index 0000000..f52d038 --- /dev/null +++ b/naps-solar10_7b-instruct-v0.2.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac60d68d9a6d867bb17eb7110ec56219c8d5d176747074e862a749b0c77e90bc +size 5772590816 diff --git a/naps-solar10_7b-instruct-v0.2.i1-Q2_K.gguf b/naps-solar10_7b-instruct-v0.2.i1-Q2_K.gguf new file mode 100644 index 0000000..a4a9bf0 --- /dev/null +++ b/naps-solar10_7b-instruct-v0.2.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61bc8bfcf590924f4cc1ecd90b8bdcf4a606edc6345d35a19c474abaa1e219d3 +size 4003233504 diff --git a/naps-solar10_7b-instruct-v0.2.i1-Q2_K_S.gguf b/naps-solar10_7b-instruct-v0.2.i1-Q2_K_S.gguf new file mode 100644 index 0000000..c1243c1 --- /dev/null +++ b/naps-solar10_7b-instruct-v0.2.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfbc57d8b1e3a7e86b2c4bff60a7d3d52b24bb3fdc969875b22e3d0a88c29fd2 +size 3717758688 diff --git a/naps-solar10_7b-instruct-v0.2.i1-Q3_K_L.gguf b/naps-solar10_7b-instruct-v0.2.i1-Q3_K_L.gguf new file mode 100644 index 0000000..26087cf --- /dev/null +++ b/naps-solar10_7b-instruct-v0.2.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06b9d77694f640e3858bc5dc5992c39a77de203cf3f3f69dee746b69416885c9 +size 5650751200 diff --git a/naps-solar10_7b-instruct-v0.2.i1-Q3_K_M.gguf b/naps-solar10_7b-instruct-v0.2.i1-Q3_K_M.gguf new file mode 100644 index 0000000..0fdc6f8 --- /dev/null +++ b/naps-solar10_7b-instruct-v0.2.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f96b899d6214bf537128e9b7e373868e08d07b87bb999eaa83dd423a4cf89a3 +size 5195669216 diff --git a/naps-solar10_7b-instruct-v0.2.i1-Q3_K_S.gguf b/naps-solar10_7b-instruct-v0.2.i1-Q3_K_S.gguf new file mode 100644 index 0000000..c86c1c5 --- /dev/null +++ b/naps-solar10_7b-instruct-v0.2.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c7b6aeae8c599c14b2fe53f868bdb20ea53cc5c549496314a841f19abe6378b +size 4664565472 diff --git a/naps-solar10_7b-instruct-v0.2.i1-Q4_0.gguf b/naps-solar10_7b-instruct-v0.2.i1-Q4_0.gguf new file mode 100644 index 0000000..bbaac5a --- /dev/null +++ b/naps-solar10_7b-instruct-v0.2.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ce5a1d07236ce45e30f6d60e4535e20df8ac84f100f05bb402f16f5a61bfc45 +size 6094405344 diff --git a/naps-solar10_7b-instruct-v0.2.i1-Q4_1.gguf b/naps-solar10_7b-instruct-v0.2.i1-Q4_1.gguf new file mode 100644 index 0000000..7722e43 --- /dev/null +++ b/naps-solar10_7b-instruct-v0.2.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fe429da89ff9d30d6e65831bd3626fcfef8047543f6b694541430efc8952d88 +size 6734888672 diff --git a/naps-solar10_7b-instruct-v0.2.i1-Q4_K_M.gguf b/naps-solar10_7b-instruct-v0.2.i1-Q4_K_M.gguf new file mode 100644 index 0000000..bc86667 --- /dev/null +++ b/naps-solar10_7b-instruct-v0.2.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2ec6f6e16064b037eaafaf223d59809cd28e94eb7f3fd41753511b4cd61d08a +size 6461669088 diff --git a/naps-solar10_7b-instruct-v0.2.i1-Q4_K_S.gguf b/naps-solar10_7b-instruct-v0.2.i1-Q4_K_S.gguf new file mode 100644 index 0000000..69ec0fc --- /dev/null +++ b/naps-solar10_7b-instruct-v0.2.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1e16e4c56e95c166a01a2ffdb43f5ba0dd1a2fc1b2d39c0aadb635837035775 +size 6118522592 diff --git a/naps-solar10_7b-instruct-v0.2.i1-Q5_K_M.gguf b/naps-solar10_7b-instruct-v0.2.i1-Q5_K_M.gguf new file mode 100644 index 0000000..af92582 --- /dev/null +++ b/naps-solar10_7b-instruct-v0.2.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cd3777fd997a04f9b4fde5504aaf77e36233e2296daa4e5e6f5c608c7ca659c +size 7597932256 diff --git a/naps-solar10_7b-instruct-v0.2.i1-Q5_K_S.gguf b/naps-solar10_7b-instruct-v0.2.i1-Q5_K_S.gguf new file mode 100644 index 0000000..4b8cd72 --- /dev/null +++ b/naps-solar10_7b-instruct-v0.2.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:917aa287c72d59025ce88f11a9b285dbbc67f79da5cd949cab2d8aa843c3cfb9 +size 7397392096 diff --git a/naps-solar10_7b-instruct-v0.2.i1-Q6_K.gguf b/naps-solar10_7b-instruct-v0.2.i1-Q6_K.gguf new file mode 100644 index 0000000..d466b9a --- /dev/null +++ b/naps-solar10_7b-instruct-v0.2.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:017dd616f758513c17b4caeac7c59310a0d250a5de1a0910d89f96de956e663d +size 8805211872