From 07b5a78148b7f605f1463570554b7f1c6f48e347 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 20 May 2026 02:54:49 +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/Candle_Mistral-7B-Instruct-v0.1-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++ Candle_Mistral-7B-Instruct-v0.1.i1-IQ1_M.gguf | 3 + Candle_Mistral-7B-Instruct-v0.1.i1-IQ1_S.gguf | 3 + Candle_Mistral-7B-Instruct-v0.1.i1-IQ2_M.gguf | 3 + Candle_Mistral-7B-Instruct-v0.1.i1-IQ2_S.gguf | 3 + ...le_Mistral-7B-Instruct-v0.1.i1-IQ2_XS.gguf | 3 + ...e_Mistral-7B-Instruct-v0.1.i1-IQ2_XXS.gguf | 3 + Candle_Mistral-7B-Instruct-v0.1.i1-IQ3_M.gguf | 3 + Candle_Mistral-7B-Instruct-v0.1.i1-IQ3_S.gguf | 3 + ...le_Mistral-7B-Instruct-v0.1.i1-IQ3_XS.gguf | 3 + ...e_Mistral-7B-Instruct-v0.1.i1-IQ3_XXS.gguf | 3 + ...le_Mistral-7B-Instruct-v0.1.i1-IQ4_XS.gguf | 3 + Candle_Mistral-7B-Instruct-v0.1.i1-Q2_K.gguf | 3 + ...le_Mistral-7B-Instruct-v0.1.i1-Q3_K_L.gguf | 3 + ...le_Mistral-7B-Instruct-v0.1.i1-Q3_K_M.gguf | 3 + ...le_Mistral-7B-Instruct-v0.1.i1-Q3_K_S.gguf | 3 + Candle_Mistral-7B-Instruct-v0.1.i1-Q4_0.gguf | 3 + ..._Mistral-7B-Instruct-v0.1.i1-Q4_0_4_4.gguf | 3 + ..._Mistral-7B-Instruct-v0.1.i1-Q4_0_4_8.gguf | 3 + ..._Mistral-7B-Instruct-v0.1.i1-Q4_0_8_8.gguf | 3 + ...le_Mistral-7B-Instruct-v0.1.i1-Q4_K_M.gguf | 3 + ...le_Mistral-7B-Instruct-v0.1.i1-Q4_K_S.gguf | 3 + ...le_Mistral-7B-Instruct-v0.1.i1-Q5_K_M.gguf | 3 + ...le_Mistral-7B-Instruct-v0.1.i1-Q5_K_S.gguf | 3 + Candle_Mistral-7B-Instruct-v0.1.i1-Q6_K.gguf | 3 + README.md | 76 +++++++++++++++++++ imatrix.dat | 3 + 27 files changed, 211 insertions(+) create mode 100644 .gitattributes create mode 100644 Candle_Mistral-7B-Instruct-v0.1.i1-IQ1_M.gguf create mode 100644 Candle_Mistral-7B-Instruct-v0.1.i1-IQ1_S.gguf create mode 100644 Candle_Mistral-7B-Instruct-v0.1.i1-IQ2_M.gguf create mode 100644 Candle_Mistral-7B-Instruct-v0.1.i1-IQ2_S.gguf create mode 100644 Candle_Mistral-7B-Instruct-v0.1.i1-IQ2_XS.gguf create mode 100644 Candle_Mistral-7B-Instruct-v0.1.i1-IQ2_XXS.gguf create mode 100644 Candle_Mistral-7B-Instruct-v0.1.i1-IQ3_M.gguf create mode 100644 Candle_Mistral-7B-Instruct-v0.1.i1-IQ3_S.gguf create mode 100644 Candle_Mistral-7B-Instruct-v0.1.i1-IQ3_XS.gguf create mode 100644 Candle_Mistral-7B-Instruct-v0.1.i1-IQ3_XXS.gguf create mode 100644 Candle_Mistral-7B-Instruct-v0.1.i1-IQ4_XS.gguf create mode 100644 Candle_Mistral-7B-Instruct-v0.1.i1-Q2_K.gguf create mode 100644 Candle_Mistral-7B-Instruct-v0.1.i1-Q3_K_L.gguf create mode 100644 Candle_Mistral-7B-Instruct-v0.1.i1-Q3_K_M.gguf create mode 100644 Candle_Mistral-7B-Instruct-v0.1.i1-Q3_K_S.gguf create mode 100644 Candle_Mistral-7B-Instruct-v0.1.i1-Q4_0.gguf create mode 100644 Candle_Mistral-7B-Instruct-v0.1.i1-Q4_0_4_4.gguf create mode 100644 Candle_Mistral-7B-Instruct-v0.1.i1-Q4_0_4_8.gguf create mode 100644 Candle_Mistral-7B-Instruct-v0.1.i1-Q4_0_8_8.gguf create mode 100644 Candle_Mistral-7B-Instruct-v0.1.i1-Q4_K_M.gguf create mode 100644 Candle_Mistral-7B-Instruct-v0.1.i1-Q4_K_S.gguf create mode 100644 Candle_Mistral-7B-Instruct-v0.1.i1-Q5_K_M.gguf create mode 100644 Candle_Mistral-7B-Instruct-v0.1.i1-Q5_K_S.gguf create mode 100644 Candle_Mistral-7B-Instruct-v0.1.i1-Q6_K.gguf create mode 100644 README.md create mode 100644 imatrix.dat diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d67ffe0 --- /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 +Candle_Mistral-7B-Instruct-v0.1.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Candle_Mistral-7B-Instruct-v0.1.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Candle_Mistral-7B-Instruct-v0.1.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Candle_Mistral-7B-Instruct-v0.1.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Candle_Mistral-7B-Instruct-v0.1.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Candle_Mistral-7B-Instruct-v0.1.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Candle_Mistral-7B-Instruct-v0.1.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Candle_Mistral-7B-Instruct-v0.1.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Candle_Mistral-7B-Instruct-v0.1.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Candle_Mistral-7B-Instruct-v0.1.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Candle_Mistral-7B-Instruct-v0.1.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Candle_Mistral-7B-Instruct-v0.1.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Candle_Mistral-7B-Instruct-v0.1.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Candle_Mistral-7B-Instruct-v0.1.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Candle_Mistral-7B-Instruct-v0.1.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Candle_Mistral-7B-Instruct-v0.1.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Candle_Mistral-7B-Instruct-v0.1.i1-Q4_0_4_4.gguf filter=lfs diff=lfs merge=lfs -text +Candle_Mistral-7B-Instruct-v0.1.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Candle_Mistral-7B-Instruct-v0.1.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Candle_Mistral-7B-Instruct-v0.1.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Candle_Mistral-7B-Instruct-v0.1.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Candle_Mistral-7B-Instruct-v0.1.i1-Q4_0_4_8.gguf filter=lfs diff=lfs merge=lfs -text +Candle_Mistral-7B-Instruct-v0.1.i1-Q4_0_8_8.gguf filter=lfs diff=lfs merge=lfs -text +Candle_Mistral-7B-Instruct-v0.1.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Candle_Mistral-7B-Instruct-v0.1.i1-IQ1_M.gguf b/Candle_Mistral-7B-Instruct-v0.1.i1-IQ1_M.gguf new file mode 100644 index 0000000..0e7f394 --- /dev/null +++ b/Candle_Mistral-7B-Instruct-v0.1.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccf96e20f2f1ef12ea32c4a1c42f769777684fea94ebca34f909aa6045f61353 +size 1754446464 diff --git a/Candle_Mistral-7B-Instruct-v0.1.i1-IQ1_S.gguf b/Candle_Mistral-7B-Instruct-v0.1.i1-IQ1_S.gguf new file mode 100644 index 0000000..079d25b --- /dev/null +++ b/Candle_Mistral-7B-Instruct-v0.1.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:493aac96dcda46d9c1abb52de5a5fa568019dfb0e14724ce5d2ab49ba169c649 +size 1612102272 diff --git a/Candle_Mistral-7B-Instruct-v0.1.i1-IQ2_M.gguf b/Candle_Mistral-7B-Instruct-v0.1.i1-IQ2_M.gguf new file mode 100644 index 0000000..7dae6d5 --- /dev/null +++ b/Candle_Mistral-7B-Instruct-v0.1.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5918c83b754d07c63bf9af8170210b7864ea2ca98b11f318fb84e9aafbd77688 +size 2500713088 diff --git a/Candle_Mistral-7B-Instruct-v0.1.i1-IQ2_S.gguf b/Candle_Mistral-7B-Instruct-v0.1.i1-IQ2_S.gguf new file mode 100644 index 0000000..ea3befb --- /dev/null +++ b/Candle_Mistral-7B-Instruct-v0.1.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e876e87d5419331593edd585dcdb269284084480e35d3ac35197c13f1892de70 +size 2310920832 diff --git a/Candle_Mistral-7B-Instruct-v0.1.i1-IQ2_XS.gguf b/Candle_Mistral-7B-Instruct-v0.1.i1-IQ2_XS.gguf new file mode 100644 index 0000000..dda3a3b --- /dev/null +++ b/Candle_Mistral-7B-Instruct-v0.1.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9183f2fa53e5d942b52b856af449c293299a062c8ac0c21b3880ca960393146 +size 2198256256 diff --git a/Candle_Mistral-7B-Instruct-v0.1.i1-IQ2_XXS.gguf b/Candle_Mistral-7B-Instruct-v0.1.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..4ace7ff --- /dev/null +++ b/Candle_Mistral-7B-Instruct-v0.1.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37a7be10ebe24b3aaf65dfeaaf3b2826b15cfe8eeb81592c1e2858831c3176d2 +size 1991686784 diff --git a/Candle_Mistral-7B-Instruct-v0.1.i1-IQ3_M.gguf b/Candle_Mistral-7B-Instruct-v0.1.i1-IQ3_M.gguf new file mode 100644 index 0000000..e533dfd --- /dev/null +++ b/Candle_Mistral-7B-Instruct-v0.1.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a6598be37ea95ed3cc3e7f9f727373fff7fb41a3981fc261ac787f0afb001da +size 3284892288 diff --git a/Candle_Mistral-7B-Instruct-v0.1.i1-IQ3_S.gguf b/Candle_Mistral-7B-Instruct-v0.1.i1-IQ3_S.gguf new file mode 100644 index 0000000..0e79a3f --- /dev/null +++ b/Candle_Mistral-7B-Instruct-v0.1.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57fb2e0ca8ddeb9c18a6a3be47a41a62fb5247c2a30fb85c2e27adae43383c80 +size 3182393984 diff --git a/Candle_Mistral-7B-Instruct-v0.1.i1-IQ3_XS.gguf b/Candle_Mistral-7B-Instruct-v0.1.i1-IQ3_XS.gguf new file mode 100644 index 0000000..00c32a0 --- /dev/null +++ b/Candle_Mistral-7B-Instruct-v0.1.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:883fb805ad141b6019cf59960d4ba25056d153e97f241441aba40529bb88cafa +size 3018816128 diff --git a/Candle_Mistral-7B-Instruct-v0.1.i1-IQ3_XXS.gguf b/Candle_Mistral-7B-Instruct-v0.1.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..6aa9503 --- /dev/null +++ b/Candle_Mistral-7B-Instruct-v0.1.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50021006eee732a4ae38aa7337336b576614630add8a62400614c3caed2a4f08 +size 2827344512 diff --git a/Candle_Mistral-7B-Instruct-v0.1.i1-IQ4_XS.gguf b/Candle_Mistral-7B-Instruct-v0.1.i1-IQ4_XS.gguf new file mode 100644 index 0000000..231ed46 --- /dev/null +++ b/Candle_Mistral-7B-Instruct-v0.1.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddb44116ff69eb6cc9530aa43f08c4f6f6f8d06687a1b9927af822525e500172 +size 3907689088 diff --git a/Candle_Mistral-7B-Instruct-v0.1.i1-Q2_K.gguf b/Candle_Mistral-7B-Instruct-v0.1.i1-Q2_K.gguf new file mode 100644 index 0000000..da0c9ad --- /dev/null +++ b/Candle_Mistral-7B-Instruct-v0.1.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4173a19d96c216fb9a6f6c4c7f79e5bd9d06506b12203a628a5ec24a94df82d5 +size 2719242880 diff --git a/Candle_Mistral-7B-Instruct-v0.1.i1-Q3_K_L.gguf b/Candle_Mistral-7B-Instruct-v0.1.i1-Q3_K_L.gguf new file mode 100644 index 0000000..b88e44f --- /dev/null +++ b/Candle_Mistral-7B-Instruct-v0.1.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db39db73be5507108acdc3c5b2c598e8798914b67802e8d3a4758f5f02617525 +size 3822025344 diff --git a/Candle_Mistral-7B-Instruct-v0.1.i1-Q3_K_M.gguf b/Candle_Mistral-7B-Instruct-v0.1.i1-Q3_K_M.gguf new file mode 100644 index 0000000..1758bc5 --- /dev/null +++ b/Candle_Mistral-7B-Instruct-v0.1.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f0dcba679868daa944c00e33f85b353a585968edaa9adc20aad2e294493100e +size 3518986880 diff --git a/Candle_Mistral-7B-Instruct-v0.1.i1-Q3_K_S.gguf b/Candle_Mistral-7B-Instruct-v0.1.i1-Q3_K_S.gguf new file mode 100644 index 0000000..3954450 --- /dev/null +++ b/Candle_Mistral-7B-Instruct-v0.1.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e78351b5a8ec0a0bd507f7ff08ab5c0a016d634df1c6bd7a472ca59bec6ccfb +size 3164568192 diff --git a/Candle_Mistral-7B-Instruct-v0.1.i1-Q4_0.gguf b/Candle_Mistral-7B-Instruct-v0.1.i1-Q4_0.gguf new file mode 100644 index 0000000..16f435a --- /dev/null +++ b/Candle_Mistral-7B-Instruct-v0.1.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81442084857a31b004e23cfc17ab0d4ecc259ebf37ea8d13e807b2351e5696c8 +size 4123597440 diff --git a/Candle_Mistral-7B-Instruct-v0.1.i1-Q4_0_4_4.gguf b/Candle_Mistral-7B-Instruct-v0.1.i1-Q4_0_4_4.gguf new file mode 100644 index 0000000..aff4d38 --- /dev/null +++ b/Candle_Mistral-7B-Instruct-v0.1.i1-Q4_0_4_4.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae36106c50e09eee46ad9336c57f010039a03b15f81f919451cb7edacd76a149 +size 4108917376 diff --git a/Candle_Mistral-7B-Instruct-v0.1.i1-Q4_0_4_8.gguf b/Candle_Mistral-7B-Instruct-v0.1.i1-Q4_0_4_8.gguf new file mode 100644 index 0000000..da348c3 --- /dev/null +++ b/Candle_Mistral-7B-Instruct-v0.1.i1-Q4_0_4_8.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:638300a197267a91613e3f8dba487c39bf478c75d1a8a8d4f785ddcbcdafc35b +size 4108917376 diff --git a/Candle_Mistral-7B-Instruct-v0.1.i1-Q4_0_8_8.gguf b/Candle_Mistral-7B-Instruct-v0.1.i1-Q4_0_8_8.gguf new file mode 100644 index 0000000..eb3eb8b --- /dev/null +++ b/Candle_Mistral-7B-Instruct-v0.1.i1-Q4_0_8_8.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb5cc5885da50f3caa10269c523fda1ea2cc9de4159593aa0cbf7c3eb604b2b7 +size 4108917376 diff --git a/Candle_Mistral-7B-Instruct-v0.1.i1-Q4_K_M.gguf b/Candle_Mistral-7B-Instruct-v0.1.i1-Q4_K_M.gguf new file mode 100644 index 0000000..a82eb42 --- /dev/null +++ b/Candle_Mistral-7B-Instruct-v0.1.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9601e7596dcb20e84eea4588277a27e8bc4cbe419d57c61d631fcb6c27b6315 +size 4368439936 diff --git a/Candle_Mistral-7B-Instruct-v0.1.i1-Q4_K_S.gguf b/Candle_Mistral-7B-Instruct-v0.1.i1-Q4_K_S.gguf new file mode 100644 index 0000000..61713e9 --- /dev/null +++ b/Candle_Mistral-7B-Instruct-v0.1.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69363a0eb8451328acc3af35e7cceb0e6e9fbac8435e556f34052f50f665c8aa +size 4140374656 diff --git a/Candle_Mistral-7B-Instruct-v0.1.i1-Q5_K_M.gguf b/Candle_Mistral-7B-Instruct-v0.1.i1-Q5_K_M.gguf new file mode 100644 index 0000000..130af84 --- /dev/null +++ b/Candle_Mistral-7B-Instruct-v0.1.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f898b20e23dbcda0ff662d71f5f4a1f6a376056a637a1fa5449d66a60e7d644b +size 5131410048 diff --git a/Candle_Mistral-7B-Instruct-v0.1.i1-Q5_K_S.gguf b/Candle_Mistral-7B-Instruct-v0.1.i1-Q5_K_S.gguf new file mode 100644 index 0000000..882232d --- /dev/null +++ b/Candle_Mistral-7B-Instruct-v0.1.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d49dd5f4cedbc0e0d28ef56a64f62802f2271c694cda5ab41fb7b1c1016abf87 +size 4997716608 diff --git a/Candle_Mistral-7B-Instruct-v0.1.i1-Q6_K.gguf b/Candle_Mistral-7B-Instruct-v0.1.i1-Q6_K.gguf new file mode 100644 index 0000000..8ecd89a --- /dev/null +++ b/Candle_Mistral-7B-Instruct-v0.1.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:824f1026c83064052f76b5243cd4f1f2d7e14e7120c7a2d2ed8ec8d7a24d25c9 +size 5942065792 diff --git a/README.md b/README.md new file mode 100644 index 0000000..879c1f3 --- /dev/null +++ b/README.md @@ -0,0 +1,76 @@ +--- +base_model: DanielClough/Candle_Mistral-7B-Instruct-v0.1 +language: +- en +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/DanielClough/Candle_Mistral-7B-Instruct-v0.1 + + +static quants are available at https://huggingface.co/mradermacher/Candle_Mistral-7B-Instruct-v0.1-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/Candle_Mistral-7B-Instruct-v0.1-i1-GGUF/resolve/main/Candle_Mistral-7B-Instruct-v0.1.i1-IQ1_S.gguf) | i1-IQ1_S | 1.7 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Candle_Mistral-7B-Instruct-v0.1-i1-GGUF/resolve/main/Candle_Mistral-7B-Instruct-v0.1.i1-IQ1_M.gguf) | i1-IQ1_M | 1.9 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Candle_Mistral-7B-Instruct-v0.1-i1-GGUF/resolve/main/Candle_Mistral-7B-Instruct-v0.1.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.1 | | +| [GGUF](https://huggingface.co/mradermacher/Candle_Mistral-7B-Instruct-v0.1-i1-GGUF/resolve/main/Candle_Mistral-7B-Instruct-v0.1.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/Candle_Mistral-7B-Instruct-v0.1-i1-GGUF/resolve/main/Candle_Mistral-7B-Instruct-v0.1.i1-IQ2_S.gguf) | i1-IQ2_S | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/Candle_Mistral-7B-Instruct-v0.1-i1-GGUF/resolve/main/Candle_Mistral-7B-Instruct-v0.1.i1-IQ2_M.gguf) | i1-IQ2_M | 2.6 | | +| [GGUF](https://huggingface.co/mradermacher/Candle_Mistral-7B-Instruct-v0.1-i1-GGUF/resolve/main/Candle_Mistral-7B-Instruct-v0.1.i1-Q2_K.gguf) | i1-Q2_K | 2.8 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Candle_Mistral-7B-Instruct-v0.1-i1-GGUF/resolve/main/Candle_Mistral-7B-Instruct-v0.1.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 2.9 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Candle_Mistral-7B-Instruct-v0.1-i1-GGUF/resolve/main/Candle_Mistral-7B-Instruct-v0.1.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.1 | | +| [GGUF](https://huggingface.co/mradermacher/Candle_Mistral-7B-Instruct-v0.1-i1-GGUF/resolve/main/Candle_Mistral-7B-Instruct-v0.1.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.3 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Candle_Mistral-7B-Instruct-v0.1-i1-GGUF/resolve/main/Candle_Mistral-7B-Instruct-v0.1.i1-IQ3_S.gguf) | i1-IQ3_S | 3.3 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Candle_Mistral-7B-Instruct-v0.1-i1-GGUF/resolve/main/Candle_Mistral-7B-Instruct-v0.1.i1-IQ3_M.gguf) | i1-IQ3_M | 3.4 | | +| [GGUF](https://huggingface.co/mradermacher/Candle_Mistral-7B-Instruct-v0.1-i1-GGUF/resolve/main/Candle_Mistral-7B-Instruct-v0.1.i1-Q3_K_M.gguf) | i1-Q3_K_M | 3.6 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Candle_Mistral-7B-Instruct-v0.1-i1-GGUF/resolve/main/Candle_Mistral-7B-Instruct-v0.1.i1-Q3_K_L.gguf) | i1-Q3_K_L | 3.9 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Candle_Mistral-7B-Instruct-v0.1-i1-GGUF/resolve/main/Candle_Mistral-7B-Instruct-v0.1.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.0 | | +| [GGUF](https://huggingface.co/mradermacher/Candle_Mistral-7B-Instruct-v0.1-i1-GGUF/resolve/main/Candle_Mistral-7B-Instruct-v0.1.i1-Q4_0_4_4.gguf) | i1-Q4_0_4_4 | 4.2 | fast on arm, low quality | +| [GGUF](https://huggingface.co/mradermacher/Candle_Mistral-7B-Instruct-v0.1-i1-GGUF/resolve/main/Candle_Mistral-7B-Instruct-v0.1.i1-Q4_0_4_8.gguf) | i1-Q4_0_4_8 | 4.2 | fast on arm+i8mm, low quality | +| [GGUF](https://huggingface.co/mradermacher/Candle_Mistral-7B-Instruct-v0.1-i1-GGUF/resolve/main/Candle_Mistral-7B-Instruct-v0.1.i1-Q4_0_8_8.gguf) | i1-Q4_0_8_8 | 4.2 | fast on arm+sve, low quality | +| [GGUF](https://huggingface.co/mradermacher/Candle_Mistral-7B-Instruct-v0.1-i1-GGUF/resolve/main/Candle_Mistral-7B-Instruct-v0.1.i1-Q4_0.gguf) | i1-Q4_0 | 4.2 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Candle_Mistral-7B-Instruct-v0.1-i1-GGUF/resolve/main/Candle_Mistral-7B-Instruct-v0.1.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.2 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Candle_Mistral-7B-Instruct-v0.1-i1-GGUF/resolve/main/Candle_Mistral-7B-Instruct-v0.1.i1-Q4_K_M.gguf) | i1-Q4_K_M | 4.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Candle_Mistral-7B-Instruct-v0.1-i1-GGUF/resolve/main/Candle_Mistral-7B-Instruct-v0.1.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.1 | | +| [GGUF](https://huggingface.co/mradermacher/Candle_Mistral-7B-Instruct-v0.1-i1-GGUF/resolve/main/Candle_Mistral-7B-Instruct-v0.1.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/Candle_Mistral-7B-Instruct-v0.1-i1-GGUF/resolve/main/Candle_Mistral-7B-Instruct-v0.1.i1-Q6_K.gguf) | i1-Q6_K | 6.0 | 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/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..e7f84c6 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da52ce49fff3822541d21db326f358e4313ea6522e781420ab996f96559e03d8 +size 4988157