From 6ef8198e673ec41bad75287bd8af9f3bbdc14604 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 13 May 2026 07:30:37 +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/LLaMA2-7B-DPO-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++++++++++++ LLaMA2-7B-DPO.i1-IQ1_M.gguf | 3 ++ LLaMA2-7B-DPO.i1-IQ1_S.gguf | 3 ++ LLaMA2-7B-DPO.i1-IQ2_M.gguf | 3 ++ LLaMA2-7B-DPO.i1-IQ2_S.gguf | 3 ++ LLaMA2-7B-DPO.i1-IQ2_XS.gguf | 3 ++ LLaMA2-7B-DPO.i1-IQ2_XXS.gguf | 3 ++ LLaMA2-7B-DPO.i1-IQ3_M.gguf | 3 ++ LLaMA2-7B-DPO.i1-IQ3_S.gguf | 3 ++ LLaMA2-7B-DPO.i1-IQ3_XS.gguf | 3 ++ LLaMA2-7B-DPO.i1-IQ3_XXS.gguf | 3 ++ LLaMA2-7B-DPO.i1-IQ4_XS.gguf | 3 ++ LLaMA2-7B-DPO.i1-Q2_K.gguf | 3 ++ LLaMA2-7B-DPO.i1-Q3_K_L.gguf | 3 ++ LLaMA2-7B-DPO.i1-Q3_K_M.gguf | 3 ++ LLaMA2-7B-DPO.i1-Q3_K_S.gguf | 3 ++ LLaMA2-7B-DPO.i1-Q4_0.gguf | 3 ++ LLaMA2-7B-DPO.i1-Q4_0_4_4.gguf | 3 ++ LLaMA2-7B-DPO.i1-Q4_0_4_8.gguf | 3 ++ LLaMA2-7B-DPO.i1-Q4_0_8_8.gguf | 3 ++ LLaMA2-7B-DPO.i1-Q4_K_M.gguf | 3 ++ LLaMA2-7B-DPO.i1-Q4_K_S.gguf | 3 ++ LLaMA2-7B-DPO.i1-Q5_K_M.gguf | 3 ++ LLaMA2-7B-DPO.i1-Q5_K_S.gguf | 3 ++ LLaMA2-7B-DPO.i1-Q6_K.gguf | 3 ++ README.md | 80 ++++++++++++++++++++++++++++++++++ imatrix.dat | 3 ++ 27 files changed, 215 insertions(+) create mode 100644 .gitattributes create mode 100644 LLaMA2-7B-DPO.i1-IQ1_M.gguf create mode 100644 LLaMA2-7B-DPO.i1-IQ1_S.gguf create mode 100644 LLaMA2-7B-DPO.i1-IQ2_M.gguf create mode 100644 LLaMA2-7B-DPO.i1-IQ2_S.gguf create mode 100644 LLaMA2-7B-DPO.i1-IQ2_XS.gguf create mode 100644 LLaMA2-7B-DPO.i1-IQ2_XXS.gguf create mode 100644 LLaMA2-7B-DPO.i1-IQ3_M.gguf create mode 100644 LLaMA2-7B-DPO.i1-IQ3_S.gguf create mode 100644 LLaMA2-7B-DPO.i1-IQ3_XS.gguf create mode 100644 LLaMA2-7B-DPO.i1-IQ3_XXS.gguf create mode 100644 LLaMA2-7B-DPO.i1-IQ4_XS.gguf create mode 100644 LLaMA2-7B-DPO.i1-Q2_K.gguf create mode 100644 LLaMA2-7B-DPO.i1-Q3_K_L.gguf create mode 100644 LLaMA2-7B-DPO.i1-Q3_K_M.gguf create mode 100644 LLaMA2-7B-DPO.i1-Q3_K_S.gguf create mode 100644 LLaMA2-7B-DPO.i1-Q4_0.gguf create mode 100644 LLaMA2-7B-DPO.i1-Q4_0_4_4.gguf create mode 100644 LLaMA2-7B-DPO.i1-Q4_0_4_8.gguf create mode 100644 LLaMA2-7B-DPO.i1-Q4_0_8_8.gguf create mode 100644 LLaMA2-7B-DPO.i1-Q4_K_M.gguf create mode 100644 LLaMA2-7B-DPO.i1-Q4_K_S.gguf create mode 100644 LLaMA2-7B-DPO.i1-Q5_K_M.gguf create mode 100644 LLaMA2-7B-DPO.i1-Q5_K_S.gguf create mode 100644 LLaMA2-7B-DPO.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..d9395c6 --- /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 +LLaMA2-7B-DPO.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +LLaMA2-7B-DPO.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +LLaMA2-7B-DPO.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +LLaMA2-7B-DPO.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +LLaMA2-7B-DPO.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +LLaMA2-7B-DPO.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +LLaMA2-7B-DPO.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +LLaMA2-7B-DPO.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +LLaMA2-7B-DPO.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +LLaMA2-7B-DPO.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +LLaMA2-7B-DPO.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +LLaMA2-7B-DPO.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +LLaMA2-7B-DPO.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +LLaMA2-7B-DPO.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +LLaMA2-7B-DPO.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +LLaMA2-7B-DPO.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +LLaMA2-7B-DPO.i1-Q4_0_4_4.gguf filter=lfs diff=lfs merge=lfs -text +LLaMA2-7B-DPO.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +LLaMA2-7B-DPO.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +LLaMA2-7B-DPO.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +LLaMA2-7B-DPO.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +LLaMA2-7B-DPO.i1-Q4_0_4_8.gguf filter=lfs diff=lfs merge=lfs -text +LLaMA2-7B-DPO.i1-Q4_0_8_8.gguf filter=lfs diff=lfs merge=lfs -text +LLaMA2-7B-DPO.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/LLaMA2-7B-DPO.i1-IQ1_M.gguf b/LLaMA2-7B-DPO.i1-IQ1_M.gguf new file mode 100644 index 0000000..1378842 --- /dev/null +++ b/LLaMA2-7B-DPO.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a0b7652237fb47d7de9f52709cb067bb773b633a79d9bd67b42ae029cbf991d +size 1650971712 diff --git a/LLaMA2-7B-DPO.i1-IQ1_S.gguf b/LLaMA2-7B-DPO.i1-IQ1_S.gguf new file mode 100644 index 0000000..772ef75 --- /dev/null +++ b/LLaMA2-7B-DPO.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6d5fd3915be140a0fb0f7b745612a23a59841794711ad9397756cdd1f58b9ad +size 1528583232 diff --git a/LLaMA2-7B-DPO.i1-IQ2_M.gguf b/LLaMA2-7B-DPO.i1-IQ2_M.gguf new file mode 100644 index 0000000..4f6a024 --- /dev/null +++ b/LLaMA2-7B-DPO.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e9e9adb43e3d6574020bcb058c7ec3817c88daf8e50f1a93391fd901c3d8723 +size 2359751744 diff --git a/LLaMA2-7B-DPO.i1-IQ2_S.gguf b/LLaMA2-7B-DPO.i1-IQ2_S.gguf new file mode 100644 index 0000000..ab803c4 --- /dev/null +++ b/LLaMA2-7B-DPO.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a018e774f68402f1cef185a85cac7708a43615ef58fa665dd67e081d837183d1 +size 2196567104 diff --git a/LLaMA2-7B-DPO.i1-IQ2_XS.gguf b/LLaMA2-7B-DPO.i1-IQ2_XS.gguf new file mode 100644 index 0000000..7684861 --- /dev/null +++ b/LLaMA2-7B-DPO.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf54b59872108dbe8159c37c0381013a18a9d966278c685da8f96e01717eaf47 +size 2034914368 diff --git a/LLaMA2-7B-DPO.i1-IQ2_XXS.gguf b/LLaMA2-7B-DPO.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..036e63b --- /dev/null +++ b/LLaMA2-7B-DPO.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39546d79e1e55520c26bb732f77c6645cf477c01171dbe8f35bd81e1db8642f6 +size 1854952512 diff --git a/LLaMA2-7B-DPO.i1-IQ3_M.gguf b/LLaMA2-7B-DPO.i1-IQ3_M.gguf new file mode 100644 index 0000000..3c94169 --- /dev/null +++ b/LLaMA2-7B-DPO.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c29a06a3f33b6b03d3689030f6713a44d1d144c6935b6b13f3551d6381d33d9a +size 3114865728 diff --git a/LLaMA2-7B-DPO.i1-IQ3_S.gguf b/LLaMA2-7B-DPO.i1-IQ3_S.gguf new file mode 100644 index 0000000..601e978 --- /dev/null +++ b/LLaMA2-7B-DPO.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea36b012ba0dbb59f35c2c4c156e87d649b590b6303a21a175e1a5f96a91083f +size 2948305984 diff --git a/LLaMA2-7B-DPO.i1-IQ3_XS.gguf b/LLaMA2-7B-DPO.i1-IQ3_XS.gguf new file mode 100644 index 0000000..a6b9126 --- /dev/null +++ b/LLaMA2-7B-DPO.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2ec86aa6b5812161695b956198ef4fdac7f207920338efe7ef80bcfc90ea1e1 +size 2796524608 diff --git a/LLaMA2-7B-DPO.i1-IQ3_XXS.gguf b/LLaMA2-7B-DPO.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..3e72f26 --- /dev/null +++ b/LLaMA2-7B-DPO.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a445f578310b389a77d9bd512130918ceb88eda026a85715b6bb4f908b49fdb +size 2585392192 diff --git a/LLaMA2-7B-DPO.i1-IQ4_XS.gguf b/LLaMA2-7B-DPO.i1-IQ4_XS.gguf new file mode 100644 index 0000000..c2589a5 --- /dev/null +++ b/LLaMA2-7B-DPO.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f96c18e80ca36e31b5ed8c8822c9119f83ba9348f47d665213bf80269cadfc2e +size 3619337280 diff --git a/LLaMA2-7B-DPO.i1-Q2_K.gguf b/LLaMA2-7B-DPO.i1-Q2_K.gguf new file mode 100644 index 0000000..c092dda --- /dev/null +++ b/LLaMA2-7B-DPO.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e822cb36486be2384e204e77a52c1b3d3f43ca3ba9a8fecd36fe50dd240068d8 +size 2532865088 diff --git a/LLaMA2-7B-DPO.i1-Q3_K_L.gguf b/LLaMA2-7B-DPO.i1-Q3_K_L.gguf new file mode 100644 index 0000000..2089c83 --- /dev/null +++ b/LLaMA2-7B-DPO.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfd7d1afd4af4ad2051f8935dad151a2429283f293c6fc359e120fd162e71642 +size 3597112384 diff --git a/LLaMA2-7B-DPO.i1-Q3_K_M.gguf b/LLaMA2-7B-DPO.i1-Q3_K_M.gguf new file mode 100644 index 0000000..c0e3da6 --- /dev/null +++ b/LLaMA2-7B-DPO.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a4a43ebdc85c24d0abf28b196d70fd174200590e35eea2f1c08d684e6203e2f +size 3298006080 diff --git a/LLaMA2-7B-DPO.i1-Q3_K_S.gguf b/LLaMA2-7B-DPO.i1-Q3_K_S.gguf new file mode 100644 index 0000000..0ecb9ad --- /dev/null +++ b/LLaMA2-7B-DPO.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:875abb424e5ec3dfd0607ef86d0cba3ab3eb90e45dabb2c54ea33bf5aec4ea38 +size 2948305984 diff --git a/LLaMA2-7B-DPO.i1-Q4_0.gguf b/LLaMA2-7B-DPO.i1-Q4_0.gguf new file mode 100644 index 0000000..970bd1c --- /dev/null +++ b/LLaMA2-7B-DPO.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abd79e93e035817dfbd3624d92b89e4640ac9df5e593fc9b181bb9dc48e82295 +size 3837080640 diff --git a/LLaMA2-7B-DPO.i1-Q4_0_4_4.gguf b/LLaMA2-7B-DPO.i1-Q4_0_4_4.gguf new file mode 100644 index 0000000..6e8b7a8 --- /dev/null +++ b/LLaMA2-7B-DPO.i1-Q4_0_4_4.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad7d40d02b841e4df2eab60f46addf7bbfd422b2df11aec0c64c358bf4e87ae9 +size 3825808448 diff --git a/LLaMA2-7B-DPO.i1-Q4_0_4_8.gguf b/LLaMA2-7B-DPO.i1-Q4_0_4_8.gguf new file mode 100644 index 0000000..08b4076 --- /dev/null +++ b/LLaMA2-7B-DPO.i1-Q4_0_4_8.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbca7d0ba88be2502065b95acf02d9baeada9122617631be97e058d694168859 +size 3825808448 diff --git a/LLaMA2-7B-DPO.i1-Q4_0_8_8.gguf b/LLaMA2-7B-DPO.i1-Q4_0_8_8.gguf new file mode 100644 index 0000000..a2700ba --- /dev/null +++ b/LLaMA2-7B-DPO.i1-Q4_0_8_8.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:317e9189251a276cbb12699becce6cc481537e1c53dcdbf8dffd14c30d712d4b +size 3825808448 diff --git a/LLaMA2-7B-DPO.i1-Q4_K_M.gguf b/LLaMA2-7B-DPO.i1-Q4_K_M.gguf new file mode 100644 index 0000000..7ae1417 --- /dev/null +++ b/LLaMA2-7B-DPO.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d209fb6660875b0d6d1375948790783afcd5110e8ac0ae34f8c690edd36e9f78 +size 4081005632 diff --git a/LLaMA2-7B-DPO.i1-Q4_K_S.gguf b/LLaMA2-7B-DPO.i1-Q4_K_S.gguf new file mode 100644 index 0000000..1d30743 --- /dev/null +++ b/LLaMA2-7B-DPO.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcb6a4d02d4c827517df36944e8bacac0650f1da2dd60f251a8494f9f7aeb1f2 +size 3856741440 diff --git a/LLaMA2-7B-DPO.i1-Q5_K_M.gguf b/LLaMA2-7B-DPO.i1-Q5_K_M.gguf new file mode 100644 index 0000000..24def24 --- /dev/null +++ b/LLaMA2-7B-DPO.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f423a73fc40b7563aaef3a8fe20095aa3029650ec2ce28cde68f411d78424978 +size 4783158336 diff --git a/LLaMA2-7B-DPO.i1-Q5_K_S.gguf b/LLaMA2-7B-DPO.i1-Q5_K_S.gguf new file mode 100644 index 0000000..079869b --- /dev/null +++ b/LLaMA2-7B-DPO.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0c04cbc1f7babf01875d801c570cead2ebd7e6e3dd62832dd45bb048212bbe2 +size 4651693120 diff --git a/LLaMA2-7B-DPO.i1-Q6_K.gguf b/LLaMA2-7B-DPO.i1-Q6_K.gguf new file mode 100644 index 0000000..9fac5d4 --- /dev/null +++ b/LLaMA2-7B-DPO.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7937ca132ad11034d407e071e6fe194e062b919e8e9d4007ed23c2b6c8865ff9 +size 5529195584 diff --git a/README.md b/README.md new file mode 100644 index 0000000..8d6f829 --- /dev/null +++ b/README.md @@ -0,0 +1,80 @@ +--- +base_model: GraphWiz/LLaMA2-7B-DPO +datasets: +- GraphWiz/GraphInstruct-RFT-72K +language: +- en +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +tags: +- graph problem +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/GraphWiz/LLaMA2-7B-DPO + + +static quants are available at https://huggingface.co/mradermacher/LLaMA2-7B-DPO-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/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-IQ1_S.gguf) | i1-IQ1_S | 1.6 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-IQ1_M.gguf) | i1-IQ1_M | 1.8 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.0 | | +| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.1 | | +| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-IQ2_S.gguf) | i1-IQ2_S | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-IQ2_M.gguf) | i1-IQ2_M | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-Q2_K.gguf) | i1-Q2_K | 2.6 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 2.7 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-IQ3_XS.gguf) | i1-IQ3_XS | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-IQ3_S.gguf) | i1-IQ3_S | 3.0 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.0 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-IQ3_M.gguf) | i1-IQ3_M | 3.2 | | +| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-Q3_K_M.gguf) | i1-Q3_K_M | 3.4 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-Q3_K_L.gguf) | i1-Q3_K_L | 3.7 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-IQ4_XS.gguf) | i1-IQ4_XS | 3.7 | | +| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-Q4_0_4_4.gguf) | i1-Q4_0_4_4 | 3.9 | fast on arm, low quality | +| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-Q4_0_4_8.gguf) | i1-Q4_0_4_8 | 3.9 | fast on arm+i8mm, low quality | +| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-Q4_0_8_8.gguf) | i1-Q4_0_8_8 | 3.9 | fast on arm+sve, low quality | +| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-Q4_0.gguf) | i1-Q4_0 | 3.9 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.0 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-Q4_K_M.gguf) | i1-Q4_K_M | 4.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-Q5_K_S.gguf) | i1-Q5_K_S | 4.8 | | +| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.i1-Q5_K_M.gguf) | i1-Q5_K_M | 4.9 | | +| [GGUF](https://huggingface.co/mradermacher/LLaMA2-7B-DPO-i1-GGUF/resolve/main/LLaMA2-7B-DPO.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/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..ce6fb24 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5e5d01e26ed1ca048731bb76e601804e6b3d87a262bd61c6115656be552f5a3 +size 4562173