From dcbb78f2cc5a2968d87f4f150c3667eae306a1e3 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 11 Jun 2026 06:28: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/Wizard-Vicuna-7B-Uncensored-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++ README.md | 85 ++++++++++++++++++++ Wizard-Vicuna-7B-Uncensored.i1-IQ1_M.gguf | 3 + Wizard-Vicuna-7B-Uncensored.i1-IQ1_S.gguf | 3 + Wizard-Vicuna-7B-Uncensored.i1-IQ2_M.gguf | 3 + Wizard-Vicuna-7B-Uncensored.i1-IQ2_S.gguf | 3 + Wizard-Vicuna-7B-Uncensored.i1-IQ2_XS.gguf | 3 + Wizard-Vicuna-7B-Uncensored.i1-IQ2_XXS.gguf | 3 + Wizard-Vicuna-7B-Uncensored.i1-IQ3_M.gguf | 3 + Wizard-Vicuna-7B-Uncensored.i1-IQ3_S.gguf | 3 + Wizard-Vicuna-7B-Uncensored.i1-IQ3_XS.gguf | 3 + Wizard-Vicuna-7B-Uncensored.i1-IQ3_XXS.gguf | 3 + Wizard-Vicuna-7B-Uncensored.i1-IQ4_XS.gguf | 3 + Wizard-Vicuna-7B-Uncensored.i1-Q2_K.gguf | 3 + Wizard-Vicuna-7B-Uncensored.i1-Q3_K_L.gguf | 3 + Wizard-Vicuna-7B-Uncensored.i1-Q3_K_M.gguf | 3 + Wizard-Vicuna-7B-Uncensored.i1-Q3_K_S.gguf | 3 + Wizard-Vicuna-7B-Uncensored.i1-Q4_0.gguf | 3 + Wizard-Vicuna-7B-Uncensored.i1-Q4_0_4_4.gguf | 3 + Wizard-Vicuna-7B-Uncensored.i1-Q4_0_4_8.gguf | 3 + Wizard-Vicuna-7B-Uncensored.i1-Q4_0_8_8.gguf | 3 + Wizard-Vicuna-7B-Uncensored.i1-Q4_K_M.gguf | 3 + Wizard-Vicuna-7B-Uncensored.i1-Q4_K_S.gguf | 3 + Wizard-Vicuna-7B-Uncensored.i1-Q5_K_M.gguf | 3 + Wizard-Vicuna-7B-Uncensored.i1-Q5_K_S.gguf | 3 + Wizard-Vicuna-7B-Uncensored.i1-Q6_K.gguf | 3 + imatrix.dat | 3 + 27 files changed, 220 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 Wizard-Vicuna-7B-Uncensored.i1-IQ1_M.gguf create mode 100644 Wizard-Vicuna-7B-Uncensored.i1-IQ1_S.gguf create mode 100644 Wizard-Vicuna-7B-Uncensored.i1-IQ2_M.gguf create mode 100644 Wizard-Vicuna-7B-Uncensored.i1-IQ2_S.gguf create mode 100644 Wizard-Vicuna-7B-Uncensored.i1-IQ2_XS.gguf create mode 100644 Wizard-Vicuna-7B-Uncensored.i1-IQ2_XXS.gguf create mode 100644 Wizard-Vicuna-7B-Uncensored.i1-IQ3_M.gguf create mode 100644 Wizard-Vicuna-7B-Uncensored.i1-IQ3_S.gguf create mode 100644 Wizard-Vicuna-7B-Uncensored.i1-IQ3_XS.gguf create mode 100644 Wizard-Vicuna-7B-Uncensored.i1-IQ3_XXS.gguf create mode 100644 Wizard-Vicuna-7B-Uncensored.i1-IQ4_XS.gguf create mode 100644 Wizard-Vicuna-7B-Uncensored.i1-Q2_K.gguf create mode 100644 Wizard-Vicuna-7B-Uncensored.i1-Q3_K_L.gguf create mode 100644 Wizard-Vicuna-7B-Uncensored.i1-Q3_K_M.gguf create mode 100644 Wizard-Vicuna-7B-Uncensored.i1-Q3_K_S.gguf create mode 100644 Wizard-Vicuna-7B-Uncensored.i1-Q4_0.gguf create mode 100644 Wizard-Vicuna-7B-Uncensored.i1-Q4_0_4_4.gguf create mode 100644 Wizard-Vicuna-7B-Uncensored.i1-Q4_0_4_8.gguf create mode 100644 Wizard-Vicuna-7B-Uncensored.i1-Q4_0_8_8.gguf create mode 100644 Wizard-Vicuna-7B-Uncensored.i1-Q4_K_M.gguf create mode 100644 Wizard-Vicuna-7B-Uncensored.i1-Q4_K_S.gguf create mode 100644 Wizard-Vicuna-7B-Uncensored.i1-Q5_K_M.gguf create mode 100644 Wizard-Vicuna-7B-Uncensored.i1-Q5_K_S.gguf create mode 100644 Wizard-Vicuna-7B-Uncensored.i1-Q6_K.gguf create mode 100644 imatrix.dat diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6fd6473 --- /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 +Wizard-Vicuna-7B-Uncensored.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Wizard-Vicuna-7B-Uncensored.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Wizard-Vicuna-7B-Uncensored.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Wizard-Vicuna-7B-Uncensored.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Wizard-Vicuna-7B-Uncensored.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Wizard-Vicuna-7B-Uncensored.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Wizard-Vicuna-7B-Uncensored.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Wizard-Vicuna-7B-Uncensored.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Wizard-Vicuna-7B-Uncensored.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Wizard-Vicuna-7B-Uncensored.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Wizard-Vicuna-7B-Uncensored.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Wizard-Vicuna-7B-Uncensored.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Wizard-Vicuna-7B-Uncensored.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Wizard-Vicuna-7B-Uncensored.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Wizard-Vicuna-7B-Uncensored.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Wizard-Vicuna-7B-Uncensored.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Wizard-Vicuna-7B-Uncensored.i1-Q4_0_4_4.gguf filter=lfs diff=lfs merge=lfs -text +Wizard-Vicuna-7B-Uncensored.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Wizard-Vicuna-7B-Uncensored.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Wizard-Vicuna-7B-Uncensored.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Wizard-Vicuna-7B-Uncensored.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Wizard-Vicuna-7B-Uncensored.i1-Q4_0_4_8.gguf filter=lfs diff=lfs merge=lfs -text +Wizard-Vicuna-7B-Uncensored.i1-Q4_0_8_8.gguf filter=lfs diff=lfs merge=lfs -text +Wizard-Vicuna-7B-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..130c7e8 --- /dev/null +++ b/README.md @@ -0,0 +1,85 @@ +--- +base_model: QuixiAI/Wizard-Vicuna-7B-Uncensored +datasets: +- ehartford/wizard_vicuna_70k_unfiltered +language: +- en +library_name: transformers +license: other +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- uncensored +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/QuixiAI/Wizard-Vicuna-7B-Uncensored + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Wizard-Vicuna-7B-Uncensored-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Wizard-Vicuna-7B-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/Wizard-Vicuna-7B-Uncensored-i1-GGUF/resolve/main/Wizard-Vicuna-7B-Uncensored.i1-IQ1_S.gguf) | i1-IQ1_S | 1.6 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Wizard-Vicuna-7B-Uncensored-i1-GGUF/resolve/main/Wizard-Vicuna-7B-Uncensored.i1-IQ1_M.gguf) | i1-IQ1_M | 1.8 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Wizard-Vicuna-7B-Uncensored-i1-GGUF/resolve/main/Wizard-Vicuna-7B-Uncensored.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.0 | | +| [GGUF](https://huggingface.co/mradermacher/Wizard-Vicuna-7B-Uncensored-i1-GGUF/resolve/main/Wizard-Vicuna-7B-Uncensored.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.1 | | +| [GGUF](https://huggingface.co/mradermacher/Wizard-Vicuna-7B-Uncensored-i1-GGUF/resolve/main/Wizard-Vicuna-7B-Uncensored.i1-IQ2_S.gguf) | i1-IQ2_S | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/Wizard-Vicuna-7B-Uncensored-i1-GGUF/resolve/main/Wizard-Vicuna-7B-Uncensored.i1-IQ2_M.gguf) | i1-IQ2_M | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/Wizard-Vicuna-7B-Uncensored-i1-GGUF/resolve/main/Wizard-Vicuna-7B-Uncensored.i1-Q2_K.gguf) | i1-Q2_K | 2.6 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Wizard-Vicuna-7B-Uncensored-i1-GGUF/resolve/main/Wizard-Vicuna-7B-Uncensored.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 2.7 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Wizard-Vicuna-7B-Uncensored-i1-GGUF/resolve/main/Wizard-Vicuna-7B-Uncensored.i1-IQ3_XS.gguf) | i1-IQ3_XS | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/Wizard-Vicuna-7B-Uncensored-i1-GGUF/resolve/main/Wizard-Vicuna-7B-Uncensored.i1-IQ3_S.gguf) | i1-IQ3_S | 3.0 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Wizard-Vicuna-7B-Uncensored-i1-GGUF/resolve/main/Wizard-Vicuna-7B-Uncensored.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.0 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Wizard-Vicuna-7B-Uncensored-i1-GGUF/resolve/main/Wizard-Vicuna-7B-Uncensored.i1-IQ3_M.gguf) | i1-IQ3_M | 3.2 | | +| [GGUF](https://huggingface.co/mradermacher/Wizard-Vicuna-7B-Uncensored-i1-GGUF/resolve/main/Wizard-Vicuna-7B-Uncensored.i1-Q3_K_M.gguf) | i1-Q3_K_M | 3.4 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Wizard-Vicuna-7B-Uncensored-i1-GGUF/resolve/main/Wizard-Vicuna-7B-Uncensored.i1-Q3_K_L.gguf) | i1-Q3_K_L | 3.7 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Wizard-Vicuna-7B-Uncensored-i1-GGUF/resolve/main/Wizard-Vicuna-7B-Uncensored.i1-IQ4_XS.gguf) | i1-IQ4_XS | 3.7 | | +| [GGUF](https://huggingface.co/mradermacher/Wizard-Vicuna-7B-Uncensored-i1-GGUF/resolve/main/Wizard-Vicuna-7B-Uncensored.i1-Q4_0_4_4.gguf) | i1-Q4_0_4_4 | 3.9 | fast on arm, low quality | +| [GGUF](https://huggingface.co/mradermacher/Wizard-Vicuna-7B-Uncensored-i1-GGUF/resolve/main/Wizard-Vicuna-7B-Uncensored.i1-Q4_0_4_8.gguf) | i1-Q4_0_4_8 | 3.9 | fast on arm+i8mm, low quality | +| [GGUF](https://huggingface.co/mradermacher/Wizard-Vicuna-7B-Uncensored-i1-GGUF/resolve/main/Wizard-Vicuna-7B-Uncensored.i1-Q4_0_8_8.gguf) | i1-Q4_0_8_8 | 3.9 | fast on arm+sve, low quality | +| [GGUF](https://huggingface.co/mradermacher/Wizard-Vicuna-7B-Uncensored-i1-GGUF/resolve/main/Wizard-Vicuna-7B-Uncensored.i1-Q4_0.gguf) | i1-Q4_0 | 3.9 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Wizard-Vicuna-7B-Uncensored-i1-GGUF/resolve/main/Wizard-Vicuna-7B-Uncensored.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.0 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Wizard-Vicuna-7B-Uncensored-i1-GGUF/resolve/main/Wizard-Vicuna-7B-Uncensored.i1-Q4_K_M.gguf) | i1-Q4_K_M | 4.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Wizard-Vicuna-7B-Uncensored-i1-GGUF/resolve/main/Wizard-Vicuna-7B-Uncensored.i1-Q5_K_S.gguf) | i1-Q5_K_S | 4.8 | | +| [GGUF](https://huggingface.co/mradermacher/Wizard-Vicuna-7B-Uncensored-i1-GGUF/resolve/main/Wizard-Vicuna-7B-Uncensored.i1-Q5_K_M.gguf) | i1-Q5_K_M | 4.9 | | +| [GGUF](https://huggingface.co/mradermacher/Wizard-Vicuna-7B-Uncensored-i1-GGUF/resolve/main/Wizard-Vicuna-7B-Uncensored.i1-Q6_K.gguf) | i1-Q6_K | 5.6 | 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/Wizard-Vicuna-7B-Uncensored.i1-IQ1_M.gguf b/Wizard-Vicuna-7B-Uncensored.i1-IQ1_M.gguf new file mode 100644 index 0000000..db9b1b2 --- /dev/null +++ b/Wizard-Vicuna-7B-Uncensored.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c540f61a8f4adf6768d7393663af7d0c0f5c50298257a5988a12109b41d21bf +size 1650971808 diff --git a/Wizard-Vicuna-7B-Uncensored.i1-IQ1_S.gguf b/Wizard-Vicuna-7B-Uncensored.i1-IQ1_S.gguf new file mode 100644 index 0000000..ce8e1ef --- /dev/null +++ b/Wizard-Vicuna-7B-Uncensored.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbaafef799792b076c7029510b11f86fa3c19810c976990c16c04653442f4b7c +size 1528583328 diff --git a/Wizard-Vicuna-7B-Uncensored.i1-IQ2_M.gguf b/Wizard-Vicuna-7B-Uncensored.i1-IQ2_M.gguf new file mode 100644 index 0000000..2a0bf4a --- /dev/null +++ b/Wizard-Vicuna-7B-Uncensored.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f7d237cbfb66d93f082668ee55dfc2b741625115eb288ec09f97c0ab007da2f +size 2359751840 diff --git a/Wizard-Vicuna-7B-Uncensored.i1-IQ2_S.gguf b/Wizard-Vicuna-7B-Uncensored.i1-IQ2_S.gguf new file mode 100644 index 0000000..3eb4ebd --- /dev/null +++ b/Wizard-Vicuna-7B-Uncensored.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d213718b38dceacdc0a6e5753523619106215aaeaef93e5c93f6445d652d57 +size 2196567200 diff --git a/Wizard-Vicuna-7B-Uncensored.i1-IQ2_XS.gguf b/Wizard-Vicuna-7B-Uncensored.i1-IQ2_XS.gguf new file mode 100644 index 0000000..db427a2 --- /dev/null +++ b/Wizard-Vicuna-7B-Uncensored.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83f22b1ff1be672e0cbbf60c5278665c53eb9c4435090978032e30a9560176d9 +size 2034914464 diff --git a/Wizard-Vicuna-7B-Uncensored.i1-IQ2_XXS.gguf b/Wizard-Vicuna-7B-Uncensored.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..ddf4693 --- /dev/null +++ b/Wizard-Vicuna-7B-Uncensored.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32c3811c74382494e07d7f12a12e5a8330535de19ebf770f164e39be61a02b29 +size 1854952608 diff --git a/Wizard-Vicuna-7B-Uncensored.i1-IQ3_M.gguf b/Wizard-Vicuna-7B-Uncensored.i1-IQ3_M.gguf new file mode 100644 index 0000000..f12318f --- /dev/null +++ b/Wizard-Vicuna-7B-Uncensored.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9909bae0dd3dff1558a5ace701b11b90dd47d273b439bb7710ec48755ca45b3 +size 3114865824 diff --git a/Wizard-Vicuna-7B-Uncensored.i1-IQ3_S.gguf b/Wizard-Vicuna-7B-Uncensored.i1-IQ3_S.gguf new file mode 100644 index 0000000..75e8be9 --- /dev/null +++ b/Wizard-Vicuna-7B-Uncensored.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30e46cf16d3cbd0980920a0d749b1727a534fa18e4adb12583b24102ca6d6219 +size 2948306080 diff --git a/Wizard-Vicuna-7B-Uncensored.i1-IQ3_XS.gguf b/Wizard-Vicuna-7B-Uncensored.i1-IQ3_XS.gguf new file mode 100644 index 0000000..7a5c0ee --- /dev/null +++ b/Wizard-Vicuna-7B-Uncensored.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7df96d17120e016ff1bd84f1bddec57c48aa443cbbfd482f7e5dba56627c7797 +size 2796524704 diff --git a/Wizard-Vicuna-7B-Uncensored.i1-IQ3_XXS.gguf b/Wizard-Vicuna-7B-Uncensored.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..17420db --- /dev/null +++ b/Wizard-Vicuna-7B-Uncensored.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2833c0840c2e3538227e24ddf000362fc1940d4d433bc4f4095c19b80cce4085 +size 2585392288 diff --git a/Wizard-Vicuna-7B-Uncensored.i1-IQ4_XS.gguf b/Wizard-Vicuna-7B-Uncensored.i1-IQ4_XS.gguf new file mode 100644 index 0000000..8866254 --- /dev/null +++ b/Wizard-Vicuna-7B-Uncensored.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96ef271a649527f3cc771a48f4b7598455322f01fcb7c40706f54f4d10a2a15f +size 3619337376 diff --git a/Wizard-Vicuna-7B-Uncensored.i1-Q2_K.gguf b/Wizard-Vicuna-7B-Uncensored.i1-Q2_K.gguf new file mode 100644 index 0000000..1f34630 --- /dev/null +++ b/Wizard-Vicuna-7B-Uncensored.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7caae018fdf8ae62c014643bdabd448200ef9625a0e15289ab781b67f9c7b958 +size 2532865184 diff --git a/Wizard-Vicuna-7B-Uncensored.i1-Q3_K_L.gguf b/Wizard-Vicuna-7B-Uncensored.i1-Q3_K_L.gguf new file mode 100644 index 0000000..2160781 --- /dev/null +++ b/Wizard-Vicuna-7B-Uncensored.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e4800ebfcba426ebbeb43500382638e93a1da3bd51494e0112dbfeb4ce80efb +size 3597112480 diff --git a/Wizard-Vicuna-7B-Uncensored.i1-Q3_K_M.gguf b/Wizard-Vicuna-7B-Uncensored.i1-Q3_K_M.gguf new file mode 100644 index 0000000..4d05789 --- /dev/null +++ b/Wizard-Vicuna-7B-Uncensored.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f4a8076d57430d9f9d6b32eaabb137c73e6ec51aaa217e1b87ca1a2c4487cdd +size 3298006176 diff --git a/Wizard-Vicuna-7B-Uncensored.i1-Q3_K_S.gguf b/Wizard-Vicuna-7B-Uncensored.i1-Q3_K_S.gguf new file mode 100644 index 0000000..c009ba7 --- /dev/null +++ b/Wizard-Vicuna-7B-Uncensored.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:100944b620998165e92f96a44a74b4ff8e207718703f6b77cb72147f4a545aa0 +size 2948306080 diff --git a/Wizard-Vicuna-7B-Uncensored.i1-Q4_0.gguf b/Wizard-Vicuna-7B-Uncensored.i1-Q4_0.gguf new file mode 100644 index 0000000..61f43d4 --- /dev/null +++ b/Wizard-Vicuna-7B-Uncensored.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06f9f3ad9c78d2ed7f0dcef97c1ad4c6387538e5c2f4d010a7b8c91b652cba2b +size 3837080736 diff --git a/Wizard-Vicuna-7B-Uncensored.i1-Q4_0_4_4.gguf b/Wizard-Vicuna-7B-Uncensored.i1-Q4_0_4_4.gguf new file mode 100644 index 0000000..34626e4 --- /dev/null +++ b/Wizard-Vicuna-7B-Uncensored.i1-Q4_0_4_4.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39b489615559bfac3783ddc5cfc72379ac399b8e8b9f44786ee092c41c17b78b +size 3825808544 diff --git a/Wizard-Vicuna-7B-Uncensored.i1-Q4_0_4_8.gguf b/Wizard-Vicuna-7B-Uncensored.i1-Q4_0_4_8.gguf new file mode 100644 index 0000000..7aec981 --- /dev/null +++ b/Wizard-Vicuna-7B-Uncensored.i1-Q4_0_4_8.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea24f946121b1473215f91e8b6fac16ac04e8d2c30cc27e9ad21a626241b9ae1 +size 3825808544 diff --git a/Wizard-Vicuna-7B-Uncensored.i1-Q4_0_8_8.gguf b/Wizard-Vicuna-7B-Uncensored.i1-Q4_0_8_8.gguf new file mode 100644 index 0000000..09d2a13 --- /dev/null +++ b/Wizard-Vicuna-7B-Uncensored.i1-Q4_0_8_8.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5438bb85b9d52c03ac19f13f533f0876d54a454016c333ee2a6b3201a7f4c6c4 +size 3825808544 diff --git a/Wizard-Vicuna-7B-Uncensored.i1-Q4_K_M.gguf b/Wizard-Vicuna-7B-Uncensored.i1-Q4_K_M.gguf new file mode 100644 index 0000000..5cb2b79 --- /dev/null +++ b/Wizard-Vicuna-7B-Uncensored.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6e1c1fa15f7046706d1e4351b28da5905eb407d5828c77265c35b6e24f6fa20 +size 4081005728 diff --git a/Wizard-Vicuna-7B-Uncensored.i1-Q4_K_S.gguf b/Wizard-Vicuna-7B-Uncensored.i1-Q4_K_S.gguf new file mode 100644 index 0000000..de91c9e --- /dev/null +++ b/Wizard-Vicuna-7B-Uncensored.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f12a2b5159508854f7da18c50bebcfafe64804b6d73f8c01cc169d9d9dfd26e +size 3856741536 diff --git a/Wizard-Vicuna-7B-Uncensored.i1-Q5_K_M.gguf b/Wizard-Vicuna-7B-Uncensored.i1-Q5_K_M.gguf new file mode 100644 index 0000000..19c1bea --- /dev/null +++ b/Wizard-Vicuna-7B-Uncensored.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c2a1d219baaf2ef296664ab522b2aa2e60beea4bb7a5325523823d9952cfc90 +size 4783158432 diff --git a/Wizard-Vicuna-7B-Uncensored.i1-Q5_K_S.gguf b/Wizard-Vicuna-7B-Uncensored.i1-Q5_K_S.gguf new file mode 100644 index 0000000..53bf456 --- /dev/null +++ b/Wizard-Vicuna-7B-Uncensored.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3655217ea7d692e991e24b76eabe4cc87a35c09b90960fdba9e347bde19c4d6f +size 4651693216 diff --git a/Wizard-Vicuna-7B-Uncensored.i1-Q6_K.gguf b/Wizard-Vicuna-7B-Uncensored.i1-Q6_K.gguf new file mode 100644 index 0000000..0a984c4 --- /dev/null +++ b/Wizard-Vicuna-7B-Uncensored.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:044f0e5617c9d02f2720e9feb1f34f1511f8b64ea1cc7a9f66bb317a5fb32f9a +size 5529195680 diff --git a/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..da0adf9 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3b4fd0b36433600ed01fe2867bbbd7c4cd92d96809e6c7d39cbf3edf6b06b94 +size 4562173