From 54cb440b994033577173417040d781ca37b25d97 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 6 May 2026 08:53:41 +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/Reasoning-Llama-3.1-CoT-RE1-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++ README.md | 84 +++++++++++++++++++++ Reasoning-Llama-3.1-CoT-RE1.i1-IQ1_M.gguf | 3 + Reasoning-Llama-3.1-CoT-RE1.i1-IQ1_S.gguf | 3 + Reasoning-Llama-3.1-CoT-RE1.i1-IQ2_M.gguf | 3 + Reasoning-Llama-3.1-CoT-RE1.i1-IQ2_S.gguf | 3 + Reasoning-Llama-3.1-CoT-RE1.i1-IQ2_XS.gguf | 3 + Reasoning-Llama-3.1-CoT-RE1.i1-IQ2_XXS.gguf | 3 + Reasoning-Llama-3.1-CoT-RE1.i1-IQ3_M.gguf | 3 + Reasoning-Llama-3.1-CoT-RE1.i1-IQ3_S.gguf | 3 + Reasoning-Llama-3.1-CoT-RE1.i1-IQ3_XS.gguf | 3 + Reasoning-Llama-3.1-CoT-RE1.i1-IQ3_XXS.gguf | 3 + Reasoning-Llama-3.1-CoT-RE1.i1-IQ4_NL.gguf | 3 + Reasoning-Llama-3.1-CoT-RE1.i1-IQ4_XS.gguf | 3 + Reasoning-Llama-3.1-CoT-RE1.i1-Q2_K.gguf | 3 + Reasoning-Llama-3.1-CoT-RE1.i1-Q2_K_S.gguf | 3 + Reasoning-Llama-3.1-CoT-RE1.i1-Q3_K_L.gguf | 3 + Reasoning-Llama-3.1-CoT-RE1.i1-Q3_K_M.gguf | 3 + Reasoning-Llama-3.1-CoT-RE1.i1-Q3_K_S.gguf | 3 + Reasoning-Llama-3.1-CoT-RE1.i1-Q4_0.gguf | 3 + Reasoning-Llama-3.1-CoT-RE1.i1-Q4_1.gguf | 3 + Reasoning-Llama-3.1-CoT-RE1.i1-Q4_K_M.gguf | 3 + Reasoning-Llama-3.1-CoT-RE1.i1-Q4_K_S.gguf | 3 + Reasoning-Llama-3.1-CoT-RE1.i1-Q5_K_M.gguf | 3 + Reasoning-Llama-3.1-CoT-RE1.i1-Q5_K_S.gguf | 3 + Reasoning-Llama-3.1-CoT-RE1.i1-Q6_K.gguf | 3 + imatrix.dat | 3 + 27 files changed, 219 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 Reasoning-Llama-3.1-CoT-RE1.i1-IQ1_M.gguf create mode 100644 Reasoning-Llama-3.1-CoT-RE1.i1-IQ1_S.gguf create mode 100644 Reasoning-Llama-3.1-CoT-RE1.i1-IQ2_M.gguf create mode 100644 Reasoning-Llama-3.1-CoT-RE1.i1-IQ2_S.gguf create mode 100644 Reasoning-Llama-3.1-CoT-RE1.i1-IQ2_XS.gguf create mode 100644 Reasoning-Llama-3.1-CoT-RE1.i1-IQ2_XXS.gguf create mode 100644 Reasoning-Llama-3.1-CoT-RE1.i1-IQ3_M.gguf create mode 100644 Reasoning-Llama-3.1-CoT-RE1.i1-IQ3_S.gguf create mode 100644 Reasoning-Llama-3.1-CoT-RE1.i1-IQ3_XS.gguf create mode 100644 Reasoning-Llama-3.1-CoT-RE1.i1-IQ3_XXS.gguf create mode 100644 Reasoning-Llama-3.1-CoT-RE1.i1-IQ4_NL.gguf create mode 100644 Reasoning-Llama-3.1-CoT-RE1.i1-IQ4_XS.gguf create mode 100644 Reasoning-Llama-3.1-CoT-RE1.i1-Q2_K.gguf create mode 100644 Reasoning-Llama-3.1-CoT-RE1.i1-Q2_K_S.gguf create mode 100644 Reasoning-Llama-3.1-CoT-RE1.i1-Q3_K_L.gguf create mode 100644 Reasoning-Llama-3.1-CoT-RE1.i1-Q3_K_M.gguf create mode 100644 Reasoning-Llama-3.1-CoT-RE1.i1-Q3_K_S.gguf create mode 100644 Reasoning-Llama-3.1-CoT-RE1.i1-Q4_0.gguf create mode 100644 Reasoning-Llama-3.1-CoT-RE1.i1-Q4_1.gguf create mode 100644 Reasoning-Llama-3.1-CoT-RE1.i1-Q4_K_M.gguf create mode 100644 Reasoning-Llama-3.1-CoT-RE1.i1-Q4_K_S.gguf create mode 100644 Reasoning-Llama-3.1-CoT-RE1.i1-Q5_K_M.gguf create mode 100644 Reasoning-Llama-3.1-CoT-RE1.i1-Q5_K_S.gguf create mode 100644 Reasoning-Llama-3.1-CoT-RE1.i1-Q6_K.gguf create mode 100644 imatrix.dat diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b4d08c8 --- /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 +Reasoning-Llama-3.1-CoT-RE1.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Reasoning-Llama-3.1-CoT-RE1.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Reasoning-Llama-3.1-CoT-RE1.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Reasoning-Llama-3.1-CoT-RE1.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Reasoning-Llama-3.1-CoT-RE1.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Reasoning-Llama-3.1-CoT-RE1.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Reasoning-Llama-3.1-CoT-RE1.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Reasoning-Llama-3.1-CoT-RE1.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Reasoning-Llama-3.1-CoT-RE1.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Reasoning-Llama-3.1-CoT-RE1.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Reasoning-Llama-3.1-CoT-RE1.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Reasoning-Llama-3.1-CoT-RE1.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Reasoning-Llama-3.1-CoT-RE1.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Reasoning-Llama-3.1-CoT-RE1.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Reasoning-Llama-3.1-CoT-RE1.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Reasoning-Llama-3.1-CoT-RE1.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Reasoning-Llama-3.1-CoT-RE1.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Reasoning-Llama-3.1-CoT-RE1.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Reasoning-Llama-3.1-CoT-RE1.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Reasoning-Llama-3.1-CoT-RE1.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Reasoning-Llama-3.1-CoT-RE1.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Reasoning-Llama-3.1-CoT-RE1.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Reasoning-Llama-3.1-CoT-RE1.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Reasoning-Llama-3.1-CoT-RE1.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..0514490 --- /dev/null +++ b/README.md @@ -0,0 +1,84 @@ +--- +base_model: EpistemeAI/Reasoning-Llama-3.1-CoT-RE1 +datasets: +- bespokelabs/Bespoke-Stratos-17k +language: +- en +library_name: transformers +license: llama3.1 +quantized_by: mradermacher +tags: +- text-generation-inference +- transformers +- unsloth +- llama +- trl +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/EpistemeAI/Reasoning-Llama-3.1-CoT-RE1 + + +static quants are available at https://huggingface.co/mradermacher/Reasoning-Llama-3.1-CoT-RE1-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/Reasoning-Llama-3.1-CoT-RE1-i1-GGUF/resolve/main/Reasoning-Llama-3.1-CoT-RE1.i1-IQ1_S.gguf) | i1-IQ1_S | 2.1 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Reasoning-Llama-3.1-CoT-RE1-i1-GGUF/resolve/main/Reasoning-Llama-3.1-CoT-RE1.i1-IQ1_M.gguf) | i1-IQ1_M | 2.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Reasoning-Llama-3.1-CoT-RE1-i1-GGUF/resolve/main/Reasoning-Llama-3.1-CoT-RE1.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/Reasoning-Llama-3.1-CoT-RE1-i1-GGUF/resolve/main/Reasoning-Llama-3.1-CoT-RE1.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/Reasoning-Llama-3.1-CoT-RE1-i1-GGUF/resolve/main/Reasoning-Llama-3.1-CoT-RE1.i1-IQ2_S.gguf) | i1-IQ2_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/Reasoning-Llama-3.1-CoT-RE1-i1-GGUF/resolve/main/Reasoning-Llama-3.1-CoT-RE1.i1-IQ2_M.gguf) | i1-IQ2_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/Reasoning-Llama-3.1-CoT-RE1-i1-GGUF/resolve/main/Reasoning-Llama-3.1-CoT-RE1.i1-Q2_K_S.gguf) | i1-Q2_K_S | 3.1 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Reasoning-Llama-3.1-CoT-RE1-i1-GGUF/resolve/main/Reasoning-Llama-3.1-CoT-RE1.i1-Q2_K.gguf) | i1-Q2_K | 3.3 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Reasoning-Llama-3.1-CoT-RE1-i1-GGUF/resolve/main/Reasoning-Llama-3.1-CoT-RE1.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Reasoning-Llama-3.1-CoT-RE1-i1-GGUF/resolve/main/Reasoning-Llama-3.1-CoT-RE1.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/Reasoning-Llama-3.1-CoT-RE1-i1-GGUF/resolve/main/Reasoning-Llama-3.1-CoT-RE1.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Reasoning-Llama-3.1-CoT-RE1-i1-GGUF/resolve/main/Reasoning-Llama-3.1-CoT-RE1.i1-IQ3_S.gguf) | i1-IQ3_S | 3.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Reasoning-Llama-3.1-CoT-RE1-i1-GGUF/resolve/main/Reasoning-Llama-3.1-CoT-RE1.i1-IQ3_M.gguf) | i1-IQ3_M | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/Reasoning-Llama-3.1-CoT-RE1-i1-GGUF/resolve/main/Reasoning-Llama-3.1-CoT-RE1.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.1 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Reasoning-Llama-3.1-CoT-RE1-i1-GGUF/resolve/main/Reasoning-Llama-3.1-CoT-RE1.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.4 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Reasoning-Llama-3.1-CoT-RE1-i1-GGUF/resolve/main/Reasoning-Llama-3.1-CoT-RE1.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/Reasoning-Llama-3.1-CoT-RE1-i1-GGUF/resolve/main/Reasoning-Llama-3.1-CoT-RE1.i1-Q4_0.gguf) | i1-Q4_0 | 4.8 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Reasoning-Llama-3.1-CoT-RE1-i1-GGUF/resolve/main/Reasoning-Llama-3.1-CoT-RE1.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.8 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Reasoning-Llama-3.1-CoT-RE1-i1-GGUF/resolve/main/Reasoning-Llama-3.1-CoT-RE1.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.8 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Reasoning-Llama-3.1-CoT-RE1-i1-GGUF/resolve/main/Reasoning-Llama-3.1-CoT-RE1.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Reasoning-Llama-3.1-CoT-RE1-i1-GGUF/resolve/main/Reasoning-Llama-3.1-CoT-RE1.i1-Q4_1.gguf) | i1-Q4_1 | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/Reasoning-Llama-3.1-CoT-RE1-i1-GGUF/resolve/main/Reasoning-Llama-3.1-CoT-RE1.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/Reasoning-Llama-3.1-CoT-RE1-i1-GGUF/resolve/main/Reasoning-Llama-3.1-CoT-RE1.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/Reasoning-Llama-3.1-CoT-RE1-i1-GGUF/resolve/main/Reasoning-Llama-3.1-CoT-RE1.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/Reasoning-Llama-3.1-CoT-RE1.i1-IQ1_M.gguf b/Reasoning-Llama-3.1-CoT-RE1.i1-IQ1_M.gguf new file mode 100644 index 0000000..fd3766f --- /dev/null +++ b/Reasoning-Llama-3.1-CoT-RE1.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:944d533726d86cc80f7746b8e7dc19b3019cd3c73a0177c382f2f2dc19fff0a4 +size 2161977792 diff --git a/Reasoning-Llama-3.1-CoT-RE1.i1-IQ1_S.gguf b/Reasoning-Llama-3.1-CoT-RE1.i1-IQ1_S.gguf new file mode 100644 index 0000000..492264a --- /dev/null +++ b/Reasoning-Llama-3.1-CoT-RE1.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b00d9d0eaf2a2f01e20f6f2853e2140e9cc02bd5e696a5b60643ad53c42a8fb +size 2019633600 diff --git a/Reasoning-Llama-3.1-CoT-RE1.i1-IQ2_M.gguf b/Reasoning-Llama-3.1-CoT-RE1.i1-IQ2_M.gguf new file mode 100644 index 0000000..560a1ed --- /dev/null +++ b/Reasoning-Llama-3.1-CoT-RE1.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e035ac592a9d0dc9016d34d618dcb994855d98e86d6eb40dc8f3c242c6432977 +size 2948286912 diff --git a/Reasoning-Llama-3.1-CoT-RE1.i1-IQ2_S.gguf b/Reasoning-Llama-3.1-CoT-RE1.i1-IQ2_S.gguf new file mode 100644 index 0000000..4e07835 --- /dev/null +++ b/Reasoning-Llama-3.1-CoT-RE1.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ea60c75017e51a40d13db6612e9bc54e8a18c9e35cd87c5210e16253226423f +size 2758494656 diff --git a/Reasoning-Llama-3.1-CoT-RE1.i1-IQ2_XS.gguf b/Reasoning-Llama-3.1-CoT-RE1.i1-IQ2_XS.gguf new file mode 100644 index 0000000..3cf9eac --- /dev/null +++ b/Reasoning-Llama-3.1-CoT-RE1.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8510f4943529340c1aa533438f514d389e143ca25e18247318255d7c21605f6c +size 2605787584 diff --git a/Reasoning-Llama-3.1-CoT-RE1.i1-IQ2_XXS.gguf b/Reasoning-Llama-3.1-CoT-RE1.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..385f2e3 --- /dev/null +++ b/Reasoning-Llama-3.1-CoT-RE1.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad29b2d0a3c1374e3edb44244c0af5cf9ad96f7dbaaf7bb730bae6ebfd5bfa6 +size 2399218112 diff --git a/Reasoning-Llama-3.1-CoT-RE1.i1-IQ3_M.gguf b/Reasoning-Llama-3.1-CoT-RE1.i1-IQ3_M.gguf new file mode 100644 index 0000000..de5e619 --- /dev/null +++ b/Reasoning-Llama-3.1-CoT-RE1.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2552f2733a0a1d212785d474fc667832f42a1615770d8865850fb29cb04981b +size 3784829376 diff --git a/Reasoning-Llama-3.1-CoT-RE1.i1-IQ3_S.gguf b/Reasoning-Llama-3.1-CoT-RE1.i1-IQ3_S.gguf new file mode 100644 index 0000000..eb9c4e8 --- /dev/null +++ b/Reasoning-Llama-3.1-CoT-RE1.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78a6849b3d645551466b79273b337386876766ed79627ebddc061a715a1c57e9 +size 3682331072 diff --git a/Reasoning-Llama-3.1-CoT-RE1.i1-IQ3_XS.gguf b/Reasoning-Llama-3.1-CoT-RE1.i1-IQ3_XS.gguf new file mode 100644 index 0000000..0a08f66 --- /dev/null +++ b/Reasoning-Llama-3.1-CoT-RE1.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4189bfd18e6df9b7eebc34cff55898f22d83f17d9acd1dd91b19af4fe56a9b6c +size 3518753216 diff --git a/Reasoning-Llama-3.1-CoT-RE1.i1-IQ3_XXS.gguf b/Reasoning-Llama-3.1-CoT-RE1.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..9f3fa26 --- /dev/null +++ b/Reasoning-Llama-3.1-CoT-RE1.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fee7547ba205b96f92f0027c30461dead1e55d084ffa43852353a84fb3eb2029 +size 3274918336 diff --git a/Reasoning-Llama-3.1-CoT-RE1.i1-IQ4_NL.gguf b/Reasoning-Llama-3.1-CoT-RE1.i1-IQ4_NL.gguf new file mode 100644 index 0000000..ea502c2 --- /dev/null +++ b/Reasoning-Llama-3.1-CoT-RE1.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b06fc38506b544c85f0c1ca2c8219a664ef0b36c3d95a71ea1735c5829de2c70 +size 4677994944 diff --git a/Reasoning-Llama-3.1-CoT-RE1.i1-IQ4_XS.gguf b/Reasoning-Llama-3.1-CoT-RE1.i1-IQ4_XS.gguf new file mode 100644 index 0000000..d7ae53d --- /dev/null +++ b/Reasoning-Llama-3.1-CoT-RE1.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd164ca563638af8f6062fd7eec4c62ab116dd15d127f11d12a8ae51e55602b6 +size 4447668672 diff --git a/Reasoning-Llama-3.1-CoT-RE1.i1-Q2_K.gguf b/Reasoning-Llama-3.1-CoT-RE1.i1-Q2_K.gguf new file mode 100644 index 0000000..c99f09e --- /dev/null +++ b/Reasoning-Llama-3.1-CoT-RE1.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48e750d8af63e859c7cf3bd9d052a5f326f4fc9e3ff2687d9e6beacb09577a26 +size 3179137472 diff --git a/Reasoning-Llama-3.1-CoT-RE1.i1-Q2_K_S.gguf b/Reasoning-Llama-3.1-CoT-RE1.i1-Q2_K_S.gguf new file mode 100644 index 0000000..8ad1093 --- /dev/null +++ b/Reasoning-Llama-3.1-CoT-RE1.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b805f0bf9a30f7d316846d26c2cfd864db42f86b1c41ea772dda2a0d3c4abf63 +size 2988820928 diff --git a/Reasoning-Llama-3.1-CoT-RE1.i1-Q3_K_L.gguf b/Reasoning-Llama-3.1-CoT-RE1.i1-Q3_K_L.gguf new file mode 100644 index 0000000..e6ba424 --- /dev/null +++ b/Reasoning-Llama-3.1-CoT-RE1.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c70a33530da9871aaea8630df1af7752650d4a799a71f548c6e2a70a9040aef0 +size 4321962432 diff --git a/Reasoning-Llama-3.1-CoT-RE1.i1-Q3_K_M.gguf b/Reasoning-Llama-3.1-CoT-RE1.i1-Q3_K_M.gguf new file mode 100644 index 0000000..9f5e359 --- /dev/null +++ b/Reasoning-Llama-3.1-CoT-RE1.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14d788b396e661d2cb66657c42a4cefdb959cda4509bbbe8a24aee9ae32b4537 +size 4018923968 diff --git a/Reasoning-Llama-3.1-CoT-RE1.i1-Q3_K_S.gguf b/Reasoning-Llama-3.1-CoT-RE1.i1-Q3_K_S.gguf new file mode 100644 index 0000000..cc82a69 --- /dev/null +++ b/Reasoning-Llama-3.1-CoT-RE1.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab739a7a0b024646b2e2fa6516470f0ab4b93e62b10196786e9ec651f52ac766 +size 3664505280 diff --git a/Reasoning-Llama-3.1-CoT-RE1.i1-Q4_0.gguf b/Reasoning-Llama-3.1-CoT-RE1.i1-Q4_0.gguf new file mode 100644 index 0000000..f077522 --- /dev/null +++ b/Reasoning-Llama-3.1-CoT-RE1.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9211a8a29accb7730a05ea9e2055611ded8f0d1b3ad74c4977d336bbf98233e8 +size 4675897792 diff --git a/Reasoning-Llama-3.1-CoT-RE1.i1-Q4_1.gguf b/Reasoning-Llama-3.1-CoT-RE1.i1-Q4_1.gguf new file mode 100644 index 0000000..4ae1930 --- /dev/null +++ b/Reasoning-Llama-3.1-CoT-RE1.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a1b601796bcead70f10813ca9052acd8e3382bd4bae8723b4e9caa8a60856e0 +size 5130258880 diff --git a/Reasoning-Llama-3.1-CoT-RE1.i1-Q4_K_M.gguf b/Reasoning-Llama-3.1-CoT-RE1.i1-Q4_K_M.gguf new file mode 100644 index 0000000..8d522ee --- /dev/null +++ b/Reasoning-Llama-3.1-CoT-RE1.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac5344fc2696688341d86883969441f16b6d6bc17987e13787c6c6858563a743 +size 4920740288 diff --git a/Reasoning-Llama-3.1-CoT-RE1.i1-Q4_K_S.gguf b/Reasoning-Llama-3.1-CoT-RE1.i1-Q4_K_S.gguf new file mode 100644 index 0000000..9cf666f --- /dev/null +++ b/Reasoning-Llama-3.1-CoT-RE1.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e60f4b5d2f366dbe5d4e4e87abd09e77a2be428877d4c3d91fd1134930f2736d +size 4692675008 diff --git a/Reasoning-Llama-3.1-CoT-RE1.i1-Q5_K_M.gguf b/Reasoning-Llama-3.1-CoT-RE1.i1-Q5_K_M.gguf new file mode 100644 index 0000000..b13964e --- /dev/null +++ b/Reasoning-Llama-3.1-CoT-RE1.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:133ec3cb97ca1c73dbb45686641c2b6c180dcd177314916bb5b317826d3eb493 +size 5732993472 diff --git a/Reasoning-Llama-3.1-CoT-RE1.i1-Q5_K_S.gguf b/Reasoning-Llama-3.1-CoT-RE1.i1-Q5_K_S.gguf new file mode 100644 index 0000000..dc6be37 --- /dev/null +++ b/Reasoning-Llama-3.1-CoT-RE1.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f15e5fcb0d1b27eae066863ecd3a292c9c11893b26ffc64d9e5e161e4500124f +size 5599300032 diff --git a/Reasoning-Llama-3.1-CoT-RE1.i1-Q6_K.gguf b/Reasoning-Llama-3.1-CoT-RE1.i1-Q6_K.gguf new file mode 100644 index 0000000..772a74f --- /dev/null +++ b/Reasoning-Llama-3.1-CoT-RE1.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dc3b7cf96e8703ee81f4106d13632cc0eac5a5bb0ba96da317f570ec7206e33 +size 6596012480 diff --git a/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..414fcbe --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e169c6c09a444f8246e30557930527e6aa30dad98257daf85f4bda798ba81037 +size 4988157