From 4fd051a98c0fbef7966fbcf8c7247436f0c76b68 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 11 Jun 2026 07:32:15 +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/WizardLM-13B-V1.0-Uncensored-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++ README.md | 83 ++++++++++++++++++++ WizardLM-13B-V1.0-Uncensored.i1-IQ1_M.gguf | 3 + WizardLM-13B-V1.0-Uncensored.i1-IQ1_S.gguf | 3 + WizardLM-13B-V1.0-Uncensored.i1-IQ2_M.gguf | 3 + WizardLM-13B-V1.0-Uncensored.i1-IQ2_S.gguf | 3 + WizardLM-13B-V1.0-Uncensored.i1-IQ2_XS.gguf | 3 + WizardLM-13B-V1.0-Uncensored.i1-IQ2_XXS.gguf | 3 + WizardLM-13B-V1.0-Uncensored.i1-IQ3_M.gguf | 3 + WizardLM-13B-V1.0-Uncensored.i1-IQ3_S.gguf | 3 + WizardLM-13B-V1.0-Uncensored.i1-IQ3_XS.gguf | 3 + WizardLM-13B-V1.0-Uncensored.i1-IQ3_XXS.gguf | 3 + WizardLM-13B-V1.0-Uncensored.i1-IQ4_NL.gguf | 3 + WizardLM-13B-V1.0-Uncensored.i1-IQ4_XS.gguf | 3 + WizardLM-13B-V1.0-Uncensored.i1-Q2_K.gguf | 3 + WizardLM-13B-V1.0-Uncensored.i1-Q2_K_S.gguf | 3 + WizardLM-13B-V1.0-Uncensored.i1-Q3_K_L.gguf | 3 + WizardLM-13B-V1.0-Uncensored.i1-Q3_K_M.gguf | 3 + WizardLM-13B-V1.0-Uncensored.i1-Q3_K_S.gguf | 3 + WizardLM-13B-V1.0-Uncensored.i1-Q4_0.gguf | 3 + WizardLM-13B-V1.0-Uncensored.i1-Q4_1.gguf | 3 + WizardLM-13B-V1.0-Uncensored.i1-Q4_K_M.gguf | 3 + WizardLM-13B-V1.0-Uncensored.i1-Q4_K_S.gguf | 3 + WizardLM-13B-V1.0-Uncensored.i1-Q5_K_M.gguf | 3 + WizardLM-13B-V1.0-Uncensored.i1-Q5_K_S.gguf | 3 + WizardLM-13B-V1.0-Uncensored.i1-Q6_K.gguf | 3 + imatrix.dat | 3 + 27 files changed, 218 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 WizardLM-13B-V1.0-Uncensored.i1-IQ1_M.gguf create mode 100644 WizardLM-13B-V1.0-Uncensored.i1-IQ1_S.gguf create mode 100644 WizardLM-13B-V1.0-Uncensored.i1-IQ2_M.gguf create mode 100644 WizardLM-13B-V1.0-Uncensored.i1-IQ2_S.gguf create mode 100644 WizardLM-13B-V1.0-Uncensored.i1-IQ2_XS.gguf create mode 100644 WizardLM-13B-V1.0-Uncensored.i1-IQ2_XXS.gguf create mode 100644 WizardLM-13B-V1.0-Uncensored.i1-IQ3_M.gguf create mode 100644 WizardLM-13B-V1.0-Uncensored.i1-IQ3_S.gguf create mode 100644 WizardLM-13B-V1.0-Uncensored.i1-IQ3_XS.gguf create mode 100644 WizardLM-13B-V1.0-Uncensored.i1-IQ3_XXS.gguf create mode 100644 WizardLM-13B-V1.0-Uncensored.i1-IQ4_NL.gguf create mode 100644 WizardLM-13B-V1.0-Uncensored.i1-IQ4_XS.gguf create mode 100644 WizardLM-13B-V1.0-Uncensored.i1-Q2_K.gguf create mode 100644 WizardLM-13B-V1.0-Uncensored.i1-Q2_K_S.gguf create mode 100644 WizardLM-13B-V1.0-Uncensored.i1-Q3_K_L.gguf create mode 100644 WizardLM-13B-V1.0-Uncensored.i1-Q3_K_M.gguf create mode 100644 WizardLM-13B-V1.0-Uncensored.i1-Q3_K_S.gguf create mode 100644 WizardLM-13B-V1.0-Uncensored.i1-Q4_0.gguf create mode 100644 WizardLM-13B-V1.0-Uncensored.i1-Q4_1.gguf create mode 100644 WizardLM-13B-V1.0-Uncensored.i1-Q4_K_M.gguf create mode 100644 WizardLM-13B-V1.0-Uncensored.i1-Q4_K_S.gguf create mode 100644 WizardLM-13B-V1.0-Uncensored.i1-Q5_K_M.gguf create mode 100644 WizardLM-13B-V1.0-Uncensored.i1-Q5_K_S.gguf create mode 100644 WizardLM-13B-V1.0-Uncensored.i1-Q6_K.gguf create mode 100644 imatrix.dat diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c3cd76b --- /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 +WizardLM-13B-V1.0-Uncensored.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +WizardLM-13B-V1.0-Uncensored.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +WizardLM-13B-V1.0-Uncensored.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +WizardLM-13B-V1.0-Uncensored.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +WizardLM-13B-V1.0-Uncensored.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +WizardLM-13B-V1.0-Uncensored.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +WizardLM-13B-V1.0-Uncensored.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +WizardLM-13B-V1.0-Uncensored.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +WizardLM-13B-V1.0-Uncensored.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +WizardLM-13B-V1.0-Uncensored.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +WizardLM-13B-V1.0-Uncensored.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +WizardLM-13B-V1.0-Uncensored.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +WizardLM-13B-V1.0-Uncensored.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +WizardLM-13B-V1.0-Uncensored.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +WizardLM-13B-V1.0-Uncensored.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +WizardLM-13B-V1.0-Uncensored.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +WizardLM-13B-V1.0-Uncensored.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +WizardLM-13B-V1.0-Uncensored.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +WizardLM-13B-V1.0-Uncensored.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +WizardLM-13B-V1.0-Uncensored.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +WizardLM-13B-V1.0-Uncensored.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +WizardLM-13B-V1.0-Uncensored.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +WizardLM-13B-V1.0-Uncensored.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +WizardLM-13B-V1.0-Uncensored.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..782fb70 --- /dev/null +++ b/README.md @@ -0,0 +1,83 @@ +--- +base_model: QuixiAI/WizardLM-13B-V1.0-Uncensored +datasets: +- ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split +language: +- en +library_name: transformers +license: other +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/QuixiAI/WizardLM-13B-V1.0-Uncensored + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#WizardLM-13B-V1.0-Uncensored-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/WizardLM-13B-V1.0-Uncensored-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/WizardLM-13B-V1.0-Uncensored-i1-GGUF/resolve/main/WizardLM-13B-V1.0-Uncensored.i1-IQ1_S.gguf) | i1-IQ1_S | 3.0 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/WizardLM-13B-V1.0-Uncensored-i1-GGUF/resolve/main/WizardLM-13B-V1.0-Uncensored.i1-IQ1_M.gguf) | i1-IQ1_M | 3.2 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/WizardLM-13B-V1.0-Uncensored-i1-GGUF/resolve/main/WizardLM-13B-V1.0-Uncensored.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/WizardLM-13B-V1.0-Uncensored-i1-GGUF/resolve/main/WizardLM-13B-V1.0-Uncensored.i1-IQ2_XS.gguf) | i1-IQ2_XS | 4.0 | | +| [GGUF](https://huggingface.co/mradermacher/WizardLM-13B-V1.0-Uncensored-i1-GGUF/resolve/main/WizardLM-13B-V1.0-Uncensored.i1-IQ2_S.gguf) | i1-IQ2_S | 4.3 | | +| [GGUF](https://huggingface.co/mradermacher/WizardLM-13B-V1.0-Uncensored-i1-GGUF/resolve/main/WizardLM-13B-V1.0-Uncensored.i1-Q2_K_S.gguf) | i1-Q2_K_S | 4.5 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/WizardLM-13B-V1.0-Uncensored-i1-GGUF/resolve/main/WizardLM-13B-V1.0-Uncensored.i1-IQ2_M.gguf) | i1-IQ2_M | 4.6 | | +| [GGUF](https://huggingface.co/mradermacher/WizardLM-13B-V1.0-Uncensored-i1-GGUF/resolve/main/WizardLM-13B-V1.0-Uncensored.i1-Q2_K.gguf) | i1-Q2_K | 5.0 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/WizardLM-13B-V1.0-Uncensored-i1-GGUF/resolve/main/WizardLM-13B-V1.0-Uncensored.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 5.1 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/WizardLM-13B-V1.0-Uncensored-i1-GGUF/resolve/main/WizardLM-13B-V1.0-Uncensored.i1-IQ3_XS.gguf) | i1-IQ3_XS | 5.5 | | +| [GGUF](https://huggingface.co/mradermacher/WizardLM-13B-V1.0-Uncensored-i1-GGUF/resolve/main/WizardLM-13B-V1.0-Uncensored.i1-IQ3_S.gguf) | i1-IQ3_S | 5.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/WizardLM-13B-V1.0-Uncensored-i1-GGUF/resolve/main/WizardLM-13B-V1.0-Uncensored.i1-Q3_K_S.gguf) | i1-Q3_K_S | 5.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/WizardLM-13B-V1.0-Uncensored-i1-GGUF/resolve/main/WizardLM-13B-V1.0-Uncensored.i1-IQ3_M.gguf) | i1-IQ3_M | 6.1 | | +| [GGUF](https://huggingface.co/mradermacher/WizardLM-13B-V1.0-Uncensored-i1-GGUF/resolve/main/WizardLM-13B-V1.0-Uncensored.i1-Q3_K_M.gguf) | i1-Q3_K_M | 6.4 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/WizardLM-13B-V1.0-Uncensored-i1-GGUF/resolve/main/WizardLM-13B-V1.0-Uncensored.i1-Q3_K_L.gguf) | i1-Q3_K_L | 7.0 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/WizardLM-13B-V1.0-Uncensored-i1-GGUF/resolve/main/WizardLM-13B-V1.0-Uncensored.i1-IQ4_XS.gguf) | i1-IQ4_XS | 7.1 | | +| [GGUF](https://huggingface.co/mradermacher/WizardLM-13B-V1.0-Uncensored-i1-GGUF/resolve/main/WizardLM-13B-V1.0-Uncensored.i1-IQ4_NL.gguf) | i1-IQ4_NL | 7.5 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/WizardLM-13B-V1.0-Uncensored-i1-GGUF/resolve/main/WizardLM-13B-V1.0-Uncensored.i1-Q4_0.gguf) | i1-Q4_0 | 7.5 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/WizardLM-13B-V1.0-Uncensored-i1-GGUF/resolve/main/WizardLM-13B-V1.0-Uncensored.i1-Q4_K_S.gguf) | i1-Q4_K_S | 7.5 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/WizardLM-13B-V1.0-Uncensored-i1-GGUF/resolve/main/WizardLM-13B-V1.0-Uncensored.i1-Q4_K_M.gguf) | i1-Q4_K_M | 8.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/WizardLM-13B-V1.0-Uncensored-i1-GGUF/resolve/main/WizardLM-13B-V1.0-Uncensored.i1-Q4_1.gguf) | i1-Q4_1 | 8.3 | | +| [GGUF](https://huggingface.co/mradermacher/WizardLM-13B-V1.0-Uncensored-i1-GGUF/resolve/main/WizardLM-13B-V1.0-Uncensored.i1-Q5_K_S.gguf) | i1-Q5_K_S | 9.1 | | +| [GGUF](https://huggingface.co/mradermacher/WizardLM-13B-V1.0-Uncensored-i1-GGUF/resolve/main/WizardLM-13B-V1.0-Uncensored.i1-Q5_K_M.gguf) | i1-Q5_K_M | 9.3 | | +| [GGUF](https://huggingface.co/mradermacher/WizardLM-13B-V1.0-Uncensored-i1-GGUF/resolve/main/WizardLM-13B-V1.0-Uncensored.i1-Q6_K.gguf) | i1-Q6_K | 10.8 | 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/WizardLM-13B-V1.0-Uncensored.i1-IQ1_M.gguf b/WizardLM-13B-V1.0-Uncensored.i1-IQ1_M.gguf new file mode 100644 index 0000000..0758fa8 --- /dev/null +++ b/WizardLM-13B-V1.0-Uncensored.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c9a20951290a3e02970ffaca60099adc71083fa364fafdf704cbb9c7fa2b48a +size 3138610592 diff --git a/WizardLM-13B-V1.0-Uncensored.i1-IQ1_S.gguf b/WizardLM-13B-V1.0-Uncensored.i1-IQ1_S.gguf new file mode 100644 index 0000000..156889f --- /dev/null +++ b/WizardLM-13B-V1.0-Uncensored.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc8938648baa76cdb6b7c216e2f3448331ed216da54a8d6be96655223090dede +size 2898687392 diff --git a/WizardLM-13B-V1.0-Uncensored.i1-IQ2_M.gguf b/WizardLM-13B-V1.0-Uncensored.i1-IQ2_M.gguf new file mode 100644 index 0000000..22eb864 --- /dev/null +++ b/WizardLM-13B-V1.0-Uncensored.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f78db8864d567361100a4bbca85e70492ab5509715e59c5310ef165f23868a9a +size 4517580192 diff --git a/WizardLM-13B-V1.0-Uncensored.i1-IQ2_S.gguf b/WizardLM-13B-V1.0-Uncensored.i1-IQ2_S.gguf new file mode 100644 index 0000000..0464b63 --- /dev/null +++ b/WizardLM-13B-V1.0-Uncensored.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6780c3aecab67c750830044fd87133a15d320200b366f9eade1a3d5c188f529 +size 4197682592 diff --git a/WizardLM-13B-V1.0-Uncensored.i1-IQ2_XS.gguf b/WizardLM-13B-V1.0-Uncensored.i1-IQ2_XS.gguf new file mode 100644 index 0000000..089b98a --- /dev/null +++ b/WizardLM-13B-V1.0-Uncensored.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08e0c1ae037a1d7f8e81c43e5bc24c3bcde348c5888e35b1f0924561c7e6b635 +size 3891148192 diff --git a/WizardLM-13B-V1.0-Uncensored.i1-IQ2_XXS.gguf b/WizardLM-13B-V1.0-Uncensored.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..399326a --- /dev/null +++ b/WizardLM-13B-V1.0-Uncensored.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c19ac721c6ce04a01338c4a7da113acbe4a3a8916448ed5c156e200755bae79a +size 3538482592 diff --git a/WizardLM-13B-V1.0-Uncensored.i1-IQ3_M.gguf b/WizardLM-13B-V1.0-Uncensored.i1-IQ3_M.gguf new file mode 100644 index 0000000..dfc8d23 --- /dev/null +++ b/WizardLM-13B-V1.0-Uncensored.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddf45d8b980ef2c6e085f9b0512a9e5502c41f2840ec7d620c35d487c6a47f58 +size 5984511392 diff --git a/WizardLM-13B-V1.0-Uncensored.i1-IQ3_S.gguf b/WizardLM-13B-V1.0-Uncensored.i1-IQ3_S.gguf new file mode 100644 index 0000000..6ea85d7 --- /dev/null +++ b/WizardLM-13B-V1.0-Uncensored.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e13152b77196e73e86a82801266ed1e1ff6c34359cc063d7b15b52d353d3e924 +size 5658981792 diff --git a/WizardLM-13B-V1.0-Uncensored.i1-IQ3_XS.gguf b/WizardLM-13B-V1.0-Uncensored.i1-IQ3_XS.gguf new file mode 100644 index 0000000..abd3d46 --- /dev/null +++ b/WizardLM-13B-V1.0-Uncensored.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83310d19bd38f7791a918c31b14a2af70af070c9760b05794c6318abd23ac747 +size 5361612192 diff --git a/WizardLM-13B-V1.0-Uncensored.i1-IQ3_XXS.gguf b/WizardLM-13B-V1.0-Uncensored.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..e339710 --- /dev/null +++ b/WizardLM-13B-V1.0-Uncensored.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2553415c9b8f12b026d5689c6e1abde75405179fbc8bf9d8124a099badbcc5f7 +size 4960562592 diff --git a/WizardLM-13B-V1.0-Uncensored.i1-IQ4_NL.gguf b/WizardLM-13B-V1.0-Uncensored.i1-IQ4_NL.gguf new file mode 100644 index 0000000..392d103 --- /dev/null +++ b/WizardLM-13B-V1.0-Uncensored.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0140a0e75f57d5649c18b9cbb58dee9bb5f3bb14def3cabfb29da1756de50d4f +size 7365836192 diff --git a/WizardLM-13B-V1.0-Uncensored.i1-IQ4_XS.gguf b/WizardLM-13B-V1.0-Uncensored.i1-IQ4_XS.gguf new file mode 100644 index 0000000..467eacf --- /dev/null +++ b/WizardLM-13B-V1.0-Uncensored.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9472ce142ebe5cf422a935b4733ee9ab1123804ad208befded492b4d8aab77a +size 6964223392 diff --git a/WizardLM-13B-V1.0-Uncensored.i1-Q2_K.gguf b/WizardLM-13B-V1.0-Uncensored.i1-Q2_K.gguf new file mode 100644 index 0000000..1c0ac78 --- /dev/null +++ b/WizardLM-13B-V1.0-Uncensored.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c3e2a2d731ebeb1a792e647b4fb8c1b4cb6fff02bacd62c683886ade62aca20 +size 4854271392 diff --git a/WizardLM-13B-V1.0-Uncensored.i1-Q2_K_S.gguf b/WizardLM-13B-V1.0-Uncensored.i1-Q2_K_S.gguf new file mode 100644 index 0000000..19f479c --- /dev/null +++ b/WizardLM-13B-V1.0-Uncensored.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c999362c2e0359c3cd7375d75debe2adfd0e04c067d166b014ffb008722691a0 +size 4436684192 diff --git a/WizardLM-13B-V1.0-Uncensored.i1-Q3_K_L.gguf b/WizardLM-13B-V1.0-Uncensored.i1-Q3_K_L.gguf new file mode 100644 index 0000000..4d54edc --- /dev/null +++ b/WizardLM-13B-V1.0-Uncensored.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d80c1406bb674c76f72a320f8f6c6f61d2daf3411b1518aec8bd05e4cd6f2eb +size 6929560992 diff --git a/WizardLM-13B-V1.0-Uncensored.i1-Q3_K_M.gguf b/WizardLM-13B-V1.0-Uncensored.i1-Q3_K_M.gguf new file mode 100644 index 0000000..b4d3d6c --- /dev/null +++ b/WizardLM-13B-V1.0-Uncensored.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96b55b6c44caae0746333bad91425b7f261a93ab08fd3a9a399908ddb962a188 +size 6337770912 diff --git a/WizardLM-13B-V1.0-Uncensored.i1-Q3_K_S.gguf b/WizardLM-13B-V1.0-Uncensored.i1-Q3_K_S.gguf new file mode 100644 index 0000000..9a7ca03 --- /dev/null +++ b/WizardLM-13B-V1.0-Uncensored.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96672ed46b446124928b560a12c475824846c2c07ac85ab20bd37689ce62c32b +size 5658981792 diff --git a/WizardLM-13B-V1.0-Uncensored.i1-Q4_0.gguf b/WizardLM-13B-V1.0-Uncensored.i1-Q4_0.gguf new file mode 100644 index 0000000..1689df2 --- /dev/null +++ b/WizardLM-13B-V1.0-Uncensored.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d5c066f3bb0a059afadd29f988098ff27f4125d87995d676de259ed18061bac +size 7387954592 diff --git a/WizardLM-13B-V1.0-Uncensored.i1-Q4_1.gguf b/WizardLM-13B-V1.0-Uncensored.i1-Q4_1.gguf new file mode 100644 index 0000000..77087fc --- /dev/null +++ b/WizardLM-13B-V1.0-Uncensored.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:261dca73b385fdf1fd33513be7276523086eacd3dcc2b280aae444c00bbc0a9b +size 8169061792 diff --git a/WizardLM-13B-V1.0-Uncensored.i1-Q4_K_M.gguf b/WizardLM-13B-V1.0-Uncensored.i1-Q4_K_M.gguf new file mode 100644 index 0000000..1610497 --- /dev/null +++ b/WizardLM-13B-V1.0-Uncensored.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dae05ff3592b1bffd38a42682e384f858f71870708f71b1e6bcba49f789f0316 +size 7865957792 diff --git a/WizardLM-13B-V1.0-Uncensored.i1-Q4_K_S.gguf b/WizardLM-13B-V1.0-Uncensored.i1-Q4_K_S.gguf new file mode 100644 index 0000000..8cc2675 --- /dev/null +++ b/WizardLM-13B-V1.0-Uncensored.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c37fccf20d7456f295e7dacc493764292eed5461f5762fd284973ddb480922fc +size 7423180192 diff --git a/WizardLM-13B-V1.0-Uncensored.i1-Q5_K_M.gguf b/WizardLM-13B-V1.0-Uncensored.i1-Q5_K_M.gguf new file mode 100644 index 0000000..9b8bf5f --- /dev/null +++ b/WizardLM-13B-V1.0-Uncensored.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aa4168bbad541312119095c1509bb6adaadff1dc714a8da4e5fc97e4074bdc5 +size 9229925792 diff --git a/WizardLM-13B-V1.0-Uncensored.i1-Q5_K_S.gguf b/WizardLM-13B-V1.0-Uncensored.i1-Q5_K_S.gguf new file mode 100644 index 0000000..6e0a80d --- /dev/null +++ b/WizardLM-13B-V1.0-Uncensored.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cbc964051b747dc6342607bb040a48debceb220f3abb87d01f1bfe4bb7e3302 +size 8972287392 diff --git a/WizardLM-13B-V1.0-Uncensored.i1-Q6_K.gguf b/WizardLM-13B-V1.0-Uncensored.i1-Q6_K.gguf new file mode 100644 index 0000000..b162f10 --- /dev/null +++ b/WizardLM-13B-V1.0-Uncensored.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5766ebf8bdf66e71dd4557b341e38055d2c82f6f311e89fb2e12deadbe7d5c2e +size 10679141792 diff --git a/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..01e3f8a --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f95ff9e3e179c901e28e6ed467b92ed701d7eedac237d3e8075ade67effa758c +size 7136325