From ebd49a961165e31ef0c053bc20fa43361cedcdfb Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 7 Jul 2026 01:33: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/SmartSnap-LLaMA3.1-8B-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++++ README.md | 92 +++++++++++++++++++++++++++ SmartSnap-LLaMA3.1-8B.i1-IQ1_M.gguf | 3 + SmartSnap-LLaMA3.1-8B.i1-IQ1_S.gguf | 3 + SmartSnap-LLaMA3.1-8B.i1-IQ2_M.gguf | 3 + SmartSnap-LLaMA3.1-8B.i1-IQ2_S.gguf | 3 + SmartSnap-LLaMA3.1-8B.i1-IQ2_XS.gguf | 3 + SmartSnap-LLaMA3.1-8B.i1-IQ2_XXS.gguf | 3 + SmartSnap-LLaMA3.1-8B.i1-IQ3_M.gguf | 3 + SmartSnap-LLaMA3.1-8B.i1-IQ3_S.gguf | 3 + SmartSnap-LLaMA3.1-8B.i1-IQ3_XS.gguf | 3 + SmartSnap-LLaMA3.1-8B.i1-IQ3_XXS.gguf | 3 + SmartSnap-LLaMA3.1-8B.i1-IQ4_NL.gguf | 3 + SmartSnap-LLaMA3.1-8B.i1-IQ4_XS.gguf | 3 + SmartSnap-LLaMA3.1-8B.i1-Q2_K.gguf | 3 + SmartSnap-LLaMA3.1-8B.i1-Q2_K_S.gguf | 3 + SmartSnap-LLaMA3.1-8B.i1-Q3_K_L.gguf | 3 + SmartSnap-LLaMA3.1-8B.i1-Q3_K_M.gguf | 3 + SmartSnap-LLaMA3.1-8B.i1-Q3_K_S.gguf | 3 + SmartSnap-LLaMA3.1-8B.i1-Q4_0.gguf | 3 + SmartSnap-LLaMA3.1-8B.i1-Q4_1.gguf | 3 + SmartSnap-LLaMA3.1-8B.i1-Q4_K_M.gguf | 3 + SmartSnap-LLaMA3.1-8B.i1-Q4_K_S.gguf | 3 + SmartSnap-LLaMA3.1-8B.i1-Q5_K_M.gguf | 3 + SmartSnap-LLaMA3.1-8B.i1-Q5_K_S.gguf | 3 + SmartSnap-LLaMA3.1-8B.i1-Q6_K.gguf | 3 + SmartSnap-LLaMA3.1-8B.imatrix.gguf | 3 + 27 files changed, 227 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 SmartSnap-LLaMA3.1-8B.i1-IQ1_M.gguf create mode 100644 SmartSnap-LLaMA3.1-8B.i1-IQ1_S.gguf create mode 100644 SmartSnap-LLaMA3.1-8B.i1-IQ2_M.gguf create mode 100644 SmartSnap-LLaMA3.1-8B.i1-IQ2_S.gguf create mode 100644 SmartSnap-LLaMA3.1-8B.i1-IQ2_XS.gguf create mode 100644 SmartSnap-LLaMA3.1-8B.i1-IQ2_XXS.gguf create mode 100644 SmartSnap-LLaMA3.1-8B.i1-IQ3_M.gguf create mode 100644 SmartSnap-LLaMA3.1-8B.i1-IQ3_S.gguf create mode 100644 SmartSnap-LLaMA3.1-8B.i1-IQ3_XS.gguf create mode 100644 SmartSnap-LLaMA3.1-8B.i1-IQ3_XXS.gguf create mode 100644 SmartSnap-LLaMA3.1-8B.i1-IQ4_NL.gguf create mode 100644 SmartSnap-LLaMA3.1-8B.i1-IQ4_XS.gguf create mode 100644 SmartSnap-LLaMA3.1-8B.i1-Q2_K.gguf create mode 100644 SmartSnap-LLaMA3.1-8B.i1-Q2_K_S.gguf create mode 100644 SmartSnap-LLaMA3.1-8B.i1-Q3_K_L.gguf create mode 100644 SmartSnap-LLaMA3.1-8B.i1-Q3_K_M.gguf create mode 100644 SmartSnap-LLaMA3.1-8B.i1-Q3_K_S.gguf create mode 100644 SmartSnap-LLaMA3.1-8B.i1-Q4_0.gguf create mode 100644 SmartSnap-LLaMA3.1-8B.i1-Q4_1.gguf create mode 100644 SmartSnap-LLaMA3.1-8B.i1-Q4_K_M.gguf create mode 100644 SmartSnap-LLaMA3.1-8B.i1-Q4_K_S.gguf create mode 100644 SmartSnap-LLaMA3.1-8B.i1-Q5_K_M.gguf create mode 100644 SmartSnap-LLaMA3.1-8B.i1-Q5_K_S.gguf create mode 100644 SmartSnap-LLaMA3.1-8B.i1-Q6_K.gguf create mode 100644 SmartSnap-LLaMA3.1-8B.imatrix.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..248b9fe --- /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 +SmartSnap-LLaMA3.1-8B.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +SmartSnap-LLaMA3.1-8B.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +SmartSnap-LLaMA3.1-8B.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +SmartSnap-LLaMA3.1-8B.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +SmartSnap-LLaMA3.1-8B.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +SmartSnap-LLaMA3.1-8B.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +SmartSnap-LLaMA3.1-8B.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +SmartSnap-LLaMA3.1-8B.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +SmartSnap-LLaMA3.1-8B.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +SmartSnap-LLaMA3.1-8B.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +SmartSnap-LLaMA3.1-8B.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +SmartSnap-LLaMA3.1-8B.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +SmartSnap-LLaMA3.1-8B.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +SmartSnap-LLaMA3.1-8B.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +SmartSnap-LLaMA3.1-8B.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +SmartSnap-LLaMA3.1-8B.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +SmartSnap-LLaMA3.1-8B.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +SmartSnap-LLaMA3.1-8B.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +SmartSnap-LLaMA3.1-8B.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +SmartSnap-LLaMA3.1-8B.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +SmartSnap-LLaMA3.1-8B.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +SmartSnap-LLaMA3.1-8B.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +SmartSnap-LLaMA3.1-8B.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +SmartSnap-LLaMA3.1-8B.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +SmartSnap-LLaMA3.1-8B.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..b73e337 --- /dev/null +++ b/README.md @@ -0,0 +1,92 @@ +--- +base_model: yolay/SmartSnap-LLaMA3.1-8B +datasets: +- yolay/SmartSnap-FT +- yolay/SmartSnap-RL +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- agent +- mobile +- gui +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/yolay/SmartSnap-LLaMA3.1-8B + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#SmartSnap-LLaMA3.1-8B-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/SmartSnap-LLaMA3.1-8B-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/SmartSnap-LLaMA3.1-8B-i1-GGUF/resolve/main/SmartSnap-LLaMA3.1-8B.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/SmartSnap-LLaMA3.1-8B-i1-GGUF/resolve/main/SmartSnap-LLaMA3.1-8B.i1-IQ1_S.gguf) | i1-IQ1_S | 2.1 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/SmartSnap-LLaMA3.1-8B-i1-GGUF/resolve/main/SmartSnap-LLaMA3.1-8B.i1-IQ1_M.gguf) | i1-IQ1_M | 2.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/SmartSnap-LLaMA3.1-8B-i1-GGUF/resolve/main/SmartSnap-LLaMA3.1-8B.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/SmartSnap-LLaMA3.1-8B-i1-GGUF/resolve/main/SmartSnap-LLaMA3.1-8B.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/SmartSnap-LLaMA3.1-8B-i1-GGUF/resolve/main/SmartSnap-LLaMA3.1-8B.i1-IQ2_S.gguf) | i1-IQ2_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/SmartSnap-LLaMA3.1-8B-i1-GGUF/resolve/main/SmartSnap-LLaMA3.1-8B.i1-IQ2_M.gguf) | i1-IQ2_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/SmartSnap-LLaMA3.1-8B-i1-GGUF/resolve/main/SmartSnap-LLaMA3.1-8B.i1-Q2_K_S.gguf) | i1-Q2_K_S | 3.1 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/SmartSnap-LLaMA3.1-8B-i1-GGUF/resolve/main/SmartSnap-LLaMA3.1-8B.i1-Q2_K.gguf) | i1-Q2_K | 3.3 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/SmartSnap-LLaMA3.1-8B-i1-GGUF/resolve/main/SmartSnap-LLaMA3.1-8B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/SmartSnap-LLaMA3.1-8B-i1-GGUF/resolve/main/SmartSnap-LLaMA3.1-8B.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/SmartSnap-LLaMA3.1-8B-i1-GGUF/resolve/main/SmartSnap-LLaMA3.1-8B.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/SmartSnap-LLaMA3.1-8B-i1-GGUF/resolve/main/SmartSnap-LLaMA3.1-8B.i1-IQ3_S.gguf) | i1-IQ3_S | 3.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/SmartSnap-LLaMA3.1-8B-i1-GGUF/resolve/main/SmartSnap-LLaMA3.1-8B.i1-IQ3_M.gguf) | i1-IQ3_M | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/SmartSnap-LLaMA3.1-8B-i1-GGUF/resolve/main/SmartSnap-LLaMA3.1-8B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.1 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/SmartSnap-LLaMA3.1-8B-i1-GGUF/resolve/main/SmartSnap-LLaMA3.1-8B.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.4 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/SmartSnap-LLaMA3.1-8B-i1-GGUF/resolve/main/SmartSnap-LLaMA3.1-8B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/SmartSnap-LLaMA3.1-8B-i1-GGUF/resolve/main/SmartSnap-LLaMA3.1-8B.i1-Q4_0.gguf) | i1-Q4_0 | 4.8 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/SmartSnap-LLaMA3.1-8B-i1-GGUF/resolve/main/SmartSnap-LLaMA3.1-8B.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.8 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/SmartSnap-LLaMA3.1-8B-i1-GGUF/resolve/main/SmartSnap-LLaMA3.1-8B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.8 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/SmartSnap-LLaMA3.1-8B-i1-GGUF/resolve/main/SmartSnap-LLaMA3.1-8B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/SmartSnap-LLaMA3.1-8B-i1-GGUF/resolve/main/SmartSnap-LLaMA3.1-8B.i1-Q4_1.gguf) | i1-Q4_1 | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/SmartSnap-LLaMA3.1-8B-i1-GGUF/resolve/main/SmartSnap-LLaMA3.1-8B.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/SmartSnap-LLaMA3.1-8B-i1-GGUF/resolve/main/SmartSnap-LLaMA3.1-8B.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/SmartSnap-LLaMA3.1-8B-i1-GGUF/resolve/main/SmartSnap-LLaMA3.1-8B.i1-Q6_K.gguf) | i1-Q6_K | 6.7 | 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/SmartSnap-LLaMA3.1-8B.i1-IQ1_M.gguf b/SmartSnap-LLaMA3.1-8B.i1-IQ1_M.gguf new file mode 100644 index 0000000..5942711 --- /dev/null +++ b/SmartSnap-LLaMA3.1-8B.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43c58f46cb434b480c2b6ee0f012f6644c2fe9c9debda3b4b3136d0c8ba6de70 +size 2161977952 diff --git a/SmartSnap-LLaMA3.1-8B.i1-IQ1_S.gguf b/SmartSnap-LLaMA3.1-8B.i1-IQ1_S.gguf new file mode 100644 index 0000000..bdc0a71 --- /dev/null +++ b/SmartSnap-LLaMA3.1-8B.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eae72300b2e2f218b77490057ba9ac94e5a9900fa64bd8cf609f92e8690ba6e +size 2019633760 diff --git a/SmartSnap-LLaMA3.1-8B.i1-IQ2_M.gguf b/SmartSnap-LLaMA3.1-8B.i1-IQ2_M.gguf new file mode 100644 index 0000000..c80d406 --- /dev/null +++ b/SmartSnap-LLaMA3.1-8B.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d6c518fff0ae1dd621ce37f55fa0916ce6be8d70afce4412ac0c0c64abf7521 +size 2948287072 diff --git a/SmartSnap-LLaMA3.1-8B.i1-IQ2_S.gguf b/SmartSnap-LLaMA3.1-8B.i1-IQ2_S.gguf new file mode 100644 index 0000000..c2c0c8e --- /dev/null +++ b/SmartSnap-LLaMA3.1-8B.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38facd4bedb4b04fe792ac51c051aa7d400bd91f5e3d583c2d05c5b1260f9076 +size 2758494816 diff --git a/SmartSnap-LLaMA3.1-8B.i1-IQ2_XS.gguf b/SmartSnap-LLaMA3.1-8B.i1-IQ2_XS.gguf new file mode 100644 index 0000000..c966c31 --- /dev/null +++ b/SmartSnap-LLaMA3.1-8B.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e30ed7e55617d85025984427a30d88b6ea818fbc2b1b1c90137ab9dc47f9dece +size 2605787744 diff --git a/SmartSnap-LLaMA3.1-8B.i1-IQ2_XXS.gguf b/SmartSnap-LLaMA3.1-8B.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..0cdb92a --- /dev/null +++ b/SmartSnap-LLaMA3.1-8B.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff8c78d71345bbc4f89b2e8c3b0bd2f344f85486d16800773c4b300c5407cb7d +size 2399218272 diff --git a/SmartSnap-LLaMA3.1-8B.i1-IQ3_M.gguf b/SmartSnap-LLaMA3.1-8B.i1-IQ3_M.gguf new file mode 100644 index 0000000..9a856c5 --- /dev/null +++ b/SmartSnap-LLaMA3.1-8B.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b591581a574c615cd9244cb7d48069d16318633adb2761d44424bf52370775b7 +size 3784829536 diff --git a/SmartSnap-LLaMA3.1-8B.i1-IQ3_S.gguf b/SmartSnap-LLaMA3.1-8B.i1-IQ3_S.gguf new file mode 100644 index 0000000..661a4d6 --- /dev/null +++ b/SmartSnap-LLaMA3.1-8B.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40417cad8511361f058a75c2e77fdb4683f0121c3055b5e734d33f00b788eef5 +size 3682331232 diff --git a/SmartSnap-LLaMA3.1-8B.i1-IQ3_XS.gguf b/SmartSnap-LLaMA3.1-8B.i1-IQ3_XS.gguf new file mode 100644 index 0000000..13e0c56 --- /dev/null +++ b/SmartSnap-LLaMA3.1-8B.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4949e5c8e21e3a01c5ebf794388444d16242d90108d003e9d547dc6dac2e1230 +size 3518753376 diff --git a/SmartSnap-LLaMA3.1-8B.i1-IQ3_XXS.gguf b/SmartSnap-LLaMA3.1-8B.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..bf7d39a --- /dev/null +++ b/SmartSnap-LLaMA3.1-8B.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91031a795cce7d647c26bffcd6e1fe92ff0dd43102f9ad3fb6c8514cc4e754fb +size 3274918496 diff --git a/SmartSnap-LLaMA3.1-8B.i1-IQ4_NL.gguf b/SmartSnap-LLaMA3.1-8B.i1-IQ4_NL.gguf new file mode 100644 index 0000000..2a485ba --- /dev/null +++ b/SmartSnap-LLaMA3.1-8B.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02fa39edea65618e8668316d77eb3ac14e5cae575355e91c88a79949535e4af0 +size 4677995104 diff --git a/SmartSnap-LLaMA3.1-8B.i1-IQ4_XS.gguf b/SmartSnap-LLaMA3.1-8B.i1-IQ4_XS.gguf new file mode 100644 index 0000000..dc463c7 --- /dev/null +++ b/SmartSnap-LLaMA3.1-8B.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:120c6dbeecc2b9f98198b17b0e0812d9c75ddad14d0a134d589d01328721940e +size 4447668832 diff --git a/SmartSnap-LLaMA3.1-8B.i1-Q2_K.gguf b/SmartSnap-LLaMA3.1-8B.i1-Q2_K.gguf new file mode 100644 index 0000000..025ed8e --- /dev/null +++ b/SmartSnap-LLaMA3.1-8B.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6272ba2bfda120030ac449c05911840c81c78ecd36b46ef66fbc2640b9aa943 +size 3179137632 diff --git a/SmartSnap-LLaMA3.1-8B.i1-Q2_K_S.gguf b/SmartSnap-LLaMA3.1-8B.i1-Q2_K_S.gguf new file mode 100644 index 0000000..fc81ebc --- /dev/null +++ b/SmartSnap-LLaMA3.1-8B.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4df2d880361b5f4c83b29ebf06eb7629f38ba9745616ca5840e3d83bafeca83 +size 2988821088 diff --git a/SmartSnap-LLaMA3.1-8B.i1-Q3_K_L.gguf b/SmartSnap-LLaMA3.1-8B.i1-Q3_K_L.gguf new file mode 100644 index 0000000..85cf63a --- /dev/null +++ b/SmartSnap-LLaMA3.1-8B.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f6eab66abd2b40c573bd760c6aa4fbe57a7b0c69cd8c93bfd670b9125e31750 +size 4321962592 diff --git a/SmartSnap-LLaMA3.1-8B.i1-Q3_K_M.gguf b/SmartSnap-LLaMA3.1-8B.i1-Q3_K_M.gguf new file mode 100644 index 0000000..4880391 --- /dev/null +++ b/SmartSnap-LLaMA3.1-8B.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:140fbf63d3c882fd784e49da4a6916e3f1c9bcd32f4db607b95a176eaea90544 +size 4018924128 diff --git a/SmartSnap-LLaMA3.1-8B.i1-Q3_K_S.gguf b/SmartSnap-LLaMA3.1-8B.i1-Q3_K_S.gguf new file mode 100644 index 0000000..2090755 --- /dev/null +++ b/SmartSnap-LLaMA3.1-8B.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13ccabd5a6dd5b1c0c5fde1fe7c8a49b264ddd95b55c5c84dff13769c43d33a6 +size 3664505440 diff --git a/SmartSnap-LLaMA3.1-8B.i1-Q4_0.gguf b/SmartSnap-LLaMA3.1-8B.i1-Q4_0.gguf new file mode 100644 index 0000000..f5a8611 --- /dev/null +++ b/SmartSnap-LLaMA3.1-8B.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ec4fcb059caf27c366f2dd77beadf4b719dea5834e96b5b2151ff6e195b339e +size 4675897952 diff --git a/SmartSnap-LLaMA3.1-8B.i1-Q4_1.gguf b/SmartSnap-LLaMA3.1-8B.i1-Q4_1.gguf new file mode 100644 index 0000000..5c19fea --- /dev/null +++ b/SmartSnap-LLaMA3.1-8B.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ab130f6116a2256855db80c0f184b6aa6a449d788c3882f59e433b05220a3d2 +size 5130259040 diff --git a/SmartSnap-LLaMA3.1-8B.i1-Q4_K_M.gguf b/SmartSnap-LLaMA3.1-8B.i1-Q4_K_M.gguf new file mode 100644 index 0000000..26c33c2 --- /dev/null +++ b/SmartSnap-LLaMA3.1-8B.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b11bb7c084b3eef7a9646928a2ceeb3a5c94f60969b2a31c242eed6cbe71aef +size 4920740448 diff --git a/SmartSnap-LLaMA3.1-8B.i1-Q4_K_S.gguf b/SmartSnap-LLaMA3.1-8B.i1-Q4_K_S.gguf new file mode 100644 index 0000000..09ff2e9 --- /dev/null +++ b/SmartSnap-LLaMA3.1-8B.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03edcd65babf1a25970c34e4a9e95f59c623824cabdea5015a42031eebb44fb2 +size 4692675168 diff --git a/SmartSnap-LLaMA3.1-8B.i1-Q5_K_M.gguf b/SmartSnap-LLaMA3.1-8B.i1-Q5_K_M.gguf new file mode 100644 index 0000000..a0cf76e --- /dev/null +++ b/SmartSnap-LLaMA3.1-8B.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5851fe4a54db34e7daa9dce09ec8d04b4ba6301b142ca1a36c65eede0708bdd +size 5732993632 diff --git a/SmartSnap-LLaMA3.1-8B.i1-Q5_K_S.gguf b/SmartSnap-LLaMA3.1-8B.i1-Q5_K_S.gguf new file mode 100644 index 0000000..1ddbfa4 --- /dev/null +++ b/SmartSnap-LLaMA3.1-8B.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:568e597fa89f95033cd60837c86099aff6999d2a4726089e1e243b439ef3afee +size 5599300192 diff --git a/SmartSnap-LLaMA3.1-8B.i1-Q6_K.gguf b/SmartSnap-LLaMA3.1-8B.i1-Q6_K.gguf new file mode 100644 index 0000000..c7ef083 --- /dev/null +++ b/SmartSnap-LLaMA3.1-8B.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ba4213e35572243151ddae9b6f733f7903c59cd9d061cee2a535b3cad41923d +size 6596012640 diff --git a/SmartSnap-LLaMA3.1-8B.imatrix.gguf b/SmartSnap-LLaMA3.1-8B.imatrix.gguf new file mode 100644 index 0000000..dd801ff --- /dev/null +++ b/SmartSnap-LLaMA3.1-8B.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edc7a73bae3b19929d166fd8e6523251fedc7d01b49ce5524f015cf2fcf67f0e +size 5015200