From 58957a8be80b4cc7a03405c42e8e9cb3cd517ac4 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 30 Apr 2026 20:17:28 +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/OpenReasoner-Llama-3.2-3B-rs1.01-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++ ...Reasoner-Llama-3.2-3B-rs1.01.i1-IQ1_M.gguf | 3 + ...Reasoner-Llama-3.2-3B-rs1.01.i1-IQ1_S.gguf | 3 + ...Reasoner-Llama-3.2-3B-rs1.01.i1-IQ2_M.gguf | 3 + ...Reasoner-Llama-3.2-3B-rs1.01.i1-IQ2_S.gguf | 3 + ...easoner-Llama-3.2-3B-rs1.01.i1-IQ2_XS.gguf | 3 + ...asoner-Llama-3.2-3B-rs1.01.i1-IQ2_XXS.gguf | 3 + ...Reasoner-Llama-3.2-3B-rs1.01.i1-IQ3_M.gguf | 3 + ...Reasoner-Llama-3.2-3B-rs1.01.i1-IQ3_S.gguf | 3 + ...easoner-Llama-3.2-3B-rs1.01.i1-IQ3_XS.gguf | 3 + ...asoner-Llama-3.2-3B-rs1.01.i1-IQ3_XXS.gguf | 3 + ...easoner-Llama-3.2-3B-rs1.01.i1-IQ4_NL.gguf | 3 + ...easoner-Llama-3.2-3B-rs1.01.i1-IQ4_XS.gguf | 3 + OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q2_K.gguf | 3 + ...easoner-Llama-3.2-3B-rs1.01.i1-Q2_K_S.gguf | 3 + ...easoner-Llama-3.2-3B-rs1.01.i1-Q3_K_L.gguf | 3 + ...easoner-Llama-3.2-3B-rs1.01.i1-Q3_K_M.gguf | 3 + ...easoner-Llama-3.2-3B-rs1.01.i1-Q3_K_S.gguf | 3 + OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q4_0.gguf | 3 + OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q4_1.gguf | 3 + ...easoner-Llama-3.2-3B-rs1.01.i1-Q4_K_M.gguf | 3 + ...easoner-Llama-3.2-3B-rs1.01.i1-Q4_K_S.gguf | 3 + ...easoner-Llama-3.2-3B-rs1.01.i1-Q5_K_M.gguf | 3 + ...easoner-Llama-3.2-3B-rs1.01.i1-Q5_K_S.gguf | 3 + OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q6_K.gguf | 3 + README.md | 82 +++++++++++++++++++ imatrix.dat | 3 + 27 files changed, 217 insertions(+) create mode 100644 .gitattributes create mode 100644 OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ1_M.gguf create mode 100644 OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ1_S.gguf create mode 100644 OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ2_M.gguf create mode 100644 OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ2_S.gguf create mode 100644 OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ2_XS.gguf create mode 100644 OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ2_XXS.gguf create mode 100644 OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ3_M.gguf create mode 100644 OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ3_S.gguf create mode 100644 OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ3_XS.gguf create mode 100644 OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ3_XXS.gguf create mode 100644 OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ4_NL.gguf create mode 100644 OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ4_XS.gguf create mode 100644 OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q2_K.gguf create mode 100644 OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q2_K_S.gguf create mode 100644 OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q3_K_L.gguf create mode 100644 OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q3_K_M.gguf create mode 100644 OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q3_K_S.gguf create mode 100644 OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q4_0.gguf create mode 100644 OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q4_1.gguf create mode 100644 OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q4_K_M.gguf create mode 100644 OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q4_K_S.gguf create mode 100644 OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q5_K_M.gguf create mode 100644 OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q5_K_S.gguf create mode 100644 OpenReasoner-Llama-3.2-3B-rs1.01.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..c690c22 --- /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 +OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ1_M.gguf b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ1_M.gguf new file mode 100644 index 0000000..26bc6d5 --- /dev/null +++ b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c78034c8923f4c0488bbad0069a9d009e11496c4a4cfb4950d28082fb4ceb37 +size 924197472 diff --git a/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ1_S.gguf b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ1_S.gguf new file mode 100644 index 0000000..ac073aa --- /dev/null +++ b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35d9b7d05a3b149ccc448ff8133bcbc0781bd3ed1a0fe812beff5850a1ddaabc +size 868164192 diff --git a/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ2_M.gguf b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ2_M.gguf new file mode 100644 index 0000000..34d6753 --- /dev/null +++ b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b317734577c9a7c2048877a31a131be88d3802cff91be8e7dceddd97c224b76c +size 1229038176 diff --git a/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ2_S.gguf b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ2_S.gguf new file mode 100644 index 0000000..08cab89 --- /dev/null +++ b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3745470afc1a5b397d7581b720bb6c8db4acbb1e0bdd92224f6f796fb573050d +size 1154327136 diff --git a/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ2_XS.gguf b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ2_XS.gguf new file mode 100644 index 0000000..ab5d333 --- /dev/null +++ b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0b67375cafec35b3538564f3bea1b20a645bd373a259173193cb61cd3a70718 +size 1100554848 diff --git a/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ2_XXS.gguf b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..c5c5f58 --- /dev/null +++ b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eb7dcf99a8e7ebb58b77ab266988c7221f3a9dcdae35c75673e63e26468eca1 +size 1017586272 diff --git a/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ3_M.gguf b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ3_M.gguf new file mode 100644 index 0000000..632ef8a --- /dev/null +++ b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ab1113a3000785ad465ba04ac30c84b1e8a2db192b49d5ddc6a5c546d55199a +size 1599674976 diff --git a/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ3_S.gguf b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ3_S.gguf new file mode 100644 index 0000000..ade762f --- /dev/null +++ b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd90d86e0bc1d08310bdd0bf8b57be09bc10eb0d2ae34f59d853f8bbfcc93969 +size 1542855264 diff --git a/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ3_XS.gguf b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ3_XS.gguf new file mode 100644 index 0000000..919acb7 --- /dev/null +++ b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:271badd3ae28cb32c10c2fdfe100196d1123b5841a349a49643d1d8b08ab7128 +size 1476794976 diff --git a/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ3_XXS.gguf b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..dbb5289 --- /dev/null +++ b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0d14377073400966bcda67864b76c821321bbc2d1b95e336115d165a0599c99 +size 1348772448 diff --git a/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ4_NL.gguf b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ4_NL.gguf new file mode 100644 index 0000000..9545ce4 --- /dev/null +++ b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db9ce2430571843c6d2cc26ba92a043b350ebc9dbdcdb25e371ef829c615805b +size 1917196896 diff --git a/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ4_XS.gguf b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ4_XS.gguf new file mode 100644 index 0000000..e947b70 --- /dev/null +++ b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96cb53424d05414bfc2c6a1230912a4ba503e9664e9308b0e673304284a58c01 +size 1829116512 diff --git a/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q2_K.gguf b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q2_K.gguf new file mode 100644 index 0000000..6c60544 --- /dev/null +++ b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac94199f13b54e1fb23111d3695e1f59b39a41c3f0b7d3c179f54ec2d65da4df +size 1363941984 diff --git a/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q2_K_S.gguf b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q2_K_S.gguf new file mode 100644 index 0000000..edd5636 --- /dev/null +++ b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba2b67d903c66ec7160c9b6611b5acb40595755f8ff08ffa24c9fb2daad4695d +size 1274288736 diff --git a/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q3_K_L.gguf b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q3_K_L.gguf new file mode 100644 index 0000000..6bc7440 --- /dev/null +++ b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25e4cdd0e3a35dcfc52a4b0a39320547cfe23e42e1c0091dbe2c7ec15d555eca +size 1815353952 diff --git a/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q3_K_M.gguf b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q3_K_M.gguf new file mode 100644 index 0000000..b9a6da8 --- /dev/null +++ b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b98ac79df4950a19ad637ccf159699efef95e7ea74e9f63c7ebf019ac14de2f7 +size 1687165536 diff --git a/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q3_K_S.gguf b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q3_K_S.gguf new file mode 100644 index 0000000..ff70abd --- /dev/null +++ b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78753880e515bb61e1e7d34554c31b10a78ca83862a9ca590f8ffef8fc674ad3 +size 1542855264 diff --git a/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q4_0.gguf b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q4_0.gguf new file mode 100644 index 0000000..2e48b9c --- /dev/null +++ b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74afec0cadb93493d289069741ef699586a79650bd898b95264d9da11f5e59aa +size 1921915488 diff --git a/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q4_1.gguf b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q4_1.gguf new file mode 100644 index 0000000..6ed25ec --- /dev/null +++ b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5acc158dbca7db9a4dd78954c8ae804c0d26f7dde47952c00e878cc4dcd139bc +size 2093357664 diff --git a/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q4_K_M.gguf b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q4_K_M.gguf new file mode 100644 index 0000000..db91ff3 --- /dev/null +++ b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1c9ca4f7e24ef43a764dfd18968898e8edaecfa64a62cf2e27277c348f34448 +size 2019383904 diff --git a/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q4_K_S.gguf b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q4_K_S.gguf new file mode 100644 index 0000000..a3708d4 --- /dev/null +++ b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ac29478db943d7c7e53f08740bbde62fee6f84fd9301111ab7296cf421fa07c +size 1928206944 diff --git a/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q5_K_M.gguf b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q5_K_M.gguf new file mode 100644 index 0000000..919793a --- /dev/null +++ b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c22ed6d47b4ca084955b27893f9b86be16410298e115cfe6b36bcfcb8e39b957 +size 2322160224 diff --git a/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q5_K_S.gguf b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q5_K_S.gguf new file mode 100644 index 0000000..307873d --- /dev/null +++ b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e44abb795114d354f5747eed6d19b35644fd41f5deeb0360440996d5c687da1c +size 2269518432 diff --git a/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q6_K.gguf b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q6_K.gguf new file mode 100644 index 0000000..c5a0184 --- /dev/null +++ b/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1720baa97406f53d413c23507fa37396146b9026bf96047a37fb400efd3de35c +size 2643860064 diff --git a/README.md b/README.md new file mode 100644 index 0000000..ff8c4b0 --- /dev/null +++ b/README.md @@ -0,0 +1,82 @@ +--- +base_model: EpistemeAI/OpenReason-Llama-3.2-3B-rs1.01 +language: +- en +library_name: transformers +license: llama3.2 +quantized_by: mradermacher +tags: +- text-generation-inference +- transformers +- unsloth +- llama +- trl +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/EpistemeAI/OpenReason-Llama-3.2-3B-rs1.01 + + +static quants are available at https://huggingface.co/mradermacher/OpenReasoner-Llama-3.2-3B-rs1.01-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/OpenReasoner-Llama-3.2-3B-rs1.01-i1-GGUF/resolve/main/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ1_S.gguf) | i1-IQ1_S | 1.0 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/OpenReasoner-Llama-3.2-3B-rs1.01-i1-GGUF/resolve/main/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ1_M.gguf) | i1-IQ1_M | 1.0 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/OpenReasoner-Llama-3.2-3B-rs1.01-i1-GGUF/resolve/main/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/OpenReasoner-Llama-3.2-3B-rs1.01-i1-GGUF/resolve/main/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ2_XS.gguf) | i1-IQ2_XS | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/OpenReasoner-Llama-3.2-3B-rs1.01-i1-GGUF/resolve/main/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ2_S.gguf) | i1-IQ2_S | 1.3 | | +| [GGUF](https://huggingface.co/mradermacher/OpenReasoner-Llama-3.2-3B-rs1.01-i1-GGUF/resolve/main/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ2_M.gguf) | i1-IQ2_M | 1.3 | | +| [GGUF](https://huggingface.co/mradermacher/OpenReasoner-Llama-3.2-3B-rs1.01-i1-GGUF/resolve/main/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q2_K_S.gguf) | i1-Q2_K_S | 1.4 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/OpenReasoner-Llama-3.2-3B-rs1.01-i1-GGUF/resolve/main/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 1.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/OpenReasoner-Llama-3.2-3B-rs1.01-i1-GGUF/resolve/main/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q2_K.gguf) | i1-Q2_K | 1.5 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/OpenReasoner-Llama-3.2-3B-rs1.01-i1-GGUF/resolve/main/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ3_XS.gguf) | i1-IQ3_XS | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/OpenReasoner-Llama-3.2-3B-rs1.01-i1-GGUF/resolve/main/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ3_S.gguf) | i1-IQ3_S | 1.6 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/OpenReasoner-Llama-3.2-3B-rs1.01-i1-GGUF/resolve/main/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q3_K_S.gguf) | i1-Q3_K_S | 1.6 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/OpenReasoner-Llama-3.2-3B-rs1.01-i1-GGUF/resolve/main/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ3_M.gguf) | i1-IQ3_M | 1.7 | | +| [GGUF](https://huggingface.co/mradermacher/OpenReasoner-Llama-3.2-3B-rs1.01-i1-GGUF/resolve/main/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q3_K_M.gguf) | i1-Q3_K_M | 1.8 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/OpenReasoner-Llama-3.2-3B-rs1.01-i1-GGUF/resolve/main/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q3_K_L.gguf) | i1-Q3_K_L | 1.9 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/OpenReasoner-Llama-3.2-3B-rs1.01-i1-GGUF/resolve/main/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ4_XS.gguf) | i1-IQ4_XS | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/OpenReasoner-Llama-3.2-3B-rs1.01-i1-GGUF/resolve/main/OpenReasoner-Llama-3.2-3B-rs1.01.i1-IQ4_NL.gguf) | i1-IQ4_NL | 2.0 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/OpenReasoner-Llama-3.2-3B-rs1.01-i1-GGUF/resolve/main/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q4_0.gguf) | i1-Q4_0 | 2.0 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/OpenReasoner-Llama-3.2-3B-rs1.01-i1-GGUF/resolve/main/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q4_K_S.gguf) | i1-Q4_K_S | 2.0 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/OpenReasoner-Llama-3.2-3B-rs1.01-i1-GGUF/resolve/main/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q4_K_M.gguf) | i1-Q4_K_M | 2.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/OpenReasoner-Llama-3.2-3B-rs1.01-i1-GGUF/resolve/main/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q4_1.gguf) | i1-Q4_1 | 2.2 | | +| [GGUF](https://huggingface.co/mradermacher/OpenReasoner-Llama-3.2-3B-rs1.01-i1-GGUF/resolve/main/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q5_K_S.gguf) | i1-Q5_K_S | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/OpenReasoner-Llama-3.2-3B-rs1.01-i1-GGUF/resolve/main/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q5_K_M.gguf) | i1-Q5_K_M | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/OpenReasoner-Llama-3.2-3B-rs1.01-i1-GGUF/resolve/main/OpenReasoner-Llama-3.2-3B-rs1.01.i1-Q6_K.gguf) | i1-Q6_K | 2.7 | 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..51fb508 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:848b929081040d4132b079e8737670b0a3957e6237a512fab06e7d18265a38bf +size 2988377