From 28c8b34800d9ed869a10c37d836d1291f617c1cb Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 9 Jul 2026 18:34:10 +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-2-7b-cloudformation-GGUF Source: Original Platform --- .gitattributes | 47 ++++++++++++++++++++ README.md | 64 +++++++++++++++++++++++++++ llama-2-7b-cloudformation.IQ4_XS.gguf | 3 ++ llama-2-7b-cloudformation.Q2_K.gguf | 3 ++ llama-2-7b-cloudformation.Q3_K_L.gguf | 3 ++ llama-2-7b-cloudformation.Q3_K_M.gguf | 3 ++ llama-2-7b-cloudformation.Q3_K_S.gguf | 3 ++ llama-2-7b-cloudformation.Q4_K_M.gguf | 3 ++ llama-2-7b-cloudformation.Q4_K_S.gguf | 3 ++ llama-2-7b-cloudformation.Q5_K_M.gguf | 3 ++ llama-2-7b-cloudformation.Q5_K_S.gguf | 3 ++ llama-2-7b-cloudformation.Q6_K.gguf | 3 ++ llama-2-7b-cloudformation.Q8_0.gguf | 3 ++ llama-2-7b-cloudformation.f16.gguf | 3 ++ 14 files changed, 147 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 llama-2-7b-cloudformation.IQ4_XS.gguf create mode 100644 llama-2-7b-cloudformation.Q2_K.gguf create mode 100644 llama-2-7b-cloudformation.Q3_K_L.gguf create mode 100644 llama-2-7b-cloudformation.Q3_K_M.gguf create mode 100644 llama-2-7b-cloudformation.Q3_K_S.gguf create mode 100644 llama-2-7b-cloudformation.Q4_K_M.gguf create mode 100644 llama-2-7b-cloudformation.Q4_K_S.gguf create mode 100644 llama-2-7b-cloudformation.Q5_K_M.gguf create mode 100644 llama-2-7b-cloudformation.Q5_K_S.gguf create mode 100644 llama-2-7b-cloudformation.Q6_K.gguf create mode 100644 llama-2-7b-cloudformation.Q8_0.gguf create mode 100644 llama-2-7b-cloudformation.f16.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..193c2ed --- /dev/null +++ b/.gitattributes @@ -0,0 +1,47 @@ +*.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 +llama-2-7b-cloudformation.f16.gguf filter=lfs diff=lfs merge=lfs -text +llama-2-7b-cloudformation.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama-2-7b-cloudformation.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +llama-2-7b-cloudformation.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +llama-2-7b-cloudformation.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +llama-2-7b-cloudformation.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +llama-2-7b-cloudformation.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama-2-7b-cloudformation.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +llama-2-7b-cloudformation.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +llama-2-7b-cloudformation.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama-2-7b-cloudformation.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +llama-2-7b-cloudformation.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..afef5c1 --- /dev/null +++ b/README.md @@ -0,0 +1,64 @@ +--- +base_model: WinF/llama-2-7b-cloudformation +language: +- en +library_name: transformers +quantized_by: mradermacher +tags: [] +--- +## About + + + + + + +static quants of https://huggingface.co/WinF/llama-2-7b-cloudformation + + +weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion. +## 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-2-7b-cloudformation-GGUF/resolve/main/llama-2-7b-cloudformation.Q2_K.gguf) | Q2_K | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/llama-2-7b-cloudformation-GGUF/resolve/main/llama-2-7b-cloudformation.Q3_K_S.gguf) | Q3_K_S | 3.1 | | +| [GGUF](https://huggingface.co/mradermacher/llama-2-7b-cloudformation-GGUF/resolve/main/llama-2-7b-cloudformation.Q3_K_M.gguf) | Q3_K_M | 3.5 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/llama-2-7b-cloudformation-GGUF/resolve/main/llama-2-7b-cloudformation.Q3_K_L.gguf) | Q3_K_L | 3.8 | | +| [GGUF](https://huggingface.co/mradermacher/llama-2-7b-cloudformation-GGUF/resolve/main/llama-2-7b-cloudformation.IQ4_XS.gguf) | IQ4_XS | 3.8 | | +| [GGUF](https://huggingface.co/mradermacher/llama-2-7b-cloudformation-GGUF/resolve/main/llama-2-7b-cloudformation.Q4_K_S.gguf) | Q4_K_S | 4.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/llama-2-7b-cloudformation-GGUF/resolve/main/llama-2-7b-cloudformation.Q4_K_M.gguf) | Q4_K_M | 4.3 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/llama-2-7b-cloudformation-GGUF/resolve/main/llama-2-7b-cloudformation.Q5_K_S.gguf) | Q5_K_S | 4.8 | | +| [GGUF](https://huggingface.co/mradermacher/llama-2-7b-cloudformation-GGUF/resolve/main/llama-2-7b-cloudformation.Q5_K_M.gguf) | Q5_K_M | 5.0 | | +| [GGUF](https://huggingface.co/mradermacher/llama-2-7b-cloudformation-GGUF/resolve/main/llama-2-7b-cloudformation.Q6_K.gguf) | Q6_K | 5.7 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/llama-2-7b-cloudformation-GGUF/resolve/main/llama-2-7b-cloudformation.Q8_0.gguf) | Q8_0 | 7.4 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/llama-2-7b-cloudformation-GGUF/resolve/main/llama-2-7b-cloudformation.f16.gguf) | f16 | 13.8 | 16 bpw, overkill | + +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. + + diff --git a/llama-2-7b-cloudformation.IQ4_XS.gguf b/llama-2-7b-cloudformation.IQ4_XS.gguf new file mode 100644 index 0000000..d1df4c6 --- /dev/null +++ b/llama-2-7b-cloudformation.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73bedb8b023a168ed50ab1d2c1465c76a98b58554a0ba7011e558f51e17009f3 +size 3727233408 diff --git a/llama-2-7b-cloudformation.Q2_K.gguf b/llama-2-7b-cloudformation.Q2_K.gguf new file mode 100644 index 0000000..0779092 --- /dev/null +++ b/llama-2-7b-cloudformation.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bf686fe72106377536eac2c05ac3e15386cb2288544716a99c6e027e2629f9b +size 2600653184 diff --git a/llama-2-7b-cloudformation.Q3_K_L.gguf b/llama-2-7b-cloudformation.Q3_K_L.gguf new file mode 100644 index 0000000..b349626 --- /dev/null +++ b/llama-2-7b-cloudformation.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51a1e44d5865df2564501cb90f1390b514a14ff78199219ad4c1eb16294c708a +size 3670864256 diff --git a/llama-2-7b-cloudformation.Q3_K_M.gguf b/llama-2-7b-cloudformation.Q3_K_M.gguf new file mode 100644 index 0000000..c1c865b --- /dev/null +++ b/llama-2-7b-cloudformation.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7249374cbdb9f050a2ea1d96f7c36195800e7d5e11f052c72e60f334c4a786f6 +size 3371757952 diff --git a/llama-2-7b-cloudformation.Q3_K_S.gguf b/llama-2-7b-cloudformation.Q3_K_S.gguf new file mode 100644 index 0000000..2e5caaa --- /dev/null +++ b/llama-2-7b-cloudformation.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d491db08baee3c3e0be5d31370e7566069e9883c93634a5f2d0836bded0cae52 +size 3022057856 diff --git a/llama-2-7b-cloudformation.Q4_K_M.gguf b/llama-2-7b-cloudformation.Q4_K_M.gguf new file mode 100644 index 0000000..28f6d6a --- /dev/null +++ b/llama-2-7b-cloudformation.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a10e22c55859c46d407adf9d0c428e2c06d52843c77a9a2f39273e11c267c8c7 +size 4162556288 diff --git a/llama-2-7b-cloudformation.Q4_K_S.gguf b/llama-2-7b-cloudformation.Q4_K_S.gguf new file mode 100644 index 0000000..9d2ca74 --- /dev/null +++ b/llama-2-7b-cloudformation.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fe7afda6059b42c1b3354d8b12cd76545efee70997753b049fa3af5036bbcb3 +size 3938292096 diff --git a/llama-2-7b-cloudformation.Q5_K_M.gguf b/llama-2-7b-cloudformation.Q5_K_M.gguf new file mode 100644 index 0000000..d551097 --- /dev/null +++ b/llama-2-7b-cloudformation.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ef00d5c91ad45e861ad1c15f4ab28d63723ad4f5bf322973b9b148da8e1592e +size 4872049024 diff --git a/llama-2-7b-cloudformation.Q5_K_S.gguf b/llama-2-7b-cloudformation.Q5_K_S.gguf new file mode 100644 index 0000000..87a7231 --- /dev/null +++ b/llama-2-7b-cloudformation.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb3ea9c5e8e3bef128c4f3ac5ef62fbd3e2b2653dbe2d065f8225c119f82876 +size 4740583808 diff --git a/llama-2-7b-cloudformation.Q6_K.gguf b/llama-2-7b-cloudformation.Q6_K.gguf new file mode 100644 index 0000000..7cd99a4 --- /dev/null +++ b/llama-2-7b-cloudformation.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bce744cb2d49a1250ae2a56b8fa1d162dc62a21151039e3a85560b85bd1f13c +size 5625885056 diff --git a/llama-2-7b-cloudformation.Q8_0.gguf b/llama-2-7b-cloudformation.Q8_0.gguf new file mode 100644 index 0000000..4356cca --- /dev/null +++ b/llama-2-7b-cloudformation.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e904f04502860ca26ca0b5e79d74ecb366615b7b934220fb297e767b10af5015 +size 7286223232 diff --git a/llama-2-7b-cloudformation.f16.gguf b/llama-2-7b-cloudformation.f16.gguf new file mode 100644 index 0000000..da83453 --- /dev/null +++ b/llama-2-7b-cloudformation.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d02d611e2bbf6bdac4e74224da049d62f8ddebe7b72a34c6485db0206f3eb89 +size 13713338752