From 895cb61737b9c29769c6dbabead97b3ea7553c9e Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Fri, 15 May 2026 17:13:21 +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/Llama-3.2-1b-Chatml-RP-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++++++ Llama-3.2-1b-Chatml-RP.i1-IQ1_M.gguf | 3 + Llama-3.2-1b-Chatml-RP.i1-IQ1_S.gguf | 3 + Llama-3.2-1b-Chatml-RP.i1-IQ2_M.gguf | 3 + Llama-3.2-1b-Chatml-RP.i1-IQ2_S.gguf | 3 + Llama-3.2-1b-Chatml-RP.i1-IQ2_XS.gguf | 3 + Llama-3.2-1b-Chatml-RP.i1-IQ2_XXS.gguf | 3 + Llama-3.2-1b-Chatml-RP.i1-IQ3_M.gguf | 3 + Llama-3.2-1b-Chatml-RP.i1-IQ3_S.gguf | 3 + Llama-3.2-1b-Chatml-RP.i1-IQ3_XS.gguf | 3 + Llama-3.2-1b-Chatml-RP.i1-IQ3_XXS.gguf | 3 + Llama-3.2-1b-Chatml-RP.i1-IQ4_XS.gguf | 3 + Llama-3.2-1b-Chatml-RP.i1-Q2_K.gguf | 3 + Llama-3.2-1b-Chatml-RP.i1-Q3_K_L.gguf | 3 + Llama-3.2-1b-Chatml-RP.i1-Q3_K_M.gguf | 3 + Llama-3.2-1b-Chatml-RP.i1-Q3_K_S.gguf | 3 + Llama-3.2-1b-Chatml-RP.i1-Q4_0.gguf | 3 + Llama-3.2-1b-Chatml-RP.i1-Q4_0_4_4.gguf | 3 + Llama-3.2-1b-Chatml-RP.i1-Q4_0_4_8.gguf | 3 + Llama-3.2-1b-Chatml-RP.i1-Q4_0_8_8.gguf | 3 + Llama-3.2-1b-Chatml-RP.i1-Q4_K_M.gguf | 3 + Llama-3.2-1b-Chatml-RP.i1-Q4_K_S.gguf | 3 + Llama-3.2-1b-Chatml-RP.i1-Q5_K_M.gguf | 3 + Llama-3.2-1b-Chatml-RP.i1-Q5_K_S.gguf | 3 + Llama-3.2-1b-Chatml-RP.i1-Q6_K.gguf | 3 + README.md | 78 +++++++++++++++++++++++++ imatrix.dat | 3 + 27 files changed, 213 insertions(+) create mode 100644 .gitattributes create mode 100644 Llama-3.2-1b-Chatml-RP.i1-IQ1_M.gguf create mode 100644 Llama-3.2-1b-Chatml-RP.i1-IQ1_S.gguf create mode 100644 Llama-3.2-1b-Chatml-RP.i1-IQ2_M.gguf create mode 100644 Llama-3.2-1b-Chatml-RP.i1-IQ2_S.gguf create mode 100644 Llama-3.2-1b-Chatml-RP.i1-IQ2_XS.gguf create mode 100644 Llama-3.2-1b-Chatml-RP.i1-IQ2_XXS.gguf create mode 100644 Llama-3.2-1b-Chatml-RP.i1-IQ3_M.gguf create mode 100644 Llama-3.2-1b-Chatml-RP.i1-IQ3_S.gguf create mode 100644 Llama-3.2-1b-Chatml-RP.i1-IQ3_XS.gguf create mode 100644 Llama-3.2-1b-Chatml-RP.i1-IQ3_XXS.gguf create mode 100644 Llama-3.2-1b-Chatml-RP.i1-IQ4_XS.gguf create mode 100644 Llama-3.2-1b-Chatml-RP.i1-Q2_K.gguf create mode 100644 Llama-3.2-1b-Chatml-RP.i1-Q3_K_L.gguf create mode 100644 Llama-3.2-1b-Chatml-RP.i1-Q3_K_M.gguf create mode 100644 Llama-3.2-1b-Chatml-RP.i1-Q3_K_S.gguf create mode 100644 Llama-3.2-1b-Chatml-RP.i1-Q4_0.gguf create mode 100644 Llama-3.2-1b-Chatml-RP.i1-Q4_0_4_4.gguf create mode 100644 Llama-3.2-1b-Chatml-RP.i1-Q4_0_4_8.gguf create mode 100644 Llama-3.2-1b-Chatml-RP.i1-Q4_0_8_8.gguf create mode 100644 Llama-3.2-1b-Chatml-RP.i1-Q4_K_M.gguf create mode 100644 Llama-3.2-1b-Chatml-RP.i1-Q4_K_S.gguf create mode 100644 Llama-3.2-1b-Chatml-RP.i1-Q5_K_M.gguf create mode 100644 Llama-3.2-1b-Chatml-RP.i1-Q5_K_S.gguf create mode 100644 Llama-3.2-1b-Chatml-RP.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..51afce8 --- /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 +Llama-3.2-1b-Chatml-RP.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1b-Chatml-RP.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1b-Chatml-RP.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1b-Chatml-RP.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1b-Chatml-RP.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1b-Chatml-RP.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1b-Chatml-RP.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1b-Chatml-RP.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1b-Chatml-RP.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1b-Chatml-RP.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1b-Chatml-RP.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1b-Chatml-RP.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1b-Chatml-RP.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1b-Chatml-RP.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1b-Chatml-RP.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1b-Chatml-RP.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1b-Chatml-RP.i1-Q4_0_4_4.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1b-Chatml-RP.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1b-Chatml-RP.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1b-Chatml-RP.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1b-Chatml-RP.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1b-Chatml-RP.i1-Q4_0_4_8.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1b-Chatml-RP.i1-Q4_0_8_8.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1b-Chatml-RP.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Llama-3.2-1b-Chatml-RP.i1-IQ1_M.gguf b/Llama-3.2-1b-Chatml-RP.i1-IQ1_M.gguf new file mode 100644 index 0000000..c2cdf56 --- /dev/null +++ b/Llama-3.2-1b-Chatml-RP.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:690dfb79ad4235a81b3059a326f27cb00464711fe319ec911f311a63d5ead9ee +size 499795104 diff --git a/Llama-3.2-1b-Chatml-RP.i1-IQ1_S.gguf b/Llama-3.2-1b-Chatml-RP.i1-IQ1_S.gguf new file mode 100644 index 0000000..538d091 --- /dev/null +++ b/Llama-3.2-1b-Chatml-RP.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:212435837718a22f6e3ceec865a51081211d06eeb59d3c25e23445fdd9bf5ba5 +size 479741088 diff --git a/Llama-3.2-1b-Chatml-RP.i1-IQ2_M.gguf b/Llama-3.2-1b-Chatml-RP.i1-IQ2_M.gguf new file mode 100644 index 0000000..e805fb4 --- /dev/null +++ b/Llama-3.2-1b-Chatml-RP.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0db15b4a5aeaa8c9b51b3b6d676e235200a209028b03b845cdd2b6207b53d9da +size 628315296 diff --git a/Llama-3.2-1b-Chatml-RP.i1-IQ2_S.gguf b/Llama-3.2-1b-Chatml-RP.i1-IQ2_S.gguf new file mode 100644 index 0000000..555f80f --- /dev/null +++ b/Llama-3.2-1b-Chatml-RP.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60c7a39ebc4a6d54bd5c4703a2392006b30357d881c6e8f26180f0140e112fc3 +size 601576608 diff --git a/Llama-3.2-1b-Chatml-RP.i1-IQ2_XS.gguf b/Llama-3.2-1b-Chatml-RP.i1-IQ2_XS.gguf new file mode 100644 index 0000000..70be392 --- /dev/null +++ b/Llama-3.2-1b-Chatml-RP.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:551e0f8190f6888e26503cc53ac00b51bd47b6edea3a9c3000dee3f8d2eacc16 +size 562054304 diff --git a/Llama-3.2-1b-Chatml-RP.i1-IQ2_XXS.gguf b/Llama-3.2-1b-Chatml-RP.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..fc3a4c8 --- /dev/null +++ b/Llama-3.2-1b-Chatml-RP.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a9f4c66dc5a622801854065d8790f341d80cb3e035d8dc8dc332b28d28b3f13 +size 533218464 diff --git a/Llama-3.2-1b-Chatml-RP.i1-IQ3_M.gguf b/Llama-3.2-1b-Chatml-RP.i1-IQ3_M.gguf new file mode 100644 index 0000000..ee5a5c9 --- /dev/null +++ b/Llama-3.2-1b-Chatml-RP.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c425cb5d63f3307e18bf2a390044329243a7903cb459801aaf543e7bcf7cb9c5 +size 770155680 diff --git a/Llama-3.2-1b-Chatml-RP.i1-IQ3_S.gguf b/Llama-3.2-1b-Chatml-RP.i1-IQ3_S.gguf new file mode 100644 index 0000000..9076c22 --- /dev/null +++ b/Llama-3.2-1b-Chatml-RP.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83baca73306ab9ecd0c94073f545fc29d639ec52cc9fcd29ce088011c601a089 +size 756786336 diff --git a/Llama-3.2-1b-Chatml-RP.i1-IQ3_XS.gguf b/Llama-3.2-1b-Chatml-RP.i1-IQ3_XS.gguf new file mode 100644 index 0000000..d52bebe --- /dev/null +++ b/Llama-3.2-1b-Chatml-RP.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd5992e6b08f96bd3236b4d9e48a276d77c78bf47e4516a90623cf9cc57eb9fb +size 733979808 diff --git a/Llama-3.2-1b-Chatml-RP.i1-IQ3_XXS.gguf b/Llama-3.2-1b-Chatml-RP.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..d724849 --- /dev/null +++ b/Llama-3.2-1b-Chatml-RP.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f98acd21d7cc6b29eeb3fff43990412822a8a3ccd08f6418e9fc979f9000c107 +size 674976928 diff --git a/Llama-3.2-1b-Chatml-RP.i1-IQ4_XS.gguf b/Llama-3.2-1b-Chatml-RP.i1-IQ4_XS.gguf new file mode 100644 index 0000000..de9aae7 --- /dev/null +++ b/Llama-3.2-1b-Chatml-RP.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cdcd495db0f72196d03cbbc80d1061d5bd8d47c256a4ac5fff32a6922519642 +size 882685088 diff --git a/Llama-3.2-1b-Chatml-RP.i1-Q2_K.gguf b/Llama-3.2-1b-Chatml-RP.i1-Q2_K.gguf new file mode 100644 index 0000000..ca43351 --- /dev/null +++ b/Llama-3.2-1b-Chatml-RP.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15c4921baf7cf05223c2615beff2863bf3aac2b4d1129c33d37baa4a454896d1 +size 667063456 diff --git a/Llama-3.2-1b-Chatml-RP.i1-Q3_K_L.gguf b/Llama-3.2-1b-Chatml-RP.i1-Q3_K_L.gguf new file mode 100644 index 0000000..e7110c7 --- /dev/null +++ b/Llama-3.2-1b-Chatml-RP.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4b038828269b019f012665150bb84c32551cb325146eb0aa4ccb23fa641a731 +size 845391008 diff --git a/Llama-3.2-1b-Chatml-RP.i1-Q3_K_M.gguf b/Llama-3.2-1b-Chatml-RP.i1-Q3_K_M.gguf new file mode 100644 index 0000000..25115cc --- /dev/null +++ b/Llama-3.2-1b-Chatml-RP.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8edea5b5d50674241fe1b770f8ae1f99f22c12763fbe27a4b620874a8b23605 +size 803710112 diff --git a/Llama-3.2-1b-Chatml-RP.i1-Q3_K_S.gguf b/Llama-3.2-1b-Chatml-RP.i1-Q3_K_S.gguf new file mode 100644 index 0000000..92aeb21 --- /dev/null +++ b/Llama-3.2-1b-Chatml-RP.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a414cf3da5c373a76710acac5e2e89a6c923d3765de17def5b180fb0b4420ef9 +size 754558112 diff --git a/Llama-3.2-1b-Chatml-RP.i1-Q4_0.gguf b/Llama-3.2-1b-Chatml-RP.i1-Q4_0.gguf new file mode 100644 index 0000000..e633d60 --- /dev/null +++ b/Llama-3.2-1b-Chatml-RP.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:565662367e151e7bca8dd6a9a52e71f63e3a84a27509c27df7eefbc98874c601 +size 920777888 diff --git a/Llama-3.2-1b-Chatml-RP.i1-Q4_0_4_4.gguf b/Llama-3.2-1b-Chatml-RP.i1-Q4_0_4_4.gguf new file mode 100644 index 0000000..e252d2a --- /dev/null +++ b/Llama-3.2-1b-Chatml-RP.i1-Q4_0_4_4.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29c6f697e376ee0c9385dfdf04bd58aaa8748b25c34be2a9b43ffa855a80160c +size 918680736 diff --git a/Llama-3.2-1b-Chatml-RP.i1-Q4_0_4_8.gguf b/Llama-3.2-1b-Chatml-RP.i1-Q4_0_4_8.gguf new file mode 100644 index 0000000..c8daa71 --- /dev/null +++ b/Llama-3.2-1b-Chatml-RP.i1-Q4_0_4_8.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:481a4afe7db5b67d9d631dfbd0ba545cdad4256aeb20ee7adac4a15e06194bb2 +size 918680736 diff --git a/Llama-3.2-1b-Chatml-RP.i1-Q4_0_8_8.gguf b/Llama-3.2-1b-Chatml-RP.i1-Q4_0_8_8.gguf new file mode 100644 index 0000000..9474681 --- /dev/null +++ b/Llama-3.2-1b-Chatml-RP.i1-Q4_0_8_8.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a19a1d145804d51ac2edf2d3ad5b374745063b4cae0f5ec0fe081ec30b11b066 +size 918680736 diff --git a/Llama-3.2-1b-Chatml-RP.i1-Q4_K_M.gguf b/Llama-3.2-1b-Chatml-RP.i1-Q4_K_M.gguf new file mode 100644 index 0000000..5525af9 --- /dev/null +++ b/Llama-3.2-1b-Chatml-RP.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5bdc26e26d0d8668d9a1f6abc31a3625f1ff841cfcfade9edef1aeced71bbde +size 955446432 diff --git a/Llama-3.2-1b-Chatml-RP.i1-Q4_K_S.gguf b/Llama-3.2-1b-Chatml-RP.i1-Q4_K_S.gguf new file mode 100644 index 0000000..6f16800 --- /dev/null +++ b/Llama-3.2-1b-Chatml-RP.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11265c7a7201af90aa4d57d77a3c6411eb9a5097f62c42c79ecfc06d5764bf87 +size 923399328 diff --git a/Llama-3.2-1b-Chatml-RP.i1-Q5_K_M.gguf b/Llama-3.2-1b-Chatml-RP.i1-Q5_K_M.gguf new file mode 100644 index 0000000..45ff0ab --- /dev/null +++ b/Llama-3.2-1b-Chatml-RP.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e17910cf76e444f953b89b3d3d0ec7b0de06c7b418d31d1332488cebc3c53c27 +size 1092088992 diff --git a/Llama-3.2-1b-Chatml-RP.i1-Q5_K_S.gguf b/Llama-3.2-1b-Chatml-RP.i1-Q5_K_S.gguf new file mode 100644 index 0000000..27f5ade --- /dev/null +++ b/Llama-3.2-1b-Chatml-RP.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb5eb9460dd2677f2d00554ba72734c1473f56044cc791362f7284efd275ae10 +size 1073149088 diff --git a/Llama-3.2-1b-Chatml-RP.i1-Q6_K.gguf b/Llama-3.2-1b-Chatml-RP.i1-Q6_K.gguf new file mode 100644 index 0000000..4bd81df --- /dev/null +++ b/Llama-3.2-1b-Chatml-RP.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2908cd1763ae713aee271607d89be4884192a23e7aa38b2a4c5c92b633d84c68 +size 1237271712 diff --git a/README.md b/README.md new file mode 100644 index 0000000..e2aeb4a --- /dev/null +++ b/README.md @@ -0,0 +1,78 @@ +--- +base_model: bunnycore/Llama-3.2-1b-Chatml-RP +language: +- en +library_name: transformers +quantized_by: mradermacher +tags: +- mergekit +- merge +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/bunnycore/Llama-3.2-1b-Chatml-RP + + +static quants are available at https://huggingface.co/mradermacher/Llama-3.2-1b-Chatml-RP-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/Llama-3.2-1b-Chatml-RP-i1-GGUF/resolve/main/Llama-3.2-1b-Chatml-RP.i1-IQ1_S.gguf) | i1-IQ1_S | 0.6 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1b-Chatml-RP-i1-GGUF/resolve/main/Llama-3.2-1b-Chatml-RP.i1-IQ1_M.gguf) | i1-IQ1_M | 0.6 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1b-Chatml-RP-i1-GGUF/resolve/main/Llama-3.2-1b-Chatml-RP.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 0.6 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1b-Chatml-RP-i1-GGUF/resolve/main/Llama-3.2-1b-Chatml-RP.i1-IQ2_XS.gguf) | i1-IQ2_XS | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1b-Chatml-RP-i1-GGUF/resolve/main/Llama-3.2-1b-Chatml-RP.i1-IQ2_S.gguf) | i1-IQ2_S | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1b-Chatml-RP-i1-GGUF/resolve/main/Llama-3.2-1b-Chatml-RP.i1-IQ2_M.gguf) | i1-IQ2_M | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1b-Chatml-RP-i1-GGUF/resolve/main/Llama-3.2-1b-Chatml-RP.i1-Q2_K.gguf) | i1-Q2_K | 0.8 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1b-Chatml-RP-i1-GGUF/resolve/main/Llama-3.2-1b-Chatml-RP.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 0.8 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1b-Chatml-RP-i1-GGUF/resolve/main/Llama-3.2-1b-Chatml-RP.i1-IQ3_XS.gguf) | i1-IQ3_XS | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1b-Chatml-RP-i1-GGUF/resolve/main/Llama-3.2-1b-Chatml-RP.i1-Q3_K_S.gguf) | i1-Q3_K_S | 0.9 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1b-Chatml-RP-i1-GGUF/resolve/main/Llama-3.2-1b-Chatml-RP.i1-IQ3_S.gguf) | i1-IQ3_S | 0.9 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1b-Chatml-RP-i1-GGUF/resolve/main/Llama-3.2-1b-Chatml-RP.i1-IQ3_M.gguf) | i1-IQ3_M | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1b-Chatml-RP-i1-GGUF/resolve/main/Llama-3.2-1b-Chatml-RP.i1-Q3_K_M.gguf) | i1-Q3_K_M | 0.9 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1b-Chatml-RP-i1-GGUF/resolve/main/Llama-3.2-1b-Chatml-RP.i1-Q3_K_L.gguf) | i1-Q3_K_L | 0.9 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1b-Chatml-RP-i1-GGUF/resolve/main/Llama-3.2-1b-Chatml-RP.i1-IQ4_XS.gguf) | i1-IQ4_XS | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1b-Chatml-RP-i1-GGUF/resolve/main/Llama-3.2-1b-Chatml-RP.i1-Q4_0_4_4.gguf) | i1-Q4_0_4_4 | 1.0 | fast on arm, low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1b-Chatml-RP-i1-GGUF/resolve/main/Llama-3.2-1b-Chatml-RP.i1-Q4_0_4_8.gguf) | i1-Q4_0_4_8 | 1.0 | fast on arm+i8mm, low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1b-Chatml-RP-i1-GGUF/resolve/main/Llama-3.2-1b-Chatml-RP.i1-Q4_0_8_8.gguf) | i1-Q4_0_8_8 | 1.0 | fast on arm+sve, low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1b-Chatml-RP-i1-GGUF/resolve/main/Llama-3.2-1b-Chatml-RP.i1-Q4_0.gguf) | i1-Q4_0 | 1.0 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1b-Chatml-RP-i1-GGUF/resolve/main/Llama-3.2-1b-Chatml-RP.i1-Q4_K_S.gguf) | i1-Q4_K_S | 1.0 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1b-Chatml-RP-i1-GGUF/resolve/main/Llama-3.2-1b-Chatml-RP.i1-Q4_K_M.gguf) | i1-Q4_K_M | 1.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1b-Chatml-RP-i1-GGUF/resolve/main/Llama-3.2-1b-Chatml-RP.i1-Q5_K_S.gguf) | i1-Q5_K_S | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1b-Chatml-RP-i1-GGUF/resolve/main/Llama-3.2-1b-Chatml-RP.i1-Q5_K_M.gguf) | i1-Q5_K_M | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1b-Chatml-RP-i1-GGUF/resolve/main/Llama-3.2-1b-Chatml-RP.i1-Q6_K.gguf) | i1-Q6_K | 1.3 | 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..fc4b25f --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b23b208bea39e1edc9060e4eb0817bcd658ce55d2e5db99c8a35f8c82afbf6c7 +size 1314413