From e291f85b2d3de69baac31592d64ccfd12c98f745 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Mon, 25 May 2026 04:36: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/AgentDoG-Llama3.1-8B-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++++++ AgentDoG-Llama3.1-8B.i1-IQ1_M.gguf | 3 + AgentDoG-Llama3.1-8B.i1-IQ1_S.gguf | 3 + AgentDoG-Llama3.1-8B.i1-IQ2_M.gguf | 3 + AgentDoG-Llama3.1-8B.i1-IQ2_S.gguf | 3 + AgentDoG-Llama3.1-8B.i1-IQ2_XS.gguf | 3 + AgentDoG-Llama3.1-8B.i1-IQ2_XXS.gguf | 3 + AgentDoG-Llama3.1-8B.i1-IQ3_M.gguf | 3 + AgentDoG-Llama3.1-8B.i1-IQ3_S.gguf | 3 + AgentDoG-Llama3.1-8B.i1-IQ3_XS.gguf | 3 + AgentDoG-Llama3.1-8B.i1-IQ3_XXS.gguf | 3 + AgentDoG-Llama3.1-8B.i1-IQ4_NL.gguf | 3 + AgentDoG-Llama3.1-8B.i1-IQ4_XS.gguf | 3 + AgentDoG-Llama3.1-8B.i1-Q2_K.gguf | 3 + AgentDoG-Llama3.1-8B.i1-Q2_K_S.gguf | 3 + AgentDoG-Llama3.1-8B.i1-Q3_K_L.gguf | 3 + AgentDoG-Llama3.1-8B.i1-Q3_K_M.gguf | 3 + AgentDoG-Llama3.1-8B.i1-Q3_K_S.gguf | 3 + AgentDoG-Llama3.1-8B.i1-Q4_0.gguf | 3 + AgentDoG-Llama3.1-8B.i1-Q4_1.gguf | 3 + AgentDoG-Llama3.1-8B.i1-Q4_K_M.gguf | 3 + AgentDoG-Llama3.1-8B.i1-Q4_K_S.gguf | 3 + AgentDoG-Llama3.1-8B.i1-Q5_K_M.gguf | 3 + AgentDoG-Llama3.1-8B.i1-Q5_K_S.gguf | 3 + AgentDoG-Llama3.1-8B.i1-Q6_K.gguf | 3 + AgentDoG-Llama3.1-8B.imatrix.gguf | 3 + README.md | 89 ++++++++++++++++++++++++++++ 27 files changed, 224 insertions(+) create mode 100644 .gitattributes create mode 100644 AgentDoG-Llama3.1-8B.i1-IQ1_M.gguf create mode 100644 AgentDoG-Llama3.1-8B.i1-IQ1_S.gguf create mode 100644 AgentDoG-Llama3.1-8B.i1-IQ2_M.gguf create mode 100644 AgentDoG-Llama3.1-8B.i1-IQ2_S.gguf create mode 100644 AgentDoG-Llama3.1-8B.i1-IQ2_XS.gguf create mode 100644 AgentDoG-Llama3.1-8B.i1-IQ2_XXS.gguf create mode 100644 AgentDoG-Llama3.1-8B.i1-IQ3_M.gguf create mode 100644 AgentDoG-Llama3.1-8B.i1-IQ3_S.gguf create mode 100644 AgentDoG-Llama3.1-8B.i1-IQ3_XS.gguf create mode 100644 AgentDoG-Llama3.1-8B.i1-IQ3_XXS.gguf create mode 100644 AgentDoG-Llama3.1-8B.i1-IQ4_NL.gguf create mode 100644 AgentDoG-Llama3.1-8B.i1-IQ4_XS.gguf create mode 100644 AgentDoG-Llama3.1-8B.i1-Q2_K.gguf create mode 100644 AgentDoG-Llama3.1-8B.i1-Q2_K_S.gguf create mode 100644 AgentDoG-Llama3.1-8B.i1-Q3_K_L.gguf create mode 100644 AgentDoG-Llama3.1-8B.i1-Q3_K_M.gguf create mode 100644 AgentDoG-Llama3.1-8B.i1-Q3_K_S.gguf create mode 100644 AgentDoG-Llama3.1-8B.i1-Q4_0.gguf create mode 100644 AgentDoG-Llama3.1-8B.i1-Q4_1.gguf create mode 100644 AgentDoG-Llama3.1-8B.i1-Q4_K_M.gguf create mode 100644 AgentDoG-Llama3.1-8B.i1-Q4_K_S.gguf create mode 100644 AgentDoG-Llama3.1-8B.i1-Q5_K_M.gguf create mode 100644 AgentDoG-Llama3.1-8B.i1-Q5_K_S.gguf create mode 100644 AgentDoG-Llama3.1-8B.i1-Q6_K.gguf create mode 100644 AgentDoG-Llama3.1-8B.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0a3c2e7 --- /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 +AgentDoG-Llama3.1-8B.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +AgentDoG-Llama3.1-8B.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +AgentDoG-Llama3.1-8B.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +AgentDoG-Llama3.1-8B.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +AgentDoG-Llama3.1-8B.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +AgentDoG-Llama3.1-8B.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +AgentDoG-Llama3.1-8B.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +AgentDoG-Llama3.1-8B.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +AgentDoG-Llama3.1-8B.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +AgentDoG-Llama3.1-8B.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +AgentDoG-Llama3.1-8B.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +AgentDoG-Llama3.1-8B.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +AgentDoG-Llama3.1-8B.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +AgentDoG-Llama3.1-8B.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +AgentDoG-Llama3.1-8B.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +AgentDoG-Llama3.1-8B.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +AgentDoG-Llama3.1-8B.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +AgentDoG-Llama3.1-8B.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +AgentDoG-Llama3.1-8B.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +AgentDoG-Llama3.1-8B.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +AgentDoG-Llama3.1-8B.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +AgentDoG-Llama3.1-8B.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +AgentDoG-Llama3.1-8B.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +AgentDoG-Llama3.1-8B.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +AgentDoG-Llama3.1-8B.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/AgentDoG-Llama3.1-8B.i1-IQ1_M.gguf b/AgentDoG-Llama3.1-8B.i1-IQ1_M.gguf new file mode 100644 index 0000000..ed8b6a5 --- /dev/null +++ b/AgentDoG-Llama3.1-8B.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75b6d938eb8768146d084a654bbf796a3ac3dad818dcefeed38f9a07d8b7d487 +size 2161977472 diff --git a/AgentDoG-Llama3.1-8B.i1-IQ1_S.gguf b/AgentDoG-Llama3.1-8B.i1-IQ1_S.gguf new file mode 100644 index 0000000..3f73f92 --- /dev/null +++ b/AgentDoG-Llama3.1-8B.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d95046c5dcae7d73f08fd6c367c7cc609730b307af9111850809237ca36ca554 +size 2019633280 diff --git a/AgentDoG-Llama3.1-8B.i1-IQ2_M.gguf b/AgentDoG-Llama3.1-8B.i1-IQ2_M.gguf new file mode 100644 index 0000000..d90f62c --- /dev/null +++ b/AgentDoG-Llama3.1-8B.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d481f111dfccbb243b3a55111f7d59ec9eb81b4803d9d29293a02344333fd60 +size 2948286592 diff --git a/AgentDoG-Llama3.1-8B.i1-IQ2_S.gguf b/AgentDoG-Llama3.1-8B.i1-IQ2_S.gguf new file mode 100644 index 0000000..e0bfacf --- /dev/null +++ b/AgentDoG-Llama3.1-8B.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9bcca09d1fc811b05e5a712e6295f9e08a3bd5a172aa28df9c31295c1aaa688 +size 2758494336 diff --git a/AgentDoG-Llama3.1-8B.i1-IQ2_XS.gguf b/AgentDoG-Llama3.1-8B.i1-IQ2_XS.gguf new file mode 100644 index 0000000..7015663 --- /dev/null +++ b/AgentDoG-Llama3.1-8B.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53f1c5d87c72d390987c9a56c56949c67e83f458a67a24e07d62c0dee2a723f0 +size 2605787264 diff --git a/AgentDoG-Llama3.1-8B.i1-IQ2_XXS.gguf b/AgentDoG-Llama3.1-8B.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..e761bd9 --- /dev/null +++ b/AgentDoG-Llama3.1-8B.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12c2d3e38a531575f6c99ea47307e1e2c6c01ea2e0d3f43fdfd447bce43c7f34 +size 2399217792 diff --git a/AgentDoG-Llama3.1-8B.i1-IQ3_M.gguf b/AgentDoG-Llama3.1-8B.i1-IQ3_M.gguf new file mode 100644 index 0000000..e43b9cc --- /dev/null +++ b/AgentDoG-Llama3.1-8B.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61073b440835379af49c49ad79189605b5f2b3a229cded66f53e6987241949ab +size 3784829056 diff --git a/AgentDoG-Llama3.1-8B.i1-IQ3_S.gguf b/AgentDoG-Llama3.1-8B.i1-IQ3_S.gguf new file mode 100644 index 0000000..a20dc2e --- /dev/null +++ b/AgentDoG-Llama3.1-8B.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5899b5c800c99048f07d2f3af9970179380cfdcd3cd8a7de4d96b54ef3374d8 +size 3682330752 diff --git a/AgentDoG-Llama3.1-8B.i1-IQ3_XS.gguf b/AgentDoG-Llama3.1-8B.i1-IQ3_XS.gguf new file mode 100644 index 0000000..8d6c974 --- /dev/null +++ b/AgentDoG-Llama3.1-8B.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b175edf1e57caefcbaea1d366d349a7d7825d509f74e65ef4404f86a497f95d3 +size 3518752896 diff --git a/AgentDoG-Llama3.1-8B.i1-IQ3_XXS.gguf b/AgentDoG-Llama3.1-8B.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..53e2ab1 --- /dev/null +++ b/AgentDoG-Llama3.1-8B.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:268b4fe7b8eb4722382c690d54dd96931901e72f2f47fbf3047d8fa96ef15e50 +size 3274918016 diff --git a/AgentDoG-Llama3.1-8B.i1-IQ4_NL.gguf b/AgentDoG-Llama3.1-8B.i1-IQ4_NL.gguf new file mode 100644 index 0000000..cbfd640 --- /dev/null +++ b/AgentDoG-Llama3.1-8B.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f99752b0b07cbd54ebca2b49fba4016d5ef19a7aa81c9f3796dd398a0bb9ae +size 4677994624 diff --git a/AgentDoG-Llama3.1-8B.i1-IQ4_XS.gguf b/AgentDoG-Llama3.1-8B.i1-IQ4_XS.gguf new file mode 100644 index 0000000..e2d1b9f --- /dev/null +++ b/AgentDoG-Llama3.1-8B.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f1a16f257e863c1f3b74e334f40df1543ba05731a28ab3693db23c9c1ed7b31 +size 4447668352 diff --git a/AgentDoG-Llama3.1-8B.i1-Q2_K.gguf b/AgentDoG-Llama3.1-8B.i1-Q2_K.gguf new file mode 100644 index 0000000..c3ff5ee --- /dev/null +++ b/AgentDoG-Llama3.1-8B.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26b3040a7c65a6aa300a5b34d2001a1b1118bb81d15480d40d3a0a3bd7eab8e3 +size 3179137152 diff --git a/AgentDoG-Llama3.1-8B.i1-Q2_K_S.gguf b/AgentDoG-Llama3.1-8B.i1-Q2_K_S.gguf new file mode 100644 index 0000000..d632a26 --- /dev/null +++ b/AgentDoG-Llama3.1-8B.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2624cf255ee037529c24d8e9e8b2f3604f112637bb83d6ef1d291a6c5b34f6c +size 2988820608 diff --git a/AgentDoG-Llama3.1-8B.i1-Q3_K_L.gguf b/AgentDoG-Llama3.1-8B.i1-Q3_K_L.gguf new file mode 100644 index 0000000..6c51619 --- /dev/null +++ b/AgentDoG-Llama3.1-8B.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb29b77c0a7f1651efd8dbc23005306b1fcd7fb7e9539ccc631676b09634fc94 +size 4321962112 diff --git a/AgentDoG-Llama3.1-8B.i1-Q3_K_M.gguf b/AgentDoG-Llama3.1-8B.i1-Q3_K_M.gguf new file mode 100644 index 0000000..dbac4ec --- /dev/null +++ b/AgentDoG-Llama3.1-8B.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52243c72d3c121c245a363d57a6e458e84a351e2fef9c8a91259ed7a46741e09 +size 4018923648 diff --git a/AgentDoG-Llama3.1-8B.i1-Q3_K_S.gguf b/AgentDoG-Llama3.1-8B.i1-Q3_K_S.gguf new file mode 100644 index 0000000..43bfb04 --- /dev/null +++ b/AgentDoG-Llama3.1-8B.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85e41d3e2ce659124f771875d0fa5d6e969429363b933a92b9829fe412e569d4 +size 3664504960 diff --git a/AgentDoG-Llama3.1-8B.i1-Q4_0.gguf b/AgentDoG-Llama3.1-8B.i1-Q4_0.gguf new file mode 100644 index 0000000..7833ed9 --- /dev/null +++ b/AgentDoG-Llama3.1-8B.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2175f6e48f9cd7ba920387248ba3c5d003ff76082ee6c9607218f1d1e21c72e5 +size 4675897472 diff --git a/AgentDoG-Llama3.1-8B.i1-Q4_1.gguf b/AgentDoG-Llama3.1-8B.i1-Q4_1.gguf new file mode 100644 index 0000000..9eb4209 --- /dev/null +++ b/AgentDoG-Llama3.1-8B.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3700c07cf8393ec83785432b9f23f7d6a8de0b1f85f750ad97fa7cac0e110bce +size 5130258560 diff --git a/AgentDoG-Llama3.1-8B.i1-Q4_K_M.gguf b/AgentDoG-Llama3.1-8B.i1-Q4_K_M.gguf new file mode 100644 index 0000000..2635e7f --- /dev/null +++ b/AgentDoG-Llama3.1-8B.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aba9c5d474f381a2257b4971fe9682b9e719f1aa2ae124f355a9c2190640fb77 +size 4920739968 diff --git a/AgentDoG-Llama3.1-8B.i1-Q4_K_S.gguf b/AgentDoG-Llama3.1-8B.i1-Q4_K_S.gguf new file mode 100644 index 0000000..6b9789d --- /dev/null +++ b/AgentDoG-Llama3.1-8B.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:160990145002b115d360032d76b83b2894e3d9997949a86f3162052b524c3496 +size 4692674688 diff --git a/AgentDoG-Llama3.1-8B.i1-Q5_K_M.gguf b/AgentDoG-Llama3.1-8B.i1-Q5_K_M.gguf new file mode 100644 index 0000000..a57a9ec --- /dev/null +++ b/AgentDoG-Llama3.1-8B.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5efefd3c553948c2236d5551b93b4e406c21247b0a94cae88fcc4f1b35634135 +size 5732993152 diff --git a/AgentDoG-Llama3.1-8B.i1-Q5_K_S.gguf b/AgentDoG-Llama3.1-8B.i1-Q5_K_S.gguf new file mode 100644 index 0000000..339b6bb --- /dev/null +++ b/AgentDoG-Llama3.1-8B.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f711bdd53922ea7de90cc1caba1045d89f2ccbd8e24725119317bb8c8b21a45 +size 5599299712 diff --git a/AgentDoG-Llama3.1-8B.i1-Q6_K.gguf b/AgentDoG-Llama3.1-8B.i1-Q6_K.gguf new file mode 100644 index 0000000..23078ca --- /dev/null +++ b/AgentDoG-Llama3.1-8B.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68a3cf2b978edab2a78d9796ee243f2a17518ca8408c66a50f712dce9a4363e4 +size 6596012160 diff --git a/AgentDoG-Llama3.1-8B.imatrix.gguf b/AgentDoG-Llama3.1-8B.imatrix.gguf new file mode 100644 index 0000000..9b6999c --- /dev/null +++ b/AgentDoG-Llama3.1-8B.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2abc0c97e60e3b89fd606cc84c56675a6b6f6a3f8ea3a5bca8930cfa6c1c8a5 +size 5015200 diff --git a/README.md b/README.md new file mode 100644 index 0000000..8abe5aa --- /dev/null +++ b/README.md @@ -0,0 +1,89 @@ +--- +base_model: AI45Research/AgentDoG-Llama3.1-8B +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- agent +- safety +- security +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/AI45Research/AgentDoG-Llama3.1-8B + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#AgentDoG-Llama3.1-8B-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/AgentDoG-Llama3.1-8B-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/AgentDoG-Llama3.1-8B-i1-GGUF/resolve/main/AgentDoG-Llama3.1-8B.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/AgentDoG-Llama3.1-8B-i1-GGUF/resolve/main/AgentDoG-Llama3.1-8B.i1-IQ1_S.gguf) | i1-IQ1_S | 2.1 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/AgentDoG-Llama3.1-8B-i1-GGUF/resolve/main/AgentDoG-Llama3.1-8B.i1-IQ1_M.gguf) | i1-IQ1_M | 2.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/AgentDoG-Llama3.1-8B-i1-GGUF/resolve/main/AgentDoG-Llama3.1-8B.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/AgentDoG-Llama3.1-8B-i1-GGUF/resolve/main/AgentDoG-Llama3.1-8B.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/AgentDoG-Llama3.1-8B-i1-GGUF/resolve/main/AgentDoG-Llama3.1-8B.i1-IQ2_S.gguf) | i1-IQ2_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/AgentDoG-Llama3.1-8B-i1-GGUF/resolve/main/AgentDoG-Llama3.1-8B.i1-IQ2_M.gguf) | i1-IQ2_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/AgentDoG-Llama3.1-8B-i1-GGUF/resolve/main/AgentDoG-Llama3.1-8B.i1-Q2_K_S.gguf) | i1-Q2_K_S | 3.1 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/AgentDoG-Llama3.1-8B-i1-GGUF/resolve/main/AgentDoG-Llama3.1-8B.i1-Q2_K.gguf) | i1-Q2_K | 3.3 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/AgentDoG-Llama3.1-8B-i1-GGUF/resolve/main/AgentDoG-Llama3.1-8B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/AgentDoG-Llama3.1-8B-i1-GGUF/resolve/main/AgentDoG-Llama3.1-8B.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/AgentDoG-Llama3.1-8B-i1-GGUF/resolve/main/AgentDoG-Llama3.1-8B.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/AgentDoG-Llama3.1-8B-i1-GGUF/resolve/main/AgentDoG-Llama3.1-8B.i1-IQ3_S.gguf) | i1-IQ3_S | 3.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/AgentDoG-Llama3.1-8B-i1-GGUF/resolve/main/AgentDoG-Llama3.1-8B.i1-IQ3_M.gguf) | i1-IQ3_M | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/AgentDoG-Llama3.1-8B-i1-GGUF/resolve/main/AgentDoG-Llama3.1-8B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.1 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/AgentDoG-Llama3.1-8B-i1-GGUF/resolve/main/AgentDoG-Llama3.1-8B.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.4 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/AgentDoG-Llama3.1-8B-i1-GGUF/resolve/main/AgentDoG-Llama3.1-8B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/AgentDoG-Llama3.1-8B-i1-GGUF/resolve/main/AgentDoG-Llama3.1-8B.i1-Q4_0.gguf) | i1-Q4_0 | 4.8 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/AgentDoG-Llama3.1-8B-i1-GGUF/resolve/main/AgentDoG-Llama3.1-8B.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.8 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/AgentDoG-Llama3.1-8B-i1-GGUF/resolve/main/AgentDoG-Llama3.1-8B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.8 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/AgentDoG-Llama3.1-8B-i1-GGUF/resolve/main/AgentDoG-Llama3.1-8B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/AgentDoG-Llama3.1-8B-i1-GGUF/resolve/main/AgentDoG-Llama3.1-8B.i1-Q4_1.gguf) | i1-Q4_1 | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/AgentDoG-Llama3.1-8B-i1-GGUF/resolve/main/AgentDoG-Llama3.1-8B.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/AgentDoG-Llama3.1-8B-i1-GGUF/resolve/main/AgentDoG-Llama3.1-8B.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/AgentDoG-Llama3.1-8B-i1-GGUF/resolve/main/AgentDoG-Llama3.1-8B.i1-Q6_K.gguf) | i1-Q6_K | 6.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. + +