From f5ab0e47de8aea89c4bc5e29ce59b9abc321f535 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 5 May 2026 09:25:22 +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/titulm-llama-3.2-3b-v1.1-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++++ README.md | 88 ++++++++++++++++++++++++ imatrix.dat | 3 + titulm-llama-3.2-3b-v1.1.i1-IQ1_M.gguf | 3 + titulm-llama-3.2-3b-v1.1.i1-IQ1_S.gguf | 3 + titulm-llama-3.2-3b-v1.1.i1-IQ2_M.gguf | 3 + titulm-llama-3.2-3b-v1.1.i1-IQ2_S.gguf | 3 + titulm-llama-3.2-3b-v1.1.i1-IQ2_XS.gguf | 3 + titulm-llama-3.2-3b-v1.1.i1-IQ2_XXS.gguf | 3 + titulm-llama-3.2-3b-v1.1.i1-IQ3_M.gguf | 3 + titulm-llama-3.2-3b-v1.1.i1-IQ3_S.gguf | 3 + titulm-llama-3.2-3b-v1.1.i1-IQ3_XS.gguf | 3 + titulm-llama-3.2-3b-v1.1.i1-IQ3_XXS.gguf | 3 + titulm-llama-3.2-3b-v1.1.i1-IQ4_NL.gguf | 3 + titulm-llama-3.2-3b-v1.1.i1-IQ4_XS.gguf | 3 + titulm-llama-3.2-3b-v1.1.i1-Q2_K.gguf | 3 + titulm-llama-3.2-3b-v1.1.i1-Q2_K_S.gguf | 3 + titulm-llama-3.2-3b-v1.1.i1-Q3_K_L.gguf | 3 + titulm-llama-3.2-3b-v1.1.i1-Q3_K_M.gguf | 3 + titulm-llama-3.2-3b-v1.1.i1-Q3_K_S.gguf | 3 + titulm-llama-3.2-3b-v1.1.i1-Q4_0.gguf | 3 + titulm-llama-3.2-3b-v1.1.i1-Q4_1.gguf | 3 + titulm-llama-3.2-3b-v1.1.i1-Q4_K_M.gguf | 3 + titulm-llama-3.2-3b-v1.1.i1-Q4_K_S.gguf | 3 + titulm-llama-3.2-3b-v1.1.i1-Q5_K_M.gguf | 3 + titulm-llama-3.2-3b-v1.1.i1-Q5_K_S.gguf | 3 + titulm-llama-3.2-3b-v1.1.i1-Q6_K.gguf | 3 + 27 files changed, 223 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 imatrix.dat create mode 100644 titulm-llama-3.2-3b-v1.1.i1-IQ1_M.gguf create mode 100644 titulm-llama-3.2-3b-v1.1.i1-IQ1_S.gguf create mode 100644 titulm-llama-3.2-3b-v1.1.i1-IQ2_M.gguf create mode 100644 titulm-llama-3.2-3b-v1.1.i1-IQ2_S.gguf create mode 100644 titulm-llama-3.2-3b-v1.1.i1-IQ2_XS.gguf create mode 100644 titulm-llama-3.2-3b-v1.1.i1-IQ2_XXS.gguf create mode 100644 titulm-llama-3.2-3b-v1.1.i1-IQ3_M.gguf create mode 100644 titulm-llama-3.2-3b-v1.1.i1-IQ3_S.gguf create mode 100644 titulm-llama-3.2-3b-v1.1.i1-IQ3_XS.gguf create mode 100644 titulm-llama-3.2-3b-v1.1.i1-IQ3_XXS.gguf create mode 100644 titulm-llama-3.2-3b-v1.1.i1-IQ4_NL.gguf create mode 100644 titulm-llama-3.2-3b-v1.1.i1-IQ4_XS.gguf create mode 100644 titulm-llama-3.2-3b-v1.1.i1-Q2_K.gguf create mode 100644 titulm-llama-3.2-3b-v1.1.i1-Q2_K_S.gguf create mode 100644 titulm-llama-3.2-3b-v1.1.i1-Q3_K_L.gguf create mode 100644 titulm-llama-3.2-3b-v1.1.i1-Q3_K_M.gguf create mode 100644 titulm-llama-3.2-3b-v1.1.i1-Q3_K_S.gguf create mode 100644 titulm-llama-3.2-3b-v1.1.i1-Q4_0.gguf create mode 100644 titulm-llama-3.2-3b-v1.1.i1-Q4_1.gguf create mode 100644 titulm-llama-3.2-3b-v1.1.i1-Q4_K_M.gguf create mode 100644 titulm-llama-3.2-3b-v1.1.i1-Q4_K_S.gguf create mode 100644 titulm-llama-3.2-3b-v1.1.i1-Q5_K_M.gguf create mode 100644 titulm-llama-3.2-3b-v1.1.i1-Q5_K_S.gguf create mode 100644 titulm-llama-3.2-3b-v1.1.i1-Q6_K.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..167b30b --- /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 +titulm-llama-3.2-3b-v1.1.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +titulm-llama-3.2-3b-v1.1.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +titulm-llama-3.2-3b-v1.1.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +titulm-llama-3.2-3b-v1.1.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +titulm-llama-3.2-3b-v1.1.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +titulm-llama-3.2-3b-v1.1.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +titulm-llama-3.2-3b-v1.1.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +titulm-llama-3.2-3b-v1.1.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +titulm-llama-3.2-3b-v1.1.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +titulm-llama-3.2-3b-v1.1.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +titulm-llama-3.2-3b-v1.1.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +titulm-llama-3.2-3b-v1.1.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +titulm-llama-3.2-3b-v1.1.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +titulm-llama-3.2-3b-v1.1.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +titulm-llama-3.2-3b-v1.1.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +titulm-llama-3.2-3b-v1.1.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +titulm-llama-3.2-3b-v1.1.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +titulm-llama-3.2-3b-v1.1.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +titulm-llama-3.2-3b-v1.1.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +titulm-llama-3.2-3b-v1.1.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +titulm-llama-3.2-3b-v1.1.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +titulm-llama-3.2-3b-v1.1.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +titulm-llama-3.2-3b-v1.1.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +titulm-llama-3.2-3b-v1.1.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..11090f1 --- /dev/null +++ b/README.md @@ -0,0 +1,88 @@ +--- +base_model: hishab/titulm-llama-3.2-3b-v1.1 +language: +- bn +library_name: transformers +license: llama3.2 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- hishab +- titulm +- pytorch +- llama +- llama-3 +- llama-factory +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/hishab/titulm-llama-3.2-3b-v1.1 + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#titulm-llama-3.2-3b-v1.1-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/titulm-llama-3.2-3b-v1.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/titulm-llama-3.2-3b-v1.1-i1-GGUF/resolve/main/titulm-llama-3.2-3b-v1.1.i1-IQ1_S.gguf) | i1-IQ1_S | 1.0 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/titulm-llama-3.2-3b-v1.1-i1-GGUF/resolve/main/titulm-llama-3.2-3b-v1.1.i1-IQ1_M.gguf) | i1-IQ1_M | 1.0 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/titulm-llama-3.2-3b-v1.1-i1-GGUF/resolve/main/titulm-llama-3.2-3b-v1.1.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/titulm-llama-3.2-3b-v1.1-i1-GGUF/resolve/main/titulm-llama-3.2-3b-v1.1.i1-IQ2_XS.gguf) | i1-IQ2_XS | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/titulm-llama-3.2-3b-v1.1-i1-GGUF/resolve/main/titulm-llama-3.2-3b-v1.1.i1-IQ2_S.gguf) | i1-IQ2_S | 1.3 | | +| [GGUF](https://huggingface.co/mradermacher/titulm-llama-3.2-3b-v1.1-i1-GGUF/resolve/main/titulm-llama-3.2-3b-v1.1.i1-IQ2_M.gguf) | i1-IQ2_M | 1.3 | | +| [GGUF](https://huggingface.co/mradermacher/titulm-llama-3.2-3b-v1.1-i1-GGUF/resolve/main/titulm-llama-3.2-3b-v1.1.i1-Q2_K_S.gguf) | i1-Q2_K_S | 1.4 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/titulm-llama-3.2-3b-v1.1-i1-GGUF/resolve/main/titulm-llama-3.2-3b-v1.1.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 1.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/titulm-llama-3.2-3b-v1.1-i1-GGUF/resolve/main/titulm-llama-3.2-3b-v1.1.i1-Q2_K.gguf) | i1-Q2_K | 1.5 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/titulm-llama-3.2-3b-v1.1-i1-GGUF/resolve/main/titulm-llama-3.2-3b-v1.1.i1-IQ3_XS.gguf) | i1-IQ3_XS | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/titulm-llama-3.2-3b-v1.1-i1-GGUF/resolve/main/titulm-llama-3.2-3b-v1.1.i1-IQ3_S.gguf) | i1-IQ3_S | 1.6 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/titulm-llama-3.2-3b-v1.1-i1-GGUF/resolve/main/titulm-llama-3.2-3b-v1.1.i1-Q3_K_S.gguf) | i1-Q3_K_S | 1.6 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/titulm-llama-3.2-3b-v1.1-i1-GGUF/resolve/main/titulm-llama-3.2-3b-v1.1.i1-IQ3_M.gguf) | i1-IQ3_M | 1.7 | | +| [GGUF](https://huggingface.co/mradermacher/titulm-llama-3.2-3b-v1.1-i1-GGUF/resolve/main/titulm-llama-3.2-3b-v1.1.i1-Q3_K_M.gguf) | i1-Q3_K_M | 1.8 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/titulm-llama-3.2-3b-v1.1-i1-GGUF/resolve/main/titulm-llama-3.2-3b-v1.1.i1-Q3_K_L.gguf) | i1-Q3_K_L | 1.9 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/titulm-llama-3.2-3b-v1.1-i1-GGUF/resolve/main/titulm-llama-3.2-3b-v1.1.i1-IQ4_XS.gguf) | i1-IQ4_XS | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/titulm-llama-3.2-3b-v1.1-i1-GGUF/resolve/main/titulm-llama-3.2-3b-v1.1.i1-IQ4_NL.gguf) | i1-IQ4_NL | 2.0 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/titulm-llama-3.2-3b-v1.1-i1-GGUF/resolve/main/titulm-llama-3.2-3b-v1.1.i1-Q4_0.gguf) | i1-Q4_0 | 2.0 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/titulm-llama-3.2-3b-v1.1-i1-GGUF/resolve/main/titulm-llama-3.2-3b-v1.1.i1-Q4_K_S.gguf) | i1-Q4_K_S | 2.0 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/titulm-llama-3.2-3b-v1.1-i1-GGUF/resolve/main/titulm-llama-3.2-3b-v1.1.i1-Q4_K_M.gguf) | i1-Q4_K_M | 2.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/titulm-llama-3.2-3b-v1.1-i1-GGUF/resolve/main/titulm-llama-3.2-3b-v1.1.i1-Q4_1.gguf) | i1-Q4_1 | 2.2 | | +| [GGUF](https://huggingface.co/mradermacher/titulm-llama-3.2-3b-v1.1-i1-GGUF/resolve/main/titulm-llama-3.2-3b-v1.1.i1-Q5_K_S.gguf) | i1-Q5_K_S | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/titulm-llama-3.2-3b-v1.1-i1-GGUF/resolve/main/titulm-llama-3.2-3b-v1.1.i1-Q5_K_M.gguf) | i1-Q5_K_M | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/titulm-llama-3.2-3b-v1.1-i1-GGUF/resolve/main/titulm-llama-3.2-3b-v1.1.i1-Q6_K.gguf) | i1-Q6_K | 2.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/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..14750db --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48b308fc4834be02f7a04ed0fe70aa126e494a3183ad6eaf35b5ad59edd6c787 +size 2988377 diff --git a/titulm-llama-3.2-3b-v1.1.i1-IQ1_M.gguf b/titulm-llama-3.2-3b-v1.1.i1-IQ1_M.gguf new file mode 100644 index 0000000..829a14c --- /dev/null +++ b/titulm-llama-3.2-3b-v1.1.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:def752f1680918486014f09a1d32766dc7d5a47a5ada584672547bbedf5cb65f +size 924188608 diff --git a/titulm-llama-3.2-3b-v1.1.i1-IQ1_S.gguf b/titulm-llama-3.2-3b-v1.1.i1-IQ1_S.gguf new file mode 100644 index 0000000..b39a4e3 --- /dev/null +++ b/titulm-llama-3.2-3b-v1.1.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8420d61b07d3b8ded545bed708886bac025299fcff037ca527eb1e16b79d3095 +size 868155328 diff --git a/titulm-llama-3.2-3b-v1.1.i1-IQ2_M.gguf b/titulm-llama-3.2-3b-v1.1.i1-IQ2_M.gguf new file mode 100644 index 0000000..a6e4d44 --- /dev/null +++ b/titulm-llama-3.2-3b-v1.1.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caced8381304a80a85c6762753aba27c6aa64fc838b131ee635f3bb20fc0c9e2 +size 1229029312 diff --git a/titulm-llama-3.2-3b-v1.1.i1-IQ2_S.gguf b/titulm-llama-3.2-3b-v1.1.i1-IQ2_S.gguf new file mode 100644 index 0000000..3d13d93 --- /dev/null +++ b/titulm-llama-3.2-3b-v1.1.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f7a1660839877026ee47bb820bb766bfef7ee4261b3798bfed883f95a45bac6 +size 1154318272 diff --git a/titulm-llama-3.2-3b-v1.1.i1-IQ2_XS.gguf b/titulm-llama-3.2-3b-v1.1.i1-IQ2_XS.gguf new file mode 100644 index 0000000..a46a2cc --- /dev/null +++ b/titulm-llama-3.2-3b-v1.1.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb26db8c8d80c37b8a45ebf6dce5fe279904ece39ca46ab8937307ada18b4296 +size 1100545984 diff --git a/titulm-llama-3.2-3b-v1.1.i1-IQ2_XXS.gguf b/titulm-llama-3.2-3b-v1.1.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..776ba4e --- /dev/null +++ b/titulm-llama-3.2-3b-v1.1.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:517378c0084e5938f11ae5cadd3a743667d449995d3113481d2ee84df8d7482d +size 1017577408 diff --git a/titulm-llama-3.2-3b-v1.1.i1-IQ3_M.gguf b/titulm-llama-3.2-3b-v1.1.i1-IQ3_M.gguf new file mode 100644 index 0000000..b491c7e --- /dev/null +++ b/titulm-llama-3.2-3b-v1.1.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf802e7c9dc5ac3b7b9582d1027f35cbe0e85af563e3dc69f6c578314c81578b +size 1599666112 diff --git a/titulm-llama-3.2-3b-v1.1.i1-IQ3_S.gguf b/titulm-llama-3.2-3b-v1.1.i1-IQ3_S.gguf new file mode 100644 index 0000000..c0bad2e --- /dev/null +++ b/titulm-llama-3.2-3b-v1.1.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f158bd2125c78ab33ea5851bb9efc3f448dab1fa2ecc626a7930b7f3319ceaa0 +size 1542846400 diff --git a/titulm-llama-3.2-3b-v1.1.i1-IQ3_XS.gguf b/titulm-llama-3.2-3b-v1.1.i1-IQ3_XS.gguf new file mode 100644 index 0000000..3b6b6af --- /dev/null +++ b/titulm-llama-3.2-3b-v1.1.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2c97169d5dd2718fb420ea2d8e8598af29d7f0ff466c5bb4f07b1f1d6c098e5 +size 1476786112 diff --git a/titulm-llama-3.2-3b-v1.1.i1-IQ3_XXS.gguf b/titulm-llama-3.2-3b-v1.1.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..64a9fbf --- /dev/null +++ b/titulm-llama-3.2-3b-v1.1.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be0018a868f173c1623532e6d193511f2141dd4b21b842f505ea4a7cfcbbe7bd +size 1348763584 diff --git a/titulm-llama-3.2-3b-v1.1.i1-IQ4_NL.gguf b/titulm-llama-3.2-3b-v1.1.i1-IQ4_NL.gguf new file mode 100644 index 0000000..f275af5 --- /dev/null +++ b/titulm-llama-3.2-3b-v1.1.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ba7a97942f497da580f6f0d70be935e86209e047d9d94772ac9039359d33d5d +size 1917188032 diff --git a/titulm-llama-3.2-3b-v1.1.i1-IQ4_XS.gguf b/titulm-llama-3.2-3b-v1.1.i1-IQ4_XS.gguf new file mode 100644 index 0000000..f4ecc3d --- /dev/null +++ b/titulm-llama-3.2-3b-v1.1.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1169e9b706c29b8ed77cf4c3f6c8c7e51dd07bd2e75b2a6e09139313e2b26ef9 +size 1829107648 diff --git a/titulm-llama-3.2-3b-v1.1.i1-Q2_K.gguf b/titulm-llama-3.2-3b-v1.1.i1-Q2_K.gguf new file mode 100644 index 0000000..4517980 --- /dev/null +++ b/titulm-llama-3.2-3b-v1.1.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42dc8ee28ad5fb6971603860d9282ed1d49d5caa864357614599cff730b1575f +size 1363933120 diff --git a/titulm-llama-3.2-3b-v1.1.i1-Q2_K_S.gguf b/titulm-llama-3.2-3b-v1.1.i1-Q2_K_S.gguf new file mode 100644 index 0000000..151dddc --- /dev/null +++ b/titulm-llama-3.2-3b-v1.1.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6db0ed196893defe4d206714d030ee15244e7cddc100fccd5792fae5bc137c11 +size 1274279872 diff --git a/titulm-llama-3.2-3b-v1.1.i1-Q3_K_L.gguf b/titulm-llama-3.2-3b-v1.1.i1-Q3_K_L.gguf new file mode 100644 index 0000000..8e3cc3c --- /dev/null +++ b/titulm-llama-3.2-3b-v1.1.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee1a80eba6678d852b7c84e716ef9eb6628887bf0a5352860a7292b5e63a8414 +size 1815345088 diff --git a/titulm-llama-3.2-3b-v1.1.i1-Q3_K_M.gguf b/titulm-llama-3.2-3b-v1.1.i1-Q3_K_M.gguf new file mode 100644 index 0000000..e65959f --- /dev/null +++ b/titulm-llama-3.2-3b-v1.1.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7edd8838fa25a158a60688dd6507a93780a293dbc5cabe63ca5466f219f4fd3d +size 1687156672 diff --git a/titulm-llama-3.2-3b-v1.1.i1-Q3_K_S.gguf b/titulm-llama-3.2-3b-v1.1.i1-Q3_K_S.gguf new file mode 100644 index 0000000..240b2dd --- /dev/null +++ b/titulm-llama-3.2-3b-v1.1.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6fcd37558c027fa3b84895617d1d209f33540c8a1d7933fe6af5330abc44695 +size 1542846400 diff --git a/titulm-llama-3.2-3b-v1.1.i1-Q4_0.gguf b/titulm-llama-3.2-3b-v1.1.i1-Q4_0.gguf new file mode 100644 index 0000000..bc91bab --- /dev/null +++ b/titulm-llama-3.2-3b-v1.1.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27d6cb0cc9480bf54110eed9200a65d3e11059369f55d2a011fc95e0ea77ac8c +size 1921906624 diff --git a/titulm-llama-3.2-3b-v1.1.i1-Q4_1.gguf b/titulm-llama-3.2-3b-v1.1.i1-Q4_1.gguf new file mode 100644 index 0000000..a773b4b --- /dev/null +++ b/titulm-llama-3.2-3b-v1.1.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6871d62ef6025e9116a7f1cf8b6e97139c28fdbaa19bdc8be69245773d78c3d +size 2093348800 diff --git a/titulm-llama-3.2-3b-v1.1.i1-Q4_K_M.gguf b/titulm-llama-3.2-3b-v1.1.i1-Q4_K_M.gguf new file mode 100644 index 0000000..f0c9332 --- /dev/null +++ b/titulm-llama-3.2-3b-v1.1.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:832940dae13d5e36fd5db83d23b7c285de0669adadfbbffa37909890324cb88d +size 2019375040 diff --git a/titulm-llama-3.2-3b-v1.1.i1-Q4_K_S.gguf b/titulm-llama-3.2-3b-v1.1.i1-Q4_K_S.gguf new file mode 100644 index 0000000..e840785 --- /dev/null +++ b/titulm-llama-3.2-3b-v1.1.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77d5ee287fd0ff80a1e2c379daa6565d2f53a9bf146dc64c7ed66e711bac37e4 +size 1928198080 diff --git a/titulm-llama-3.2-3b-v1.1.i1-Q5_K_M.gguf b/titulm-llama-3.2-3b-v1.1.i1-Q5_K_M.gguf new file mode 100644 index 0000000..bc78431 --- /dev/null +++ b/titulm-llama-3.2-3b-v1.1.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48013dc42add0e919ee66b093e269e651b4752c55478ea70d6ad22d32b497cf9 +size 2322151360 diff --git a/titulm-llama-3.2-3b-v1.1.i1-Q5_K_S.gguf b/titulm-llama-3.2-3b-v1.1.i1-Q5_K_S.gguf new file mode 100644 index 0000000..4f23da5 --- /dev/null +++ b/titulm-llama-3.2-3b-v1.1.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8334065dc9ec26590ca6ee11fbcda87b5d89489803e91934f9ce3ce1c09941da +size 2269509568 diff --git a/titulm-llama-3.2-3b-v1.1.i1-Q6_K.gguf b/titulm-llama-3.2-3b-v1.1.i1-Q6_K.gguf new file mode 100644 index 0000000..84d0055 --- /dev/null +++ b/titulm-llama-3.2-3b-v1.1.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b50540390239293c486e4a17477178de87db2669777d093d64483fbea5ae6b +size 2643851200