From cef29ddd238df43babb9167dd9932f8d43aaa570 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Fri, 5 Jun 2026 18:16: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/NarumashiRTS-7B-V2-1-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++++++ NarumashiRTS-7B-V2-1.i1-IQ1_M.gguf | 3 + NarumashiRTS-7B-V2-1.i1-IQ1_S.gguf | 3 + NarumashiRTS-7B-V2-1.i1-IQ2_M.gguf | 3 + NarumashiRTS-7B-V2-1.i1-IQ2_S.gguf | 3 + NarumashiRTS-7B-V2-1.i1-IQ2_XS.gguf | 3 + NarumashiRTS-7B-V2-1.i1-IQ2_XXS.gguf | 3 + NarumashiRTS-7B-V2-1.i1-IQ3_M.gguf | 3 + NarumashiRTS-7B-V2-1.i1-IQ3_S.gguf | 3 + NarumashiRTS-7B-V2-1.i1-IQ3_XS.gguf | 3 + NarumashiRTS-7B-V2-1.i1-IQ3_XXS.gguf | 3 + NarumashiRTS-7B-V2-1.i1-IQ4_XS.gguf | 3 + NarumashiRTS-7B-V2-1.i1-Q2_K.gguf | 3 + NarumashiRTS-7B-V2-1.i1-Q3_K_L.gguf | 3 + NarumashiRTS-7B-V2-1.i1-Q3_K_M.gguf | 3 + NarumashiRTS-7B-V2-1.i1-Q3_K_S.gguf | 3 + NarumashiRTS-7B-V2-1.i1-Q4_0.gguf | 3 + NarumashiRTS-7B-V2-1.i1-Q4_0_4_4.gguf | 3 + NarumashiRTS-7B-V2-1.i1-Q4_0_4_8.gguf | 3 + NarumashiRTS-7B-V2-1.i1-Q4_0_8_8.gguf | 3 + NarumashiRTS-7B-V2-1.i1-Q4_K_M.gguf | 3 + NarumashiRTS-7B-V2-1.i1-Q4_K_S.gguf | 3 + NarumashiRTS-7B-V2-1.i1-Q5_K_M.gguf | 3 + NarumashiRTS-7B-V2-1.i1-Q5_K_S.gguf | 3 + NarumashiRTS-7B-V2-1.i1-Q6_K.gguf | 3 + README.md | 85 +++++++++++++++++++++++++++ imatrix.dat | 3 + 27 files changed, 220 insertions(+) create mode 100644 .gitattributes create mode 100644 NarumashiRTS-7B-V2-1.i1-IQ1_M.gguf create mode 100644 NarumashiRTS-7B-V2-1.i1-IQ1_S.gguf create mode 100644 NarumashiRTS-7B-V2-1.i1-IQ2_M.gguf create mode 100644 NarumashiRTS-7B-V2-1.i1-IQ2_S.gguf create mode 100644 NarumashiRTS-7B-V2-1.i1-IQ2_XS.gguf create mode 100644 NarumashiRTS-7B-V2-1.i1-IQ2_XXS.gguf create mode 100644 NarumashiRTS-7B-V2-1.i1-IQ3_M.gguf create mode 100644 NarumashiRTS-7B-V2-1.i1-IQ3_S.gguf create mode 100644 NarumashiRTS-7B-V2-1.i1-IQ3_XS.gguf create mode 100644 NarumashiRTS-7B-V2-1.i1-IQ3_XXS.gguf create mode 100644 NarumashiRTS-7B-V2-1.i1-IQ4_XS.gguf create mode 100644 NarumashiRTS-7B-V2-1.i1-Q2_K.gguf create mode 100644 NarumashiRTS-7B-V2-1.i1-Q3_K_L.gguf create mode 100644 NarumashiRTS-7B-V2-1.i1-Q3_K_M.gguf create mode 100644 NarumashiRTS-7B-V2-1.i1-Q3_K_S.gguf create mode 100644 NarumashiRTS-7B-V2-1.i1-Q4_0.gguf create mode 100644 NarumashiRTS-7B-V2-1.i1-Q4_0_4_4.gguf create mode 100644 NarumashiRTS-7B-V2-1.i1-Q4_0_4_8.gguf create mode 100644 NarumashiRTS-7B-V2-1.i1-Q4_0_8_8.gguf create mode 100644 NarumashiRTS-7B-V2-1.i1-Q4_K_M.gguf create mode 100644 NarumashiRTS-7B-V2-1.i1-Q4_K_S.gguf create mode 100644 NarumashiRTS-7B-V2-1.i1-Q5_K_M.gguf create mode 100644 NarumashiRTS-7B-V2-1.i1-Q5_K_S.gguf create mode 100644 NarumashiRTS-7B-V2-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..fc4a1b0 --- /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 +NarumashiRTS-7B-V2-1.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +NarumashiRTS-7B-V2-1.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +NarumashiRTS-7B-V2-1.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +NarumashiRTS-7B-V2-1.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +NarumashiRTS-7B-V2-1.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +NarumashiRTS-7B-V2-1.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +NarumashiRTS-7B-V2-1.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +NarumashiRTS-7B-V2-1.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +NarumashiRTS-7B-V2-1.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +NarumashiRTS-7B-V2-1.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +NarumashiRTS-7B-V2-1.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +NarumashiRTS-7B-V2-1.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +NarumashiRTS-7B-V2-1.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +NarumashiRTS-7B-V2-1.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +NarumashiRTS-7B-V2-1.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +NarumashiRTS-7B-V2-1.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +NarumashiRTS-7B-V2-1.i1-Q4_0_4_4.gguf filter=lfs diff=lfs merge=lfs -text +NarumashiRTS-7B-V2-1.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +NarumashiRTS-7B-V2-1.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +NarumashiRTS-7B-V2-1.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +NarumashiRTS-7B-V2-1.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +NarumashiRTS-7B-V2-1.i1-Q4_0_4_8.gguf filter=lfs diff=lfs merge=lfs -text +NarumashiRTS-7B-V2-1.i1-Q4_0_8_8.gguf filter=lfs diff=lfs merge=lfs -text +NarumashiRTS-7B-V2-1.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/NarumashiRTS-7B-V2-1.i1-IQ1_M.gguf b/NarumashiRTS-7B-V2-1.i1-IQ1_M.gguf new file mode 100644 index 0000000..dfbf197 --- /dev/null +++ b/NarumashiRTS-7B-V2-1.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d331165d6e8e98caf7d67e8b4dd74398de984a113e555157bcc6049b7201d5c +size 1754447104 diff --git a/NarumashiRTS-7B-V2-1.i1-IQ1_S.gguf b/NarumashiRTS-7B-V2-1.i1-IQ1_S.gguf new file mode 100644 index 0000000..55c11cf --- /dev/null +++ b/NarumashiRTS-7B-V2-1.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38193444f274393f61feb7da165b2a90f0b815aa195bd32360d87e24450b6cb1 +size 1612102912 diff --git a/NarumashiRTS-7B-V2-1.i1-IQ2_M.gguf b/NarumashiRTS-7B-V2-1.i1-IQ2_M.gguf new file mode 100644 index 0000000..28216c7 --- /dev/null +++ b/NarumashiRTS-7B-V2-1.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67e13cb2b81d31085d03b30ee40e9d4a3ef3344a649a87cf2f58b1ceaa996d41 +size 2500713728 diff --git a/NarumashiRTS-7B-V2-1.i1-IQ2_S.gguf b/NarumashiRTS-7B-V2-1.i1-IQ2_S.gguf new file mode 100644 index 0000000..b186986 --- /dev/null +++ b/NarumashiRTS-7B-V2-1.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe6da1ea2997dd7fb1b61fff4c328fbe1bc54b8c8ca58f2c387329411e96aba7 +size 2310921472 diff --git a/NarumashiRTS-7B-V2-1.i1-IQ2_XS.gguf b/NarumashiRTS-7B-V2-1.i1-IQ2_XS.gguf new file mode 100644 index 0000000..b66e082 --- /dev/null +++ b/NarumashiRTS-7B-V2-1.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d2388fff44388bcd7a5d80be1259a6717af5d75b8a796597bf85198d19d6056 +size 2198256896 diff --git a/NarumashiRTS-7B-V2-1.i1-IQ2_XXS.gguf b/NarumashiRTS-7B-V2-1.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..09431d9 --- /dev/null +++ b/NarumashiRTS-7B-V2-1.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87123650de27f9eab93ee4e31d1e8c7405539d18a67a793eb8e093284fdff51f +size 1991687424 diff --git a/NarumashiRTS-7B-V2-1.i1-IQ3_M.gguf b/NarumashiRTS-7B-V2-1.i1-IQ3_M.gguf new file mode 100644 index 0000000..1ccb5e9 --- /dev/null +++ b/NarumashiRTS-7B-V2-1.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6fbe558328aa2912b057f62bd2e263d6f95d9bde937cf040c16c72bfbee364f +size 3284892928 diff --git a/NarumashiRTS-7B-V2-1.i1-IQ3_S.gguf b/NarumashiRTS-7B-V2-1.i1-IQ3_S.gguf new file mode 100644 index 0000000..cc76205 --- /dev/null +++ b/NarumashiRTS-7B-V2-1.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1895e39095d7f3831b5c0a1614023cf12bb21e820c1c1d2ec119e09976e2533 +size 3182394624 diff --git a/NarumashiRTS-7B-V2-1.i1-IQ3_XS.gguf b/NarumashiRTS-7B-V2-1.i1-IQ3_XS.gguf new file mode 100644 index 0000000..e974c68 --- /dev/null +++ b/NarumashiRTS-7B-V2-1.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acc2985a5890947734335e249b724f1776fd2425de3aecab8c7c0c4f44860634 +size 3018816768 diff --git a/NarumashiRTS-7B-V2-1.i1-IQ3_XXS.gguf b/NarumashiRTS-7B-V2-1.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..ed58461 --- /dev/null +++ b/NarumashiRTS-7B-V2-1.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56d525d35aa102500a8218382c8089ee79d31af83ed313405f8bb7caccef79d8 +size 2827345152 diff --git a/NarumashiRTS-7B-V2-1.i1-IQ4_XS.gguf b/NarumashiRTS-7B-V2-1.i1-IQ4_XS.gguf new file mode 100644 index 0000000..00b8700 --- /dev/null +++ b/NarumashiRTS-7B-V2-1.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74f5e992e17033f2487b357aaf8b78b440d62aeb6710e1dff8b99952a14e8bdd +size 3907689728 diff --git a/NarumashiRTS-7B-V2-1.i1-Q2_K.gguf b/NarumashiRTS-7B-V2-1.i1-Q2_K.gguf new file mode 100644 index 0000000..4bf32f7 --- /dev/null +++ b/NarumashiRTS-7B-V2-1.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4de8c777b1cde8949d7a80666267aed6862241d41b6aa9378ebe54a1915663d +size 2719243520 diff --git a/NarumashiRTS-7B-V2-1.i1-Q3_K_L.gguf b/NarumashiRTS-7B-V2-1.i1-Q3_K_L.gguf new file mode 100644 index 0000000..5a94270 --- /dev/null +++ b/NarumashiRTS-7B-V2-1.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17bdea35ccdcda790bfa440ee1847dfd2ce2ca0519c03568dcd3514a928cc53b +size 3822025984 diff --git a/NarumashiRTS-7B-V2-1.i1-Q3_K_M.gguf b/NarumashiRTS-7B-V2-1.i1-Q3_K_M.gguf new file mode 100644 index 0000000..b2e8ff9 --- /dev/null +++ b/NarumashiRTS-7B-V2-1.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:740dfd0111bf00557a65b6d8001545141f09cd2e52eabf34a8b7b672dd13d598 +size 3518987520 diff --git a/NarumashiRTS-7B-V2-1.i1-Q3_K_S.gguf b/NarumashiRTS-7B-V2-1.i1-Q3_K_S.gguf new file mode 100644 index 0000000..490aa2e --- /dev/null +++ b/NarumashiRTS-7B-V2-1.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ba6d1b3aa3c1cabc974feeccfbb4a9df51deb21a9ef9b81c708c21adcfffc4b +size 3164568832 diff --git a/NarumashiRTS-7B-V2-1.i1-Q4_0.gguf b/NarumashiRTS-7B-V2-1.i1-Q4_0.gguf new file mode 100644 index 0000000..6798192 --- /dev/null +++ b/NarumashiRTS-7B-V2-1.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bbbce9205b1021946c11f471b38ad83c428ecf904edc18eea3fb48cda58c4bf +size 4123598080 diff --git a/NarumashiRTS-7B-V2-1.i1-Q4_0_4_4.gguf b/NarumashiRTS-7B-V2-1.i1-Q4_0_4_4.gguf new file mode 100644 index 0000000..7ae89af --- /dev/null +++ b/NarumashiRTS-7B-V2-1.i1-Q4_0_4_4.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c900f887ff16642a9046269e10c579ea03533e8bcfd31288b7cf54bb60cdc99 +size 4108918016 diff --git a/NarumashiRTS-7B-V2-1.i1-Q4_0_4_8.gguf b/NarumashiRTS-7B-V2-1.i1-Q4_0_4_8.gguf new file mode 100644 index 0000000..5f41795 --- /dev/null +++ b/NarumashiRTS-7B-V2-1.i1-Q4_0_4_8.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bf3667c42e4f607c7d8880d8e37d66b0f8f3035b8604941c84fa8561c2262c4 +size 4108918016 diff --git a/NarumashiRTS-7B-V2-1.i1-Q4_0_8_8.gguf b/NarumashiRTS-7B-V2-1.i1-Q4_0_8_8.gguf new file mode 100644 index 0000000..1549b33 --- /dev/null +++ b/NarumashiRTS-7B-V2-1.i1-Q4_0_8_8.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8be699e5681298bc7e5f7e603efff1fad59181d012f664b0ca46fd41b1838c91 +size 4108918016 diff --git a/NarumashiRTS-7B-V2-1.i1-Q4_K_M.gguf b/NarumashiRTS-7B-V2-1.i1-Q4_K_M.gguf new file mode 100644 index 0000000..39fd15f --- /dev/null +++ b/NarumashiRTS-7B-V2-1.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a500457870f3b86f8c00c62565d9a2abda04fc7e0710dfc60bdc77ede4020af2 +size 4368440576 diff --git a/NarumashiRTS-7B-V2-1.i1-Q4_K_S.gguf b/NarumashiRTS-7B-V2-1.i1-Q4_K_S.gguf new file mode 100644 index 0000000..eb5e731 --- /dev/null +++ b/NarumashiRTS-7B-V2-1.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5065c46b28e7fbd8777fe287acff5675c98bc24fbbb8723f2ccbef36f456452 +size 4140375296 diff --git a/NarumashiRTS-7B-V2-1.i1-Q5_K_M.gguf b/NarumashiRTS-7B-V2-1.i1-Q5_K_M.gguf new file mode 100644 index 0000000..4504322 --- /dev/null +++ b/NarumashiRTS-7B-V2-1.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:276ae5ccc190dcd6400a7f437ae0d8648eaa9dd8f3bef61532dc8dcc237889ab +size 5131410688 diff --git a/NarumashiRTS-7B-V2-1.i1-Q5_K_S.gguf b/NarumashiRTS-7B-V2-1.i1-Q5_K_S.gguf new file mode 100644 index 0000000..7a128f7 --- /dev/null +++ b/NarumashiRTS-7B-V2-1.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f17ac154a7a60fc1d0088868ed6bc81eaa074e726b3d2450936413c979547671 +size 4997717248 diff --git a/NarumashiRTS-7B-V2-1.i1-Q6_K.gguf b/NarumashiRTS-7B-V2-1.i1-Q6_K.gguf new file mode 100644 index 0000000..16d225c --- /dev/null +++ b/NarumashiRTS-7B-V2-1.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d459bb698e661a4a72f6ebf0157132e727c1e0a32ca07c4931e4b50a3b6851cb +size 5942066432 diff --git a/README.md b/README.md new file mode 100644 index 0000000..b3bd33c --- /dev/null +++ b/README.md @@ -0,0 +1,85 @@ +--- +base_model: Alsebay/NarumashiRTS-7B-V2-1 +language: +- en +library_name: transformers +license: cc-by-nc-4.0 +quantized_by: mradermacher +tags: +- text-generation-inference +- transformers +- unsloth +- mistral +- trl +- sft +- Roleplay +- roleplay +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/Alsebay/NarumashiRTS-7B-V2-1 + + +static quants are available at https://huggingface.co/mradermacher/NarumashiRTS-7B-V2-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/NarumashiRTS-7B-V2-1-i1-GGUF/resolve/main/NarumashiRTS-7B-V2-1.i1-IQ1_S.gguf) | i1-IQ1_S | 1.7 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/NarumashiRTS-7B-V2-1-i1-GGUF/resolve/main/NarumashiRTS-7B-V2-1.i1-IQ1_M.gguf) | i1-IQ1_M | 1.9 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/NarumashiRTS-7B-V2-1-i1-GGUF/resolve/main/NarumashiRTS-7B-V2-1.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.1 | | +| [GGUF](https://huggingface.co/mradermacher/NarumashiRTS-7B-V2-1-i1-GGUF/resolve/main/NarumashiRTS-7B-V2-1.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/NarumashiRTS-7B-V2-1-i1-GGUF/resolve/main/NarumashiRTS-7B-V2-1.i1-IQ2_S.gguf) | i1-IQ2_S | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/NarumashiRTS-7B-V2-1-i1-GGUF/resolve/main/NarumashiRTS-7B-V2-1.i1-IQ2_M.gguf) | i1-IQ2_M | 2.6 | | +| [GGUF](https://huggingface.co/mradermacher/NarumashiRTS-7B-V2-1-i1-GGUF/resolve/main/NarumashiRTS-7B-V2-1.i1-Q2_K.gguf) | i1-Q2_K | 2.8 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/NarumashiRTS-7B-V2-1-i1-GGUF/resolve/main/NarumashiRTS-7B-V2-1.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 2.9 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/NarumashiRTS-7B-V2-1-i1-GGUF/resolve/main/NarumashiRTS-7B-V2-1.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.1 | | +| [GGUF](https://huggingface.co/mradermacher/NarumashiRTS-7B-V2-1-i1-GGUF/resolve/main/NarumashiRTS-7B-V2-1.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.3 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/NarumashiRTS-7B-V2-1-i1-GGUF/resolve/main/NarumashiRTS-7B-V2-1.i1-IQ3_S.gguf) | i1-IQ3_S | 3.3 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/NarumashiRTS-7B-V2-1-i1-GGUF/resolve/main/NarumashiRTS-7B-V2-1.i1-IQ3_M.gguf) | i1-IQ3_M | 3.4 | | +| [GGUF](https://huggingface.co/mradermacher/NarumashiRTS-7B-V2-1-i1-GGUF/resolve/main/NarumashiRTS-7B-V2-1.i1-Q3_K_M.gguf) | i1-Q3_K_M | 3.6 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/NarumashiRTS-7B-V2-1-i1-GGUF/resolve/main/NarumashiRTS-7B-V2-1.i1-Q3_K_L.gguf) | i1-Q3_K_L | 3.9 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/NarumashiRTS-7B-V2-1-i1-GGUF/resolve/main/NarumashiRTS-7B-V2-1.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.0 | | +| [GGUF](https://huggingface.co/mradermacher/NarumashiRTS-7B-V2-1-i1-GGUF/resolve/main/NarumashiRTS-7B-V2-1.i1-Q4_0_4_4.gguf) | i1-Q4_0_4_4 | 4.2 | fast on arm, low quality | +| [GGUF](https://huggingface.co/mradermacher/NarumashiRTS-7B-V2-1-i1-GGUF/resolve/main/NarumashiRTS-7B-V2-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/NarumashiRTS-7B-V2-1-i1-GGUF/resolve/main/NarumashiRTS-7B-V2-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/NarumashiRTS-7B-V2-1-i1-GGUF/resolve/main/NarumashiRTS-7B-V2-1.i1-Q4_0.gguf) | i1-Q4_0 | 4.2 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/NarumashiRTS-7B-V2-1-i1-GGUF/resolve/main/NarumashiRTS-7B-V2-1.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.2 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/NarumashiRTS-7B-V2-1-i1-GGUF/resolve/main/NarumashiRTS-7B-V2-1.i1-Q4_K_M.gguf) | i1-Q4_K_M | 4.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/NarumashiRTS-7B-V2-1-i1-GGUF/resolve/main/NarumashiRTS-7B-V2-1.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.1 | | +| [GGUF](https://huggingface.co/mradermacher/NarumashiRTS-7B-V2-1-i1-GGUF/resolve/main/NarumashiRTS-7B-V2-1.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/NarumashiRTS-7B-V2-1-i1-GGUF/resolve/main/NarumashiRTS-7B-V2-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..0c73007 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8d693def553326816fc036e68bcfa563afba907a4bc5b20d69f64992c8de0fd +size 4988157