From b01443b08f2aa883f9f726cfa66eb8f75eda2db5 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 18 Jun 2026 10:09:17 +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/llama3.1-typhoon2-8b-i1-GGUF Source: Original Platform --- .gitattributes | 59 ++++++++++++++++++++ README.md | 81 ++++++++++++++++++++++++++++ llama3.1-typhoon2-8b.i1-IQ1_M.gguf | 3 ++ llama3.1-typhoon2-8b.i1-IQ1_S.gguf | 3 ++ llama3.1-typhoon2-8b.i1-IQ2_M.gguf | 3 ++ llama3.1-typhoon2-8b.i1-IQ2_S.gguf | 3 ++ llama3.1-typhoon2-8b.i1-IQ2_XS.gguf | 3 ++ llama3.1-typhoon2-8b.i1-IQ2_XXS.gguf | 3 ++ llama3.1-typhoon2-8b.i1-IQ3_M.gguf | 3 ++ llama3.1-typhoon2-8b.i1-IQ3_S.gguf | 3 ++ llama3.1-typhoon2-8b.i1-IQ3_XS.gguf | 3 ++ llama3.1-typhoon2-8b.i1-IQ3_XXS.gguf | 3 ++ llama3.1-typhoon2-8b.i1-IQ4_NL.gguf | 3 ++ llama3.1-typhoon2-8b.i1-IQ4_XS.gguf | 3 ++ llama3.1-typhoon2-8b.i1-Q2_K.gguf | 3 ++ llama3.1-typhoon2-8b.i1-Q2_K_S.gguf | 3 ++ llama3.1-typhoon2-8b.i1-Q3_K_L.gguf | 3 ++ llama3.1-typhoon2-8b.i1-Q3_K_M.gguf | 3 ++ llama3.1-typhoon2-8b.i1-Q3_K_S.gguf | 3 ++ llama3.1-typhoon2-8b.i1-Q4_0.gguf | 3 ++ llama3.1-typhoon2-8b.i1-Q4_1.gguf | 3 ++ llama3.1-typhoon2-8b.i1-Q4_K_M.gguf | 3 ++ llama3.1-typhoon2-8b.i1-Q4_K_S.gguf | 3 ++ llama3.1-typhoon2-8b.i1-Q5_K_M.gguf | 3 ++ llama3.1-typhoon2-8b.i1-Q5_K_S.gguf | 3 ++ llama3.1-typhoon2-8b.i1-Q6_K.gguf | 3 ++ 26 files changed, 212 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 llama3.1-typhoon2-8b.i1-IQ1_M.gguf create mode 100644 llama3.1-typhoon2-8b.i1-IQ1_S.gguf create mode 100644 llama3.1-typhoon2-8b.i1-IQ2_M.gguf create mode 100644 llama3.1-typhoon2-8b.i1-IQ2_S.gguf create mode 100644 llama3.1-typhoon2-8b.i1-IQ2_XS.gguf create mode 100644 llama3.1-typhoon2-8b.i1-IQ2_XXS.gguf create mode 100644 llama3.1-typhoon2-8b.i1-IQ3_M.gguf create mode 100644 llama3.1-typhoon2-8b.i1-IQ3_S.gguf create mode 100644 llama3.1-typhoon2-8b.i1-IQ3_XS.gguf create mode 100644 llama3.1-typhoon2-8b.i1-IQ3_XXS.gguf create mode 100644 llama3.1-typhoon2-8b.i1-IQ4_NL.gguf create mode 100644 llama3.1-typhoon2-8b.i1-IQ4_XS.gguf create mode 100644 llama3.1-typhoon2-8b.i1-Q2_K.gguf create mode 100644 llama3.1-typhoon2-8b.i1-Q2_K_S.gguf create mode 100644 llama3.1-typhoon2-8b.i1-Q3_K_L.gguf create mode 100644 llama3.1-typhoon2-8b.i1-Q3_K_M.gguf create mode 100644 llama3.1-typhoon2-8b.i1-Q3_K_S.gguf create mode 100644 llama3.1-typhoon2-8b.i1-Q4_0.gguf create mode 100644 llama3.1-typhoon2-8b.i1-Q4_1.gguf create mode 100644 llama3.1-typhoon2-8b.i1-Q4_K_M.gguf create mode 100644 llama3.1-typhoon2-8b.i1-Q4_K_S.gguf create mode 100644 llama3.1-typhoon2-8b.i1-Q5_K_M.gguf create mode 100644 llama3.1-typhoon2-8b.i1-Q5_K_S.gguf create mode 100644 llama3.1-typhoon2-8b.i1-Q6_K.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6c5bc8a --- /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 +llama3.1-typhoon2-8b.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +llama3.1-typhoon2-8b.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +llama3.1-typhoon2-8b.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama3.1-typhoon2-8b.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +llama3.1-typhoon2-8b.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +llama3.1-typhoon2-8b.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +llama3.1-typhoon2-8b.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +llama3.1-typhoon2-8b.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +llama3.1-typhoon2-8b.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +llama3.1-typhoon2-8b.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +llama3.1-typhoon2-8b.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama3.1-typhoon2-8b.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +llama3.1-typhoon2-8b.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama3.1-typhoon2-8b.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +llama3.1-typhoon2-8b.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +llama3.1-typhoon2-8b.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +llama3.1-typhoon2-8b.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama3.1-typhoon2-8b.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +llama3.1-typhoon2-8b.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +llama3.1-typhoon2-8b.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +llama3.1-typhoon2-8b.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +llama3.1-typhoon2-8b.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +llama3.1-typhoon2-8b.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +llama3.1-typhoon2-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..680aba8 --- /dev/null +++ b/README.md @@ -0,0 +1,81 @@ +--- +base_model: typhoon-ai/llama3.1-typhoon2-8b +language: +- en +library_name: transformers +license: llama3.1 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/typhoon-ai/llama3.1-typhoon2-8b + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#llama3.1-typhoon2-8b-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/llama3.1-typhoon2-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/llama3.1-typhoon2-8b-i1-GGUF/resolve/main/llama3.1-typhoon2-8b.i1-IQ1_S.gguf) | i1-IQ1_S | 2.1 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/llama3.1-typhoon2-8b-i1-GGUF/resolve/main/llama3.1-typhoon2-8b.i1-IQ1_M.gguf) | i1-IQ1_M | 2.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/llama3.1-typhoon2-8b-i1-GGUF/resolve/main/llama3.1-typhoon2-8b.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/llama3.1-typhoon2-8b-i1-GGUF/resolve/main/llama3.1-typhoon2-8b.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/llama3.1-typhoon2-8b-i1-GGUF/resolve/main/llama3.1-typhoon2-8b.i1-IQ2_S.gguf) | i1-IQ2_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/llama3.1-typhoon2-8b-i1-GGUF/resolve/main/llama3.1-typhoon2-8b.i1-IQ2_M.gguf) | i1-IQ2_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/llama3.1-typhoon2-8b-i1-GGUF/resolve/main/llama3.1-typhoon2-8b.i1-Q2_K_S.gguf) | i1-Q2_K_S | 3.1 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/llama3.1-typhoon2-8b-i1-GGUF/resolve/main/llama3.1-typhoon2-8b.i1-Q2_K.gguf) | i1-Q2_K | 3.3 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/llama3.1-typhoon2-8b-i1-GGUF/resolve/main/llama3.1-typhoon2-8b.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/llama3.1-typhoon2-8b-i1-GGUF/resolve/main/llama3.1-typhoon2-8b.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/llama3.1-typhoon2-8b-i1-GGUF/resolve/main/llama3.1-typhoon2-8b.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/llama3.1-typhoon2-8b-i1-GGUF/resolve/main/llama3.1-typhoon2-8b.i1-IQ3_S.gguf) | i1-IQ3_S | 3.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/llama3.1-typhoon2-8b-i1-GGUF/resolve/main/llama3.1-typhoon2-8b.i1-IQ3_M.gguf) | i1-IQ3_M | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/llama3.1-typhoon2-8b-i1-GGUF/resolve/main/llama3.1-typhoon2-8b.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.1 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/llama3.1-typhoon2-8b-i1-GGUF/resolve/main/llama3.1-typhoon2-8b.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.4 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/llama3.1-typhoon2-8b-i1-GGUF/resolve/main/llama3.1-typhoon2-8b.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/llama3.1-typhoon2-8b-i1-GGUF/resolve/main/llama3.1-typhoon2-8b.i1-Q4_0.gguf) | i1-Q4_0 | 4.8 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/llama3.1-typhoon2-8b-i1-GGUF/resolve/main/llama3.1-typhoon2-8b.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.8 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/llama3.1-typhoon2-8b-i1-GGUF/resolve/main/llama3.1-typhoon2-8b.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.8 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/llama3.1-typhoon2-8b-i1-GGUF/resolve/main/llama3.1-typhoon2-8b.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/llama3.1-typhoon2-8b-i1-GGUF/resolve/main/llama3.1-typhoon2-8b.i1-Q4_1.gguf) | i1-Q4_1 | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/llama3.1-typhoon2-8b-i1-GGUF/resolve/main/llama3.1-typhoon2-8b.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/llama3.1-typhoon2-8b-i1-GGUF/resolve/main/llama3.1-typhoon2-8b.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/llama3.1-typhoon2-8b-i1-GGUF/resolve/main/llama3.1-typhoon2-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/llama3.1-typhoon2-8b.i1-IQ1_M.gguf b/llama3.1-typhoon2-8b.i1-IQ1_M.gguf new file mode 100644 index 0000000..78dbd0e --- /dev/null +++ b/llama3.1-typhoon2-8b.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba1cdb8d50907a9c00d526fe7e58caba62714ad5879cc344d477aafc5fec37a4 +size 2161976992 diff --git a/llama3.1-typhoon2-8b.i1-IQ1_S.gguf b/llama3.1-typhoon2-8b.i1-IQ1_S.gguf new file mode 100644 index 0000000..3147a3a --- /dev/null +++ b/llama3.1-typhoon2-8b.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:136fa231d3c4fa6e598d13b450bff8935e40d18379fd41401c0ad5683bb7a463 +size 2019632800 diff --git a/llama3.1-typhoon2-8b.i1-IQ2_M.gguf b/llama3.1-typhoon2-8b.i1-IQ2_M.gguf new file mode 100644 index 0000000..998b7b2 --- /dev/null +++ b/llama3.1-typhoon2-8b.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a86e4d77d3c0fd4d8389e1ec67812300d86ded990932d185145a5c705d779e6 +size 2948286112 diff --git a/llama3.1-typhoon2-8b.i1-IQ2_S.gguf b/llama3.1-typhoon2-8b.i1-IQ2_S.gguf new file mode 100644 index 0000000..9bf3ce6 --- /dev/null +++ b/llama3.1-typhoon2-8b.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4462e9b8ea0ad0ad64e1a0db97e7c8cf8621225abc0167bca9a1d98cb2d16f9b +size 2758493856 diff --git a/llama3.1-typhoon2-8b.i1-IQ2_XS.gguf b/llama3.1-typhoon2-8b.i1-IQ2_XS.gguf new file mode 100644 index 0000000..1608c14 --- /dev/null +++ b/llama3.1-typhoon2-8b.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7803a492fe710de4637d82a7ab012f089fabbcb5ac5a0ec39450aaa7209f070d +size 2605786784 diff --git a/llama3.1-typhoon2-8b.i1-IQ2_XXS.gguf b/llama3.1-typhoon2-8b.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..c5d152f --- /dev/null +++ b/llama3.1-typhoon2-8b.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0749a70927583ab748cfbb6afac9efbf189bc1acb1e288acf477ef1e64011f78 +size 2399217312 diff --git a/llama3.1-typhoon2-8b.i1-IQ3_M.gguf b/llama3.1-typhoon2-8b.i1-IQ3_M.gguf new file mode 100644 index 0000000..ce26a08 --- /dev/null +++ b/llama3.1-typhoon2-8b.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88837c78f5a7a56602519895d30cf66a70a8a7b28c52e237bb3e3a2fa901dae0 +size 3784828576 diff --git a/llama3.1-typhoon2-8b.i1-IQ3_S.gguf b/llama3.1-typhoon2-8b.i1-IQ3_S.gguf new file mode 100644 index 0000000..61ae8a3 --- /dev/null +++ b/llama3.1-typhoon2-8b.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84677076fb299fc81e92ffb11e2dc6f51eeec4a09da3ceffeca39d945ab46ebe +size 3682330272 diff --git a/llama3.1-typhoon2-8b.i1-IQ3_XS.gguf b/llama3.1-typhoon2-8b.i1-IQ3_XS.gguf new file mode 100644 index 0000000..6f4ad74 --- /dev/null +++ b/llama3.1-typhoon2-8b.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:303507dda6948dfd6e392c1912fd62d15402b6394a71417dc79f6ee4a79951cf +size 3518752416 diff --git a/llama3.1-typhoon2-8b.i1-IQ3_XXS.gguf b/llama3.1-typhoon2-8b.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..056afc8 --- /dev/null +++ b/llama3.1-typhoon2-8b.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71443020ff951cece0352ebda794e1892bf586b12675399149a968b0d07e262e +size 3274917536 diff --git a/llama3.1-typhoon2-8b.i1-IQ4_NL.gguf b/llama3.1-typhoon2-8b.i1-IQ4_NL.gguf new file mode 100644 index 0000000..55b45ce --- /dev/null +++ b/llama3.1-typhoon2-8b.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1a3b592f67b4b1c7a944e50e066217ac038d6affc40c257fd4606d19a2c377c +size 4677994144 diff --git a/llama3.1-typhoon2-8b.i1-IQ4_XS.gguf b/llama3.1-typhoon2-8b.i1-IQ4_XS.gguf new file mode 100644 index 0000000..7b0be99 --- /dev/null +++ b/llama3.1-typhoon2-8b.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:471b4aeddcbab5e3be4baee62b0761df2786a84ac5a15d5bf2e51f2fb1f612a5 +size 4447667872 diff --git a/llama3.1-typhoon2-8b.i1-Q2_K.gguf b/llama3.1-typhoon2-8b.i1-Q2_K.gguf new file mode 100644 index 0000000..2d4345e --- /dev/null +++ b/llama3.1-typhoon2-8b.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5f4af1c0b271b7cfbc1c7ce190ccfc979a9b7e83f7ab5e35005391fe8618bf8 +size 3179136672 diff --git a/llama3.1-typhoon2-8b.i1-Q2_K_S.gguf b/llama3.1-typhoon2-8b.i1-Q2_K_S.gguf new file mode 100644 index 0000000..0c86336 --- /dev/null +++ b/llama3.1-typhoon2-8b.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37c4a9fcc7484073a11514576e28e383ab26b413ff8bf97ebfbfaf5bbf438fe5 +size 2988820128 diff --git a/llama3.1-typhoon2-8b.i1-Q3_K_L.gguf b/llama3.1-typhoon2-8b.i1-Q3_K_L.gguf new file mode 100644 index 0000000..b64eea6 --- /dev/null +++ b/llama3.1-typhoon2-8b.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f65322b0f3d1c38180ae9d773e01cca26b75ab797fd56db90468551de0d265e0 +size 4321961632 diff --git a/llama3.1-typhoon2-8b.i1-Q3_K_M.gguf b/llama3.1-typhoon2-8b.i1-Q3_K_M.gguf new file mode 100644 index 0000000..5a8c9a4 --- /dev/null +++ b/llama3.1-typhoon2-8b.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05b0af318009eeb0fd07817567766a0118d4e01918e7b0bd63ed170afcee39bf +size 4018923168 diff --git a/llama3.1-typhoon2-8b.i1-Q3_K_S.gguf b/llama3.1-typhoon2-8b.i1-Q3_K_S.gguf new file mode 100644 index 0000000..d4881c9 --- /dev/null +++ b/llama3.1-typhoon2-8b.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2b2ebbeeabfd703b1c23e5cb7dc7841ff183d4ebaa6ac9fea34accf3d20007b +size 3664504480 diff --git a/llama3.1-typhoon2-8b.i1-Q4_0.gguf b/llama3.1-typhoon2-8b.i1-Q4_0.gguf new file mode 100644 index 0000000..0369d9d --- /dev/null +++ b/llama3.1-typhoon2-8b.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28740122a876ce233372f2ae4073330adec37cd03803e95edebe4b099edd25e5 +size 4675896992 diff --git a/llama3.1-typhoon2-8b.i1-Q4_1.gguf b/llama3.1-typhoon2-8b.i1-Q4_1.gguf new file mode 100644 index 0000000..61c5959 --- /dev/null +++ b/llama3.1-typhoon2-8b.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7a218d979fd3e2b61dfb040a5863957da1be15a1ace0f4bd63c129c55cf79ec +size 5130258080 diff --git a/llama3.1-typhoon2-8b.i1-Q4_K_M.gguf b/llama3.1-typhoon2-8b.i1-Q4_K_M.gguf new file mode 100644 index 0000000..eb87d45 --- /dev/null +++ b/llama3.1-typhoon2-8b.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:520433ba0e793deb9047be3d554d4ebea34e7d20c67493128610ee016bffd674 +size 4920739488 diff --git a/llama3.1-typhoon2-8b.i1-Q4_K_S.gguf b/llama3.1-typhoon2-8b.i1-Q4_K_S.gguf new file mode 100644 index 0000000..772600d --- /dev/null +++ b/llama3.1-typhoon2-8b.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66e1d783673d8cb2fcf979eaca5c0f65c1e8837fdb6a7534644100295d1655cc +size 4692674208 diff --git a/llama3.1-typhoon2-8b.i1-Q5_K_M.gguf b/llama3.1-typhoon2-8b.i1-Q5_K_M.gguf new file mode 100644 index 0000000..4b4cbf3 --- /dev/null +++ b/llama3.1-typhoon2-8b.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3540ba97bbdac3c6190d610cd94afee49527554aadea47642d97c3c862d99efc +size 5732992672 diff --git a/llama3.1-typhoon2-8b.i1-Q5_K_S.gguf b/llama3.1-typhoon2-8b.i1-Q5_K_S.gguf new file mode 100644 index 0000000..ce543ab --- /dev/null +++ b/llama3.1-typhoon2-8b.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ff6d035d177113368240941ccf36a6ba03d90cfb40558d8ef9068bdd33a8ebf +size 5599299232 diff --git a/llama3.1-typhoon2-8b.i1-Q6_K.gguf b/llama3.1-typhoon2-8b.i1-Q6_K.gguf new file mode 100644 index 0000000..3709981 --- /dev/null +++ b/llama3.1-typhoon2-8b.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f169a0bb1b0f28fbb226ca0f90c8ff355fe1eb36593da33154be16c7a102636c +size 6596011680