From e1e185abe2c0dc7381bf3db4d05c8ec3c1e7220d Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Mon, 13 Apr 2026 11:21:26 +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/TinyLlama-1.1B-Chat-v1.0-Heretic-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++ README.md | 97 +++++++++++++++++++ ...Llama-1.1B-Chat-v1.0-Heretic.i1-IQ1_M.gguf | 3 + ...Llama-1.1B-Chat-v1.0-Heretic.i1-IQ1_S.gguf | 3 + ...Llama-1.1B-Chat-v1.0-Heretic.i1-IQ2_M.gguf | 3 + ...Llama-1.1B-Chat-v1.0-Heretic.i1-IQ2_S.gguf | 3 + ...lama-1.1B-Chat-v1.0-Heretic.i1-IQ2_XS.gguf | 3 + ...ama-1.1B-Chat-v1.0-Heretic.i1-IQ2_XXS.gguf | 3 + ...Llama-1.1B-Chat-v1.0-Heretic.i1-IQ3_M.gguf | 3 + ...Llama-1.1B-Chat-v1.0-Heretic.i1-IQ3_S.gguf | 3 + ...lama-1.1B-Chat-v1.0-Heretic.i1-IQ3_XS.gguf | 3 + ...ama-1.1B-Chat-v1.0-Heretic.i1-IQ3_XXS.gguf | 3 + ...lama-1.1B-Chat-v1.0-Heretic.i1-IQ4_NL.gguf | 3 + ...lama-1.1B-Chat-v1.0-Heretic.i1-IQ4_XS.gguf | 3 + TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q2_K.gguf | 3 + ...lama-1.1B-Chat-v1.0-Heretic.i1-Q2_K_S.gguf | 3 + ...lama-1.1B-Chat-v1.0-Heretic.i1-Q3_K_L.gguf | 3 + ...lama-1.1B-Chat-v1.0-Heretic.i1-Q3_K_M.gguf | 3 + ...lama-1.1B-Chat-v1.0-Heretic.i1-Q3_K_S.gguf | 3 + TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q4_0.gguf | 3 + TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q4_1.gguf | 3 + ...lama-1.1B-Chat-v1.0-Heretic.i1-Q4_K_M.gguf | 3 + ...lama-1.1B-Chat-v1.0-Heretic.i1-Q4_K_S.gguf | 3 + ...lama-1.1B-Chat-v1.0-Heretic.i1-Q5_K_M.gguf | 3 + ...lama-1.1B-Chat-v1.0-Heretic.i1-Q5_K_S.gguf | 3 + TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q6_K.gguf | 3 + TinyLlama-1.1B-Chat-v1.0-Heretic.imatrix.gguf | 3 + 27 files changed, 232 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ1_M.gguf create mode 100644 TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ1_S.gguf create mode 100644 TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ2_M.gguf create mode 100644 TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ2_S.gguf create mode 100644 TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ2_XS.gguf create mode 100644 TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ2_XXS.gguf create mode 100644 TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ3_M.gguf create mode 100644 TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ3_S.gguf create mode 100644 TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ3_XS.gguf create mode 100644 TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ3_XXS.gguf create mode 100644 TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ4_NL.gguf create mode 100644 TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ4_XS.gguf create mode 100644 TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q2_K.gguf create mode 100644 TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q2_K_S.gguf create mode 100644 TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q3_K_L.gguf create mode 100644 TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q3_K_M.gguf create mode 100644 TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q3_K_S.gguf create mode 100644 TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q4_0.gguf create mode 100644 TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q4_1.gguf create mode 100644 TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q4_K_M.gguf create mode 100644 TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q4_K_S.gguf create mode 100644 TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q5_K_M.gguf create mode 100644 TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q5_K_S.gguf create mode 100644 TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q6_K.gguf create mode 100644 TinyLlama-1.1B-Chat-v1.0-Heretic.imatrix.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1f4861a --- /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 +TinyLlama-1.1B-Chat-v1.0-Heretic.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..26bd112 --- /dev/null +++ b/README.md @@ -0,0 +1,97 @@ +--- +base_model: ChiKoi7/TinyLlama-1.1B-Chat-v1.0-Heretic +datasets: +- cerebras/SlimPajama-627B +- bigcode/starcoderdata +- HuggingFaceH4/ultrachat_200k +- HuggingFaceH4/ultrafeedback_binarized +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- TinyLLama +- 1.1B +- Chat +- Heretic +- Uncensored +- Abliterated +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/ChiKoi7/TinyLlama-1.1B-Chat-v1.0-Heretic + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#TinyLlama-1.1B-Chat-v1.0-Heretic-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/TinyLlama-1.1B-Chat-v1.0-Heretic-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/TinyLlama-1.1B-Chat-v1.0-Heretic-i1-GGUF/resolve/main/TinyLlama-1.1B-Chat-v1.0-Heretic.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/TinyLlama-1.1B-Chat-v1.0-Heretic-i1-GGUF/resolve/main/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ1_S.gguf) | i1-IQ1_S | 0.4 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/TinyLlama-1.1B-Chat-v1.0-Heretic-i1-GGUF/resolve/main/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ1_M.gguf) | i1-IQ1_M | 0.4 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/TinyLlama-1.1B-Chat-v1.0-Heretic-i1-GGUF/resolve/main/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 0.4 | | +| [GGUF](https://huggingface.co/mradermacher/TinyLlama-1.1B-Chat-v1.0-Heretic-i1-GGUF/resolve/main/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ2_XS.gguf) | i1-IQ2_XS | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/TinyLlama-1.1B-Chat-v1.0-Heretic-i1-GGUF/resolve/main/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ2_S.gguf) | i1-IQ2_S | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/TinyLlama-1.1B-Chat-v1.0-Heretic-i1-GGUF/resolve/main/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ2_M.gguf) | i1-IQ2_M | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/TinyLlama-1.1B-Chat-v1.0-Heretic-i1-GGUF/resolve/main/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q2_K_S.gguf) | i1-Q2_K_S | 0.5 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/TinyLlama-1.1B-Chat-v1.0-Heretic-i1-GGUF/resolve/main/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q2_K.gguf) | i1-Q2_K | 0.5 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/TinyLlama-1.1B-Chat-v1.0-Heretic-i1-GGUF/resolve/main/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 0.5 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/TinyLlama-1.1B-Chat-v1.0-Heretic-i1-GGUF/resolve/main/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ3_XS.gguf) | i1-IQ3_XS | 0.6 | | +| [GGUF](https://huggingface.co/mradermacher/TinyLlama-1.1B-Chat-v1.0-Heretic-i1-GGUF/resolve/main/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q3_K_S.gguf) | i1-Q3_K_S | 0.6 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/TinyLlama-1.1B-Chat-v1.0-Heretic-i1-GGUF/resolve/main/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ3_S.gguf) | i1-IQ3_S | 0.6 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/TinyLlama-1.1B-Chat-v1.0-Heretic-i1-GGUF/resolve/main/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ3_M.gguf) | i1-IQ3_M | 0.6 | | +| [GGUF](https://huggingface.co/mradermacher/TinyLlama-1.1B-Chat-v1.0-Heretic-i1-GGUF/resolve/main/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q3_K_M.gguf) | i1-Q3_K_M | 0.6 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/TinyLlama-1.1B-Chat-v1.0-Heretic-i1-GGUF/resolve/main/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q3_K_L.gguf) | i1-Q3_K_L | 0.7 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/TinyLlama-1.1B-Chat-v1.0-Heretic-i1-GGUF/resolve/main/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ4_XS.gguf) | i1-IQ4_XS | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/TinyLlama-1.1B-Chat-v1.0-Heretic-i1-GGUF/resolve/main/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ4_NL.gguf) | i1-IQ4_NL | 0.7 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/TinyLlama-1.1B-Chat-v1.0-Heretic-i1-GGUF/resolve/main/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q4_0.gguf) | i1-Q4_0 | 0.7 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/TinyLlama-1.1B-Chat-v1.0-Heretic-i1-GGUF/resolve/main/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q4_K_S.gguf) | i1-Q4_K_S | 0.7 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/TinyLlama-1.1B-Chat-v1.0-Heretic-i1-GGUF/resolve/main/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q4_K_M.gguf) | i1-Q4_K_M | 0.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/TinyLlama-1.1B-Chat-v1.0-Heretic-i1-GGUF/resolve/main/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q4_1.gguf) | i1-Q4_1 | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/TinyLlama-1.1B-Chat-v1.0-Heretic-i1-GGUF/resolve/main/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q5_K_S.gguf) | i1-Q5_K_S | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/TinyLlama-1.1B-Chat-v1.0-Heretic-i1-GGUF/resolve/main/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q5_K_M.gguf) | i1-Q5_K_M | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/TinyLlama-1.1B-Chat-v1.0-Heretic-i1-GGUF/resolve/main/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q6_K.gguf) | i1-Q6_K | 1.0 | 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/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ1_M.gguf b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ1_M.gguf new file mode 100644 index 0000000..79b11f2 --- /dev/null +++ b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ebcd597b3185d6ea784a32e142f5dc6c33c5d61d50a0b9610c06b43f24989bd +size 289703616 diff --git a/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ1_S.gguf b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ1_S.gguf new file mode 100644 index 0000000..721c3c4 --- /dev/null +++ b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d21d906cbd767c19b7e8febe5c130113665614c41f2892b33c930a36698ea5ab +size 269969088 diff --git a/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ2_M.gguf b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ2_M.gguf new file mode 100644 index 0000000..bc5ebd1 --- /dev/null +++ b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf59e1e8c45534b5b96445b46f20b0500345fe0ff39cc783ed8a829a38d7f31d +size 400078528 diff --git a/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ2_S.gguf b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ2_S.gguf new file mode 100644 index 0000000..2cd73c9 --- /dev/null +++ b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5aec80c2680d2e68c28c5e789ce0dabcdee65ae3226f6a7f4a81087e30c13e1 +size 373765824 diff --git a/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ2_XS.gguf b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ2_XS.gguf new file mode 100644 index 0000000..af663dd --- /dev/null +++ b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46eb953dea4401e10c31b24c4c60f8b64aa092a6d5c7464068f26df148ca4b79 +size 351790784 diff --git a/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ2_XXS.gguf b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..ccfdab5 --- /dev/null +++ b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87fe36d5428e19ba13b22f5cfe6f01f2045acdd9100762c3130872d5b184a6ad +size 322594496 diff --git a/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ3_M.gguf b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ3_M.gguf new file mode 100644 index 0000000..6fcfc4d --- /dev/null +++ b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1760ecc7fff987154d6eab5de00b6a7291b2f58d2d293bb82d3df30dd05c2fe +size 516196032 diff --git a/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ3_S.gguf b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ3_S.gguf new file mode 100644 index 0000000..49f2aa7 --- /dev/null +++ b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df012ab4c6ab8378a003ae64d3d89e97ab052ac17a7699843ccbffb7921f1efa +size 500876992 diff --git a/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ3_XS.gguf b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ3_XS.gguf new file mode 100644 index 0000000..ce579d2 --- /dev/null +++ b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56e2e1c04ff476f6872eb3e00c7fddb7a850d57a77ee099972f5715814202273 +size 477628096 diff --git a/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ3_XXS.gguf b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..f756462 --- /dev/null +++ b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e08cef8dabe175a2db90c0a73fc2ad1472e14c7e9b189448a5420bf66f5b91f +size 445134528 diff --git a/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ4_NL.gguf b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ4_NL.gguf new file mode 100644 index 0000000..4e2cf76 --- /dev/null +++ b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c4b4d7df02c312a1cbb32e75e8dd9b32365649cca6c6a0bdd97ba1a91c82f76 +size 638170816 diff --git a/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ4_XS.gguf b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ4_XS.gguf new file mode 100644 index 0000000..ee09723 --- /dev/null +++ b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e3fe0c1e7758da6ae853ff0347f9698306301e643c01b3113fb34156041069a +size 606205632 diff --git a/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q2_K.gguf b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q2_K.gguf new file mode 100644 index 0000000..fef60c6 --- /dev/null +++ b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9515caffd6fac8147a4f7b3dea2110fc8f41d2504d7dd6b132d8f1ef7eaec4f +size 432133824 diff --git a/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q2_K_S.gguf b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q2_K_S.gguf new file mode 100644 index 0000000..dd7f728 --- /dev/null +++ b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a329401ca8663cb424c99b0aa340f61809415f50f31e82ac51334486bd788d27 +size 402396864 diff --git a/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q3_K_L.gguf b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q3_K_L.gguf new file mode 100644 index 0000000..c125f70 --- /dev/null +++ b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91167616516679cba78e89eda9d8a47a9392916f9e32d328255042b227a69a95 +size 591529664 diff --git a/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q3_K_M.gguf b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q3_K_M.gguf new file mode 100644 index 0000000..b900a59 --- /dev/null +++ b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:510adc8d1c1940a5631d5ffa9b09a378f3109612a04fff0d11daa7417b000429 +size 548406976 diff --git a/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q3_K_S.gguf b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q3_K_S.gguf new file mode 100644 index 0000000..9a51334 --- /dev/null +++ b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0779d1626e72449721c5f58c924146bfa6440742a0e9c2d101eb49c45ce8c25 +size 499345088 diff --git a/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q4_0.gguf b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q4_0.gguf new file mode 100644 index 0000000..81abffa --- /dev/null +++ b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00d6c4591ecc7faeff6bf2123cdf0cf8dc3326bfcc45791a891ac1bbcd3b19e6 +size 638170816 diff --git a/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q4_1.gguf b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q4_1.gguf new file mode 100644 index 0000000..7634104 --- /dev/null +++ b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0121de9105901b818f2193b4b49f532992710c0e03cc2ff2fd67939bc9ec841b +size 701380288 diff --git a/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q4_K_M.gguf b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q4_K_M.gguf new file mode 100644 index 0000000..eb30ff0 --- /dev/null +++ b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3786956519904e5b8814368c2f41ed497cd59f707764e5d2bf89f4d783682ff9 +size 667817664 diff --git a/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q4_K_S.gguf b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q4_K_S.gguf new file mode 100644 index 0000000..0aaf4e7 --- /dev/null +++ b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a0c26e3083dd5b2c24be16a2f767c1ebbb819b6aa589cd2203c3b9437d9155 +size 639874752 diff --git a/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q5_K_M.gguf b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q5_K_M.gguf new file mode 100644 index 0000000..9963bdb --- /dev/null +++ b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7389e77617bb0e8d6be890265a32a9f04bd7a101bce542ab567963d485c288dc +size 782046912 diff --git a/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q5_K_S.gguf b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q5_K_S.gguf new file mode 100644 index 0000000..60a3782 --- /dev/null +++ b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e445cb6f5405a0228df2a8d00e72b6b2e50793f09b3c4c9d137938befa4878b9 +size 766031552 diff --git a/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q6_K.gguf b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q6_K.gguf new file mode 100644 index 0000000..8fa2d9c --- /dev/null +++ b/TinyLlama-1.1B-Chat-v1.0-Heretic.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23b8ebfe1b821d968a758cdb22aa51ca41c39777e88efeea87cb62ee329617e9 +size 903415488 diff --git a/TinyLlama-1.1B-Chat-v1.0-Heretic.imatrix.gguf b/TinyLlama-1.1B-Chat-v1.0-Heretic.imatrix.gguf new file mode 100644 index 0000000..41ec4fe --- /dev/null +++ b/TinyLlama-1.1B-Chat-v1.0-Heretic.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fc79b147700c42a2b43b5174d1d8668d66413a35a88d2fc13295429806882ff +size 1600704