From 79a5dc66b416f90d93045560e9abd92620f387c5 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Fri, 8 May 2026 21:44:51 +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/AlphaHitchhiker-7B-v2-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++++++ AlphaHitchhiker-7B-v2.i1-IQ1_M.gguf | 3 + AlphaHitchhiker-7B-v2.i1-IQ1_S.gguf | 3 + AlphaHitchhiker-7B-v2.i1-IQ2_M.gguf | 3 + AlphaHitchhiker-7B-v2.i1-IQ2_S.gguf | 3 + AlphaHitchhiker-7B-v2.i1-IQ2_XS.gguf | 3 + AlphaHitchhiker-7B-v2.i1-IQ2_XXS.gguf | 3 + AlphaHitchhiker-7B-v2.i1-IQ3_M.gguf | 3 + AlphaHitchhiker-7B-v2.i1-IQ3_S.gguf | 3 + AlphaHitchhiker-7B-v2.i1-IQ3_XS.gguf | 3 + AlphaHitchhiker-7B-v2.i1-IQ3_XXS.gguf | 3 + AlphaHitchhiker-7B-v2.i1-IQ4_XS.gguf | 3 + AlphaHitchhiker-7B-v2.i1-Q2_K.gguf | 3 + AlphaHitchhiker-7B-v2.i1-Q3_K_L.gguf | 3 + AlphaHitchhiker-7B-v2.i1-Q3_K_M.gguf | 3 + AlphaHitchhiker-7B-v2.i1-Q3_K_S.gguf | 3 + AlphaHitchhiker-7B-v2.i1-Q4_0.gguf | 3 + AlphaHitchhiker-7B-v2.i1-Q4_0_4_4.gguf | 3 + AlphaHitchhiker-7B-v2.i1-Q4_0_4_8.gguf | 3 + AlphaHitchhiker-7B-v2.i1-Q4_0_8_8.gguf | 3 + AlphaHitchhiker-7B-v2.i1-Q4_K_M.gguf | 3 + AlphaHitchhiker-7B-v2.i1-Q4_K_S.gguf | 3 + AlphaHitchhiker-7B-v2.i1-Q5_K_M.gguf | 3 + AlphaHitchhiker-7B-v2.i1-Q5_K_S.gguf | 3 + AlphaHitchhiker-7B-v2.i1-Q6_K.gguf | 3 + README.md | 83 ++++++++++++++++++++++++++ imatrix.dat | 3 + 27 files changed, 218 insertions(+) create mode 100644 .gitattributes create mode 100644 AlphaHitchhiker-7B-v2.i1-IQ1_M.gguf create mode 100644 AlphaHitchhiker-7B-v2.i1-IQ1_S.gguf create mode 100644 AlphaHitchhiker-7B-v2.i1-IQ2_M.gguf create mode 100644 AlphaHitchhiker-7B-v2.i1-IQ2_S.gguf create mode 100644 AlphaHitchhiker-7B-v2.i1-IQ2_XS.gguf create mode 100644 AlphaHitchhiker-7B-v2.i1-IQ2_XXS.gguf create mode 100644 AlphaHitchhiker-7B-v2.i1-IQ3_M.gguf create mode 100644 AlphaHitchhiker-7B-v2.i1-IQ3_S.gguf create mode 100644 AlphaHitchhiker-7B-v2.i1-IQ3_XS.gguf create mode 100644 AlphaHitchhiker-7B-v2.i1-IQ3_XXS.gguf create mode 100644 AlphaHitchhiker-7B-v2.i1-IQ4_XS.gguf create mode 100644 AlphaHitchhiker-7B-v2.i1-Q2_K.gguf create mode 100644 AlphaHitchhiker-7B-v2.i1-Q3_K_L.gguf create mode 100644 AlphaHitchhiker-7B-v2.i1-Q3_K_M.gguf create mode 100644 AlphaHitchhiker-7B-v2.i1-Q3_K_S.gguf create mode 100644 AlphaHitchhiker-7B-v2.i1-Q4_0.gguf create mode 100644 AlphaHitchhiker-7B-v2.i1-Q4_0_4_4.gguf create mode 100644 AlphaHitchhiker-7B-v2.i1-Q4_0_4_8.gguf create mode 100644 AlphaHitchhiker-7B-v2.i1-Q4_0_8_8.gguf create mode 100644 AlphaHitchhiker-7B-v2.i1-Q4_K_M.gguf create mode 100644 AlphaHitchhiker-7B-v2.i1-Q4_K_S.gguf create mode 100644 AlphaHitchhiker-7B-v2.i1-Q5_K_M.gguf create mode 100644 AlphaHitchhiker-7B-v2.i1-Q5_K_S.gguf create mode 100644 AlphaHitchhiker-7B-v2.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..e83d697 --- /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 +AlphaHitchhiker-7B-v2.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +AlphaHitchhiker-7B-v2.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +AlphaHitchhiker-7B-v2.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +AlphaHitchhiker-7B-v2.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +AlphaHitchhiker-7B-v2.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +AlphaHitchhiker-7B-v2.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +AlphaHitchhiker-7B-v2.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +AlphaHitchhiker-7B-v2.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +AlphaHitchhiker-7B-v2.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +AlphaHitchhiker-7B-v2.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +AlphaHitchhiker-7B-v2.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +AlphaHitchhiker-7B-v2.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +AlphaHitchhiker-7B-v2.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +AlphaHitchhiker-7B-v2.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +AlphaHitchhiker-7B-v2.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +AlphaHitchhiker-7B-v2.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +AlphaHitchhiker-7B-v2.i1-Q4_0_4_4.gguf filter=lfs diff=lfs merge=lfs -text +AlphaHitchhiker-7B-v2.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +AlphaHitchhiker-7B-v2.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +AlphaHitchhiker-7B-v2.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +AlphaHitchhiker-7B-v2.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +AlphaHitchhiker-7B-v2.i1-Q4_0_4_8.gguf filter=lfs diff=lfs merge=lfs -text +AlphaHitchhiker-7B-v2.i1-Q4_0_8_8.gguf filter=lfs diff=lfs merge=lfs -text +AlphaHitchhiker-7B-v2.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/AlphaHitchhiker-7B-v2.i1-IQ1_M.gguf b/AlphaHitchhiker-7B-v2.i1-IQ1_M.gguf new file mode 100644 index 0000000..b100d5c --- /dev/null +++ b/AlphaHitchhiker-7B-v2.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1ab74c46048f49ca49921bfbb8ea6c795f5105742c4b4de89d3a17f0dc9dc7e +size 1754447296 diff --git a/AlphaHitchhiker-7B-v2.i1-IQ1_S.gguf b/AlphaHitchhiker-7B-v2.i1-IQ1_S.gguf new file mode 100644 index 0000000..e76373f --- /dev/null +++ b/AlphaHitchhiker-7B-v2.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b0f3853b3bec37a9d6388a47d0297340ea3970a1507424d8a65c1a3f3d9223d +size 1612103104 diff --git a/AlphaHitchhiker-7B-v2.i1-IQ2_M.gguf b/AlphaHitchhiker-7B-v2.i1-IQ2_M.gguf new file mode 100644 index 0000000..961694e --- /dev/null +++ b/AlphaHitchhiker-7B-v2.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83f8e4dc87ea2883a5cd0ba24bd6b125c9221e4577d8a6e64da0232f85fd4843 +size 2500713920 diff --git a/AlphaHitchhiker-7B-v2.i1-IQ2_S.gguf b/AlphaHitchhiker-7B-v2.i1-IQ2_S.gguf new file mode 100644 index 0000000..0eeb0ca --- /dev/null +++ b/AlphaHitchhiker-7B-v2.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dccc8811bf977204b470bc4ae581951ea3b7e9c2e779036a29100eb8737114b +size 2310921664 diff --git a/AlphaHitchhiker-7B-v2.i1-IQ2_XS.gguf b/AlphaHitchhiker-7B-v2.i1-IQ2_XS.gguf new file mode 100644 index 0000000..d21454a --- /dev/null +++ b/AlphaHitchhiker-7B-v2.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0f23bde6f99ea23684682c20cb6a6cb2e44272289240476e30f0fe207477fca +size 2198257088 diff --git a/AlphaHitchhiker-7B-v2.i1-IQ2_XXS.gguf b/AlphaHitchhiker-7B-v2.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..f65d713 --- /dev/null +++ b/AlphaHitchhiker-7B-v2.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:374c313295244b97207566d71ad2f693854a3c4479422f1461da8a903325c84d +size 1991687616 diff --git a/AlphaHitchhiker-7B-v2.i1-IQ3_M.gguf b/AlphaHitchhiker-7B-v2.i1-IQ3_M.gguf new file mode 100644 index 0000000..2c0c2d1 --- /dev/null +++ b/AlphaHitchhiker-7B-v2.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22fb1d0535ec163c645d8b295d90b4f13786d7cf0014323abb2b3f8f0cfdfe0f +size 3284893120 diff --git a/AlphaHitchhiker-7B-v2.i1-IQ3_S.gguf b/AlphaHitchhiker-7B-v2.i1-IQ3_S.gguf new file mode 100644 index 0000000..cc07033 --- /dev/null +++ b/AlphaHitchhiker-7B-v2.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:261080a665decaaf3ca9ae6a1a506cc791ff4d4115e7e4ae6b3607647be3f162 +size 3182394816 diff --git a/AlphaHitchhiker-7B-v2.i1-IQ3_XS.gguf b/AlphaHitchhiker-7B-v2.i1-IQ3_XS.gguf new file mode 100644 index 0000000..3fd0b02 --- /dev/null +++ b/AlphaHitchhiker-7B-v2.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84231097d79f04b13e57f1b2b221335494c9615c9214e223810aafa1884e2acf +size 3018816960 diff --git a/AlphaHitchhiker-7B-v2.i1-IQ3_XXS.gguf b/AlphaHitchhiker-7B-v2.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..4a392f8 --- /dev/null +++ b/AlphaHitchhiker-7B-v2.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7f80657abf5c3df5eec833d4e316b2f13020b6dc736b8190b2655aef19d1106 +size 2827345344 diff --git a/AlphaHitchhiker-7B-v2.i1-IQ4_XS.gguf b/AlphaHitchhiker-7B-v2.i1-IQ4_XS.gguf new file mode 100644 index 0000000..807994d --- /dev/null +++ b/AlphaHitchhiker-7B-v2.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:798fcc9c0895a70caac163e1fda802514a7e4676fd570bac5849f072be69b97b +size 3907689920 diff --git a/AlphaHitchhiker-7B-v2.i1-Q2_K.gguf b/AlphaHitchhiker-7B-v2.i1-Q2_K.gguf new file mode 100644 index 0000000..a2c99fe --- /dev/null +++ b/AlphaHitchhiker-7B-v2.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33c5e75118273b9d2a1088ec35cfd4c7a55720f8173718583ab6c5f818b39343 +size 2719243712 diff --git a/AlphaHitchhiker-7B-v2.i1-Q3_K_L.gguf b/AlphaHitchhiker-7B-v2.i1-Q3_K_L.gguf new file mode 100644 index 0000000..7ffbf9d --- /dev/null +++ b/AlphaHitchhiker-7B-v2.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:181f3747517725615317c97f028ab74ac0f1e0cf4bfe846139ad75e264d1295f +size 3822026176 diff --git a/AlphaHitchhiker-7B-v2.i1-Q3_K_M.gguf b/AlphaHitchhiker-7B-v2.i1-Q3_K_M.gguf new file mode 100644 index 0000000..4f15630 --- /dev/null +++ b/AlphaHitchhiker-7B-v2.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fef9edbc38b2f30809c9199199ef0f8c4d28a486cb2ad151b21871b80b9ecbec +size 3518987712 diff --git a/AlphaHitchhiker-7B-v2.i1-Q3_K_S.gguf b/AlphaHitchhiker-7B-v2.i1-Q3_K_S.gguf new file mode 100644 index 0000000..7ef76fb --- /dev/null +++ b/AlphaHitchhiker-7B-v2.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf40d919a9d4f45de79cb4925ae2ee82af1092c882715eb364653ff9d39d70ad +size 3164569024 diff --git a/AlphaHitchhiker-7B-v2.i1-Q4_0.gguf b/AlphaHitchhiker-7B-v2.i1-Q4_0.gguf new file mode 100644 index 0000000..978173a --- /dev/null +++ b/AlphaHitchhiker-7B-v2.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afa6eef711c5ee885224ab9c25b9c2870e15a5b11710dac61a6f85ae958fdf56 +size 4123598272 diff --git a/AlphaHitchhiker-7B-v2.i1-Q4_0_4_4.gguf b/AlphaHitchhiker-7B-v2.i1-Q4_0_4_4.gguf new file mode 100644 index 0000000..145e7ae --- /dev/null +++ b/AlphaHitchhiker-7B-v2.i1-Q4_0_4_4.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:855cdb085a0d8f23cc0cba744bfee164caae2f4497e73c4e3802712971ff5c0e +size 4108918208 diff --git a/AlphaHitchhiker-7B-v2.i1-Q4_0_4_8.gguf b/AlphaHitchhiker-7B-v2.i1-Q4_0_4_8.gguf new file mode 100644 index 0000000..3bff963 --- /dev/null +++ b/AlphaHitchhiker-7B-v2.i1-Q4_0_4_8.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c9b8d87accf48b7827d63a3b1f729dcd1c4a8424911d988f7e14bbe7e2153ff +size 4108918208 diff --git a/AlphaHitchhiker-7B-v2.i1-Q4_0_8_8.gguf b/AlphaHitchhiker-7B-v2.i1-Q4_0_8_8.gguf new file mode 100644 index 0000000..8fac642 --- /dev/null +++ b/AlphaHitchhiker-7B-v2.i1-Q4_0_8_8.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cce4517bab25a7ad52e38979dfe410c331d672c45063cca79d6e16b3d0c4f584 +size 4108918208 diff --git a/AlphaHitchhiker-7B-v2.i1-Q4_K_M.gguf b/AlphaHitchhiker-7B-v2.i1-Q4_K_M.gguf new file mode 100644 index 0000000..dfd7c5b --- /dev/null +++ b/AlphaHitchhiker-7B-v2.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84ced7634abd19d3b3adf44f234876d72a85a8483ffd224857d1dc39b0a352ea +size 4368440768 diff --git a/AlphaHitchhiker-7B-v2.i1-Q4_K_S.gguf b/AlphaHitchhiker-7B-v2.i1-Q4_K_S.gguf new file mode 100644 index 0000000..f5d900d --- /dev/null +++ b/AlphaHitchhiker-7B-v2.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d797c1a3342514f0c02d4cca9084f8cef64119d2f384471fb6867551bee19938 +size 4140375488 diff --git a/AlphaHitchhiker-7B-v2.i1-Q5_K_M.gguf b/AlphaHitchhiker-7B-v2.i1-Q5_K_M.gguf new file mode 100644 index 0000000..2540354 --- /dev/null +++ b/AlphaHitchhiker-7B-v2.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:491514c2a381c73751e0f77515d19c5b4102d6441bd610df2fb04c147807c23b +size 5131410880 diff --git a/AlphaHitchhiker-7B-v2.i1-Q5_K_S.gguf b/AlphaHitchhiker-7B-v2.i1-Q5_K_S.gguf new file mode 100644 index 0000000..df08ed7 --- /dev/null +++ b/AlphaHitchhiker-7B-v2.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1245c634cabe2253708d57d4d062d9b5d410e552b023b57b18a935179967ac0 +size 4997717440 diff --git a/AlphaHitchhiker-7B-v2.i1-Q6_K.gguf b/AlphaHitchhiker-7B-v2.i1-Q6_K.gguf new file mode 100644 index 0000000..15dd5cb --- /dev/null +++ b/AlphaHitchhiker-7B-v2.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90f66415187ed6b4ea13d6658d36e4701111b5ee8e996c2aa9f00c86031abae0 +size 5942066624 diff --git a/README.md b/README.md new file mode 100644 index 0000000..37a0081 --- /dev/null +++ b/README.md @@ -0,0 +1,83 @@ +--- +base_model: macadeliccc/AlphaHitchhiker-7B-v2 +language: +- en +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +tags: +- text-generation-inference +- transformers +- unsloth +- mistral +- trl +- sft +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/macadeliccc/AlphaHitchhiker-7B-v2 + + +static quants are available at https://huggingface.co/mradermacher/AlphaHitchhiker-7B-v2-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/AlphaHitchhiker-7B-v2-i1-GGUF/resolve/main/AlphaHitchhiker-7B-v2.i1-IQ1_S.gguf) | i1-IQ1_S | 1.7 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/AlphaHitchhiker-7B-v2-i1-GGUF/resolve/main/AlphaHitchhiker-7B-v2.i1-IQ1_M.gguf) | i1-IQ1_M | 1.9 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/AlphaHitchhiker-7B-v2-i1-GGUF/resolve/main/AlphaHitchhiker-7B-v2.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.1 | | +| [GGUF](https://huggingface.co/mradermacher/AlphaHitchhiker-7B-v2-i1-GGUF/resolve/main/AlphaHitchhiker-7B-v2.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/AlphaHitchhiker-7B-v2-i1-GGUF/resolve/main/AlphaHitchhiker-7B-v2.i1-IQ2_S.gguf) | i1-IQ2_S | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/AlphaHitchhiker-7B-v2-i1-GGUF/resolve/main/AlphaHitchhiker-7B-v2.i1-IQ2_M.gguf) | i1-IQ2_M | 2.6 | | +| [GGUF](https://huggingface.co/mradermacher/AlphaHitchhiker-7B-v2-i1-GGUF/resolve/main/AlphaHitchhiker-7B-v2.i1-Q2_K.gguf) | i1-Q2_K | 2.8 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/AlphaHitchhiker-7B-v2-i1-GGUF/resolve/main/AlphaHitchhiker-7B-v2.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 2.9 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/AlphaHitchhiker-7B-v2-i1-GGUF/resolve/main/AlphaHitchhiker-7B-v2.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.1 | | +| [GGUF](https://huggingface.co/mradermacher/AlphaHitchhiker-7B-v2-i1-GGUF/resolve/main/AlphaHitchhiker-7B-v2.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.3 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/AlphaHitchhiker-7B-v2-i1-GGUF/resolve/main/AlphaHitchhiker-7B-v2.i1-IQ3_S.gguf) | i1-IQ3_S | 3.3 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/AlphaHitchhiker-7B-v2-i1-GGUF/resolve/main/AlphaHitchhiker-7B-v2.i1-IQ3_M.gguf) | i1-IQ3_M | 3.4 | | +| [GGUF](https://huggingface.co/mradermacher/AlphaHitchhiker-7B-v2-i1-GGUF/resolve/main/AlphaHitchhiker-7B-v2.i1-Q3_K_M.gguf) | i1-Q3_K_M | 3.6 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/AlphaHitchhiker-7B-v2-i1-GGUF/resolve/main/AlphaHitchhiker-7B-v2.i1-Q3_K_L.gguf) | i1-Q3_K_L | 3.9 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/AlphaHitchhiker-7B-v2-i1-GGUF/resolve/main/AlphaHitchhiker-7B-v2.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.0 | | +| [GGUF](https://huggingface.co/mradermacher/AlphaHitchhiker-7B-v2-i1-GGUF/resolve/main/AlphaHitchhiker-7B-v2.i1-Q4_0_4_4.gguf) | i1-Q4_0_4_4 | 4.2 | fast on arm, low quality | +| [GGUF](https://huggingface.co/mradermacher/AlphaHitchhiker-7B-v2-i1-GGUF/resolve/main/AlphaHitchhiker-7B-v2.i1-Q4_0_4_8.gguf) | i1-Q4_0_4_8 | 4.2 | fast on arm+i8mm, low quality | +| [GGUF](https://huggingface.co/mradermacher/AlphaHitchhiker-7B-v2-i1-GGUF/resolve/main/AlphaHitchhiker-7B-v2.i1-Q4_0_8_8.gguf) | i1-Q4_0_8_8 | 4.2 | fast on arm+sve, low quality | +| [GGUF](https://huggingface.co/mradermacher/AlphaHitchhiker-7B-v2-i1-GGUF/resolve/main/AlphaHitchhiker-7B-v2.i1-Q4_0.gguf) | i1-Q4_0 | 4.2 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/AlphaHitchhiker-7B-v2-i1-GGUF/resolve/main/AlphaHitchhiker-7B-v2.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.2 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/AlphaHitchhiker-7B-v2-i1-GGUF/resolve/main/AlphaHitchhiker-7B-v2.i1-Q4_K_M.gguf) | i1-Q4_K_M | 4.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/AlphaHitchhiker-7B-v2-i1-GGUF/resolve/main/AlphaHitchhiker-7B-v2.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.1 | | +| [GGUF](https://huggingface.co/mradermacher/AlphaHitchhiker-7B-v2-i1-GGUF/resolve/main/AlphaHitchhiker-7B-v2.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/AlphaHitchhiker-7B-v2-i1-GGUF/resolve/main/AlphaHitchhiker-7B-v2.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..3482a67 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:816eb2c66cb328df3f9dc69681f948b92a172323a9b6ed99318853f387baf10e +size 4988157