From 2a42eb4bdf6d6985c3fd5e1006d19c59ba913801 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 17 Jun 2026 07:44:16 +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/WorldModel-Stabletoolbench-Llama3.1-8B-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++ README.md | 89 +++++++++++++++++++ ...-Stabletoolbench-Llama3.1-8B.i1-IQ1_M.gguf | 3 + ...-Stabletoolbench-Llama3.1-8B.i1-IQ1_S.gguf | 3 + ...-Stabletoolbench-Llama3.1-8B.i1-IQ2_M.gguf | 3 + ...-Stabletoolbench-Llama3.1-8B.i1-IQ2_S.gguf | 3 + ...Stabletoolbench-Llama3.1-8B.i1-IQ2_XS.gguf | 3 + ...tabletoolbench-Llama3.1-8B.i1-IQ2_XXS.gguf | 3 + ...-Stabletoolbench-Llama3.1-8B.i1-IQ3_M.gguf | 3 + ...-Stabletoolbench-Llama3.1-8B.i1-IQ3_S.gguf | 3 + ...Stabletoolbench-Llama3.1-8B.i1-IQ3_XS.gguf | 3 + ...tabletoolbench-Llama3.1-8B.i1-IQ3_XXS.gguf | 3 + ...Stabletoolbench-Llama3.1-8B.i1-IQ4_NL.gguf | 3 + ...Stabletoolbench-Llama3.1-8B.i1-IQ4_XS.gguf | 3 + ...l-Stabletoolbench-Llama3.1-8B.i1-Q2_K.gguf | 3 + ...Stabletoolbench-Llama3.1-8B.i1-Q2_K_S.gguf | 3 + ...Stabletoolbench-Llama3.1-8B.i1-Q3_K_L.gguf | 3 + ...Stabletoolbench-Llama3.1-8B.i1-Q3_K_M.gguf | 3 + ...Stabletoolbench-Llama3.1-8B.i1-Q3_K_S.gguf | 3 + ...l-Stabletoolbench-Llama3.1-8B.i1-Q4_0.gguf | 3 + ...l-Stabletoolbench-Llama3.1-8B.i1-Q4_1.gguf | 3 + ...Stabletoolbench-Llama3.1-8B.i1-Q4_K_M.gguf | 3 + ...Stabletoolbench-Llama3.1-8B.i1-Q4_K_S.gguf | 3 + ...Stabletoolbench-Llama3.1-8B.i1-Q5_K_M.gguf | 3 + ...Stabletoolbench-Llama3.1-8B.i1-Q5_K_S.gguf | 3 + ...l-Stabletoolbench-Llama3.1-8B.i1-Q6_K.gguf | 3 + ...l-Stabletoolbench-Llama3.1-8B.imatrix.gguf | 3 + 27 files changed, 224 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ1_M.gguf create mode 100644 WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ1_S.gguf create mode 100644 WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ2_M.gguf create mode 100644 WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ2_S.gguf create mode 100644 WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ2_XS.gguf create mode 100644 WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ2_XXS.gguf create mode 100644 WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ3_M.gguf create mode 100644 WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ3_S.gguf create mode 100644 WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ3_XS.gguf create mode 100644 WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ3_XXS.gguf create mode 100644 WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ4_NL.gguf create mode 100644 WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ4_XS.gguf create mode 100644 WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q2_K.gguf create mode 100644 WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q2_K_S.gguf create mode 100644 WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q3_K_L.gguf create mode 100644 WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q3_K_M.gguf create mode 100644 WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q3_K_S.gguf create mode 100644 WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q4_0.gguf create mode 100644 WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q4_1.gguf create mode 100644 WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q4_K_M.gguf create mode 100644 WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q4_K_S.gguf create mode 100644 WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q5_K_M.gguf create mode 100644 WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q5_K_S.gguf create mode 100644 WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q6_K.gguf create mode 100644 WorldModel-Stabletoolbench-Llama3.1-8B.imatrix.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e4eb9d3 --- /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 +WorldModel-Stabletoolbench-Llama3.1-8B.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..236da6c --- /dev/null +++ b/README.md @@ -0,0 +1,89 @@ +--- +base_model: X1AOX1A/WorldModel-Stabletoolbench-Llama3.1-8B +language: +- en +library_name: transformers +license: other +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- llama-factory +- full +- generated_from_trainer +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/X1AOX1A/WorldModel-Stabletoolbench-Llama3.1-8B + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#WorldModel-Stabletoolbench-Llama3.1-8B-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/WorldModel-Stabletoolbench-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/WorldModel-Stabletoolbench-Llama3.1-8B-i1-GGUF/resolve/main/WorldModel-Stabletoolbench-Llama3.1-8B.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/WorldModel-Stabletoolbench-Llama3.1-8B-i1-GGUF/resolve/main/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ1_S.gguf) | i1-IQ1_S | 2.1 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/WorldModel-Stabletoolbench-Llama3.1-8B-i1-GGUF/resolve/main/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ1_M.gguf) | i1-IQ1_M | 2.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/WorldModel-Stabletoolbench-Llama3.1-8B-i1-GGUF/resolve/main/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/WorldModel-Stabletoolbench-Llama3.1-8B-i1-GGUF/resolve/main/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/WorldModel-Stabletoolbench-Llama3.1-8B-i1-GGUF/resolve/main/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ2_S.gguf) | i1-IQ2_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/WorldModel-Stabletoolbench-Llama3.1-8B-i1-GGUF/resolve/main/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ2_M.gguf) | i1-IQ2_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/WorldModel-Stabletoolbench-Llama3.1-8B-i1-GGUF/resolve/main/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q2_K_S.gguf) | i1-Q2_K_S | 3.1 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/WorldModel-Stabletoolbench-Llama3.1-8B-i1-GGUF/resolve/main/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q2_K.gguf) | i1-Q2_K | 3.3 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/WorldModel-Stabletoolbench-Llama3.1-8B-i1-GGUF/resolve/main/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/WorldModel-Stabletoolbench-Llama3.1-8B-i1-GGUF/resolve/main/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/WorldModel-Stabletoolbench-Llama3.1-8B-i1-GGUF/resolve/main/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/WorldModel-Stabletoolbench-Llama3.1-8B-i1-GGUF/resolve/main/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ3_S.gguf) | i1-IQ3_S | 3.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/WorldModel-Stabletoolbench-Llama3.1-8B-i1-GGUF/resolve/main/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ3_M.gguf) | i1-IQ3_M | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/WorldModel-Stabletoolbench-Llama3.1-8B-i1-GGUF/resolve/main/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.1 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/WorldModel-Stabletoolbench-Llama3.1-8B-i1-GGUF/resolve/main/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.4 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/WorldModel-Stabletoolbench-Llama3.1-8B-i1-GGUF/resolve/main/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/WorldModel-Stabletoolbench-Llama3.1-8B-i1-GGUF/resolve/main/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q4_0.gguf) | i1-Q4_0 | 4.8 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/WorldModel-Stabletoolbench-Llama3.1-8B-i1-GGUF/resolve/main/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.8 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/WorldModel-Stabletoolbench-Llama3.1-8B-i1-GGUF/resolve/main/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.8 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/WorldModel-Stabletoolbench-Llama3.1-8B-i1-GGUF/resolve/main/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/WorldModel-Stabletoolbench-Llama3.1-8B-i1-GGUF/resolve/main/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q4_1.gguf) | i1-Q4_1 | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/WorldModel-Stabletoolbench-Llama3.1-8B-i1-GGUF/resolve/main/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/WorldModel-Stabletoolbench-Llama3.1-8B-i1-GGUF/resolve/main/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/WorldModel-Stabletoolbench-Llama3.1-8B-i1-GGUF/resolve/main/WorldModel-Stabletoolbench-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/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ1_M.gguf b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ1_M.gguf new file mode 100644 index 0000000..00a9b9b --- /dev/null +++ b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9685311e448c750d57f01ead2718d0d5a28d48eedf0a3071ec21eabc50d734fc +size 2161973664 diff --git a/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ1_S.gguf b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ1_S.gguf new file mode 100644 index 0000000..107842d --- /dev/null +++ b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3688075f04d4f3ed9fea3de40b1fa8389aedb807e78d5bd204b784e01d6d3816 +size 2019629472 diff --git a/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ2_M.gguf b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ2_M.gguf new file mode 100644 index 0000000..e090850 --- /dev/null +++ b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18b322379327195b42c0d3567558e269fc9261912e90c21339c0222e9d97d429 +size 2948282784 diff --git a/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ2_S.gguf b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ2_S.gguf new file mode 100644 index 0000000..1b60c26 --- /dev/null +++ b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f40efe7ba3838aac9b7d68ce04e0fc1fc8e38ee0d29dacad303c6bf1338416e +size 2758490528 diff --git a/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ2_XS.gguf b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ2_XS.gguf new file mode 100644 index 0000000..71db5ae --- /dev/null +++ b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efb653226480993e18b78b5eedb1d4b1527dbbf62bcbb485d08ab5c9d922820b +size 2605783456 diff --git a/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ2_XXS.gguf b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..2c1c432 --- /dev/null +++ b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b852ebf38e3a5d12afa6be5e30be4eefa5a045ca9245bc4a6ea62d21c624a2e7 +size 2399213984 diff --git a/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ3_M.gguf b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ3_M.gguf new file mode 100644 index 0000000..34c59e2 --- /dev/null +++ b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5468ef1f9b71b26150c1854c07a53470ee34217ce997809b3e199fba988df78 +size 3784825248 diff --git a/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ3_S.gguf b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ3_S.gguf new file mode 100644 index 0000000..edaca4e --- /dev/null +++ b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c46457677925c760e39eb8bd2a3981712e820f1bf4a806e2fa768f203d28b997 +size 3682326944 diff --git a/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ3_XS.gguf b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ3_XS.gguf new file mode 100644 index 0000000..e4e3898 --- /dev/null +++ b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a35873b4b5461b77988c33111b0b88b91e1eba661110c58eb4608b3de4cc420e +size 3518749088 diff --git a/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ3_XXS.gguf b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..868bd5c --- /dev/null +++ b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f00ec83b8670151c287dc960df2fb5af420b9fdfedde73f33f9d48b7a0bf02 +size 3274914208 diff --git a/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ4_NL.gguf b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ4_NL.gguf new file mode 100644 index 0000000..9ee9a3e --- /dev/null +++ b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bf6497b96548bcb1c9576ca71b82814b1bcb93e5b37570cb7f2304a2552f2dc +size 4677990816 diff --git a/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ4_XS.gguf b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ4_XS.gguf new file mode 100644 index 0000000..29cab8b --- /dev/null +++ b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d6d072764dd3f926211bb23db31caaa1915bdf9df543dd945769d9732610ed9 +size 4447664544 diff --git a/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q2_K.gguf b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q2_K.gguf new file mode 100644 index 0000000..b7574c7 --- /dev/null +++ b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49c8efec07ae70762aa56c2f693df564e175a104ecffcf182452d4190112c2c6 +size 3179133344 diff --git a/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q2_K_S.gguf b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q2_K_S.gguf new file mode 100644 index 0000000..9ce696e --- /dev/null +++ b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dce98550636ff9453235c503cbbaedfbaba794d992c49fc2bca4f7e590baf11 +size 2988816800 diff --git a/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q3_K_L.gguf b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q3_K_L.gguf new file mode 100644 index 0000000..922484d --- /dev/null +++ b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f99e3359cd737d07611193d045620f75beecb9a68ccf465b13b1d911a665943 +size 4321958304 diff --git a/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q3_K_M.gguf b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q3_K_M.gguf new file mode 100644 index 0000000..53c5db6 --- /dev/null +++ b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b888404f74daec8dedfd46f876d02943c8f9a6a36068f8fa3c3a8b4afc72b2bb +size 4018919840 diff --git a/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q3_K_S.gguf b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q3_K_S.gguf new file mode 100644 index 0000000..af7aabb --- /dev/null +++ b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9b02a7e43670d4a991e5af2482c3ceacc24e251f891bfae59f835363b72826c +size 3664501152 diff --git a/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q4_0.gguf b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q4_0.gguf new file mode 100644 index 0000000..eeb0d8e --- /dev/null +++ b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6490bacb0a1d627114ae8259a9bc1f91de11e962a74271211eb4bd9368346d6 +size 4675893664 diff --git a/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q4_1.gguf b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q4_1.gguf new file mode 100644 index 0000000..0c57c25 --- /dev/null +++ b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c82600cfd31e27052db6ae679d1dd25d3e861dc8b2289f717e2d835ddfd3cc5d +size 5130254752 diff --git a/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q4_K_M.gguf b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q4_K_M.gguf new file mode 100644 index 0000000..7dba57d --- /dev/null +++ b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b568c26263c1e21dfd8dc86470cf344ff2dd59380da570fdcf7ccfaba4f9ff1 +size 4920736160 diff --git a/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q4_K_S.gguf b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q4_K_S.gguf new file mode 100644 index 0000000..3f3e803 --- /dev/null +++ b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f68ec5dd2b97388950754ce92019869d98a472e463b1230700b4b18ff3304b9e +size 4692670880 diff --git a/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q5_K_M.gguf b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q5_K_M.gguf new file mode 100644 index 0000000..5bbd76e --- /dev/null +++ b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc1ee793c99cde13d9a836e67ab569d344696d8be849a389b4e1c97ef67fd942 +size 5732989344 diff --git a/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q5_K_S.gguf b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q5_K_S.gguf new file mode 100644 index 0000000..babcbe8 --- /dev/null +++ b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58edb560147d1d82af73e80adce0705df0e92472101d5a1c675be1e72f2b0525 +size 5599295904 diff --git a/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q6_K.gguf b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q6_K.gguf new file mode 100644 index 0000000..c9d500e --- /dev/null +++ b/WorldModel-Stabletoolbench-Llama3.1-8B.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5f465e9bbc610b94fd6e02399717b5e23f59db1fa6296634e214c54d40bf3eb +size 6596008352 diff --git a/WorldModel-Stabletoolbench-Llama3.1-8B.imatrix.gguf b/WorldModel-Stabletoolbench-Llama3.1-8B.imatrix.gguf new file mode 100644 index 0000000..afeaa71 --- /dev/null +++ b/WorldModel-Stabletoolbench-Llama3.1-8B.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:092b493fd7fdf56cdb465aa81b2c8e22f74b9957ff37de3b54e269502c7fc6e7 +size 5015200