From 70444f629cc7e9c4b53c1a75b8a3ed605f6b61e9 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 5 Jul 2026 22:10:19 +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/I-Code-NousLlama7B-slerp-GGUF Source: Original Platform --- .gitattributes | 46 +++++++++++++++++ I-Code-NousLlama7B-slerp.IQ4_XS.gguf | 3 ++ I-Code-NousLlama7B-slerp.Q2_K.gguf | 3 ++ I-Code-NousLlama7B-slerp.Q3_K_L.gguf | 3 ++ I-Code-NousLlama7B-slerp.Q3_K_M.gguf | 3 ++ I-Code-NousLlama7B-slerp.Q3_K_S.gguf | 3 ++ I-Code-NousLlama7B-slerp.Q4_K_M.gguf | 3 ++ I-Code-NousLlama7B-slerp.Q4_K_S.gguf | 3 ++ I-Code-NousLlama7B-slerp.Q5_K_M.gguf | 3 ++ I-Code-NousLlama7B-slerp.Q5_K_S.gguf | 3 ++ I-Code-NousLlama7B-slerp.Q6_K.gguf | 3 ++ I-Code-NousLlama7B-slerp.Q8_0.gguf | 3 ++ I-Code-NousLlama7B-slerp.f16.gguf | 3 ++ README.md | 75 ++++++++++++++++++++++++++++ 14 files changed, 157 insertions(+) create mode 100644 .gitattributes create mode 100644 I-Code-NousLlama7B-slerp.IQ4_XS.gguf create mode 100644 I-Code-NousLlama7B-slerp.Q2_K.gguf create mode 100644 I-Code-NousLlama7B-slerp.Q3_K_L.gguf create mode 100644 I-Code-NousLlama7B-slerp.Q3_K_M.gguf create mode 100644 I-Code-NousLlama7B-slerp.Q3_K_S.gguf create mode 100644 I-Code-NousLlama7B-slerp.Q4_K_M.gguf create mode 100644 I-Code-NousLlama7B-slerp.Q4_K_S.gguf create mode 100644 I-Code-NousLlama7B-slerp.Q5_K_M.gguf create mode 100644 I-Code-NousLlama7B-slerp.Q5_K_S.gguf create mode 100644 I-Code-NousLlama7B-slerp.Q6_K.gguf create mode 100644 I-Code-NousLlama7B-slerp.Q8_0.gguf create mode 100644 I-Code-NousLlama7B-slerp.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..68c8551 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,46 @@ +*.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 +I-Code-NousLlama7B-slerp.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +I-Code-NousLlama7B-slerp.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +I-Code-NousLlama7B-slerp.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +I-Code-NousLlama7B-slerp.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +I-Code-NousLlama7B-slerp.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +I-Code-NousLlama7B-slerp.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +I-Code-NousLlama7B-slerp.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +I-Code-NousLlama7B-slerp.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +I-Code-NousLlama7B-slerp.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +I-Code-NousLlama7B-slerp.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +I-Code-NousLlama7B-slerp.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/I-Code-NousLlama7B-slerp.IQ4_XS.gguf b/I-Code-NousLlama7B-slerp.IQ4_XS.gguf new file mode 100644 index 0000000..292a94d --- /dev/null +++ b/I-Code-NousLlama7B-slerp.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:954b921a102da9537822b86c5f018700d611985462bee7e4c1da368c91938ee3 +size 3647517952 diff --git a/I-Code-NousLlama7B-slerp.Q2_K.gguf b/I-Code-NousLlama7B-slerp.Q2_K.gguf new file mode 100644 index 0000000..307f728 --- /dev/null +++ b/I-Code-NousLlama7B-slerp.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a007c0d9a608d4e960094a2b2ac8a5949ed9a099d41d5902c65b8d6eb695e324 +size 2532865280 diff --git a/I-Code-NousLlama7B-slerp.Q3_K_L.gguf b/I-Code-NousLlama7B-slerp.Q3_K_L.gguf new file mode 100644 index 0000000..08821d9 --- /dev/null +++ b/I-Code-NousLlama7B-slerp.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a70725d9da45414178cf2ac1eb30e71b72547b826a328a5f65eccba69d2edc4b +size 3597112576 diff --git a/I-Code-NousLlama7B-slerp.Q3_K_M.gguf b/I-Code-NousLlama7B-slerp.Q3_K_M.gguf new file mode 100644 index 0000000..b9b356d --- /dev/null +++ b/I-Code-NousLlama7B-slerp.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00804a1cde5896b15093b33d2544fa9ad4055ff2ed12fabcb28dcdab7f925963 +size 3298006272 diff --git a/I-Code-NousLlama7B-slerp.Q3_K_S.gguf b/I-Code-NousLlama7B-slerp.Q3_K_S.gguf new file mode 100644 index 0000000..640a1bd --- /dev/null +++ b/I-Code-NousLlama7B-slerp.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f82e86906d0981bc0a545bc29a43fd83bdfabc17f988781f22df623cf72e09ce +size 2948306176 diff --git a/I-Code-NousLlama7B-slerp.Q4_K_M.gguf b/I-Code-NousLlama7B-slerp.Q4_K_M.gguf new file mode 100644 index 0000000..2deaa4c --- /dev/null +++ b/I-Code-NousLlama7B-slerp.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4833179cfc8f9ebaef93e9b9d46d3fd086d7e6428380003b493b5060e42bcf6d +size 4081005824 diff --git a/I-Code-NousLlama7B-slerp.Q4_K_S.gguf b/I-Code-NousLlama7B-slerp.Q4_K_S.gguf new file mode 100644 index 0000000..e88e734 --- /dev/null +++ b/I-Code-NousLlama7B-slerp.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b78391b29e3ecb12712dfb00cc00e72d641a65e30d2616936d3f1faea81588a +size 3856741632 diff --git a/I-Code-NousLlama7B-slerp.Q5_K_M.gguf b/I-Code-NousLlama7B-slerp.Q5_K_M.gguf new file mode 100644 index 0000000..2edfcc1 --- /dev/null +++ b/I-Code-NousLlama7B-slerp.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:787f6f2c5c81e8c9f912001ecab7775bcdeb4b0e1d1538a3fa4edfcb6e9c0cd0 +size 4783158528 diff --git a/I-Code-NousLlama7B-slerp.Q5_K_S.gguf b/I-Code-NousLlama7B-slerp.Q5_K_S.gguf new file mode 100644 index 0000000..4cf278c --- /dev/null +++ b/I-Code-NousLlama7B-slerp.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:425d4a7dcf6ad009f9c813e6ab84710e6701d502572226a47119d2089bc9d9ab +size 4651693312 diff --git a/I-Code-NousLlama7B-slerp.Q6_K.gguf b/I-Code-NousLlama7B-slerp.Q6_K.gguf new file mode 100644 index 0000000..fd1db82 --- /dev/null +++ b/I-Code-NousLlama7B-slerp.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7818754563bec377a3d73c258ba539c6477fcd805eccaccd4c47b26b26d6499 +size 5529195776 diff --git a/I-Code-NousLlama7B-slerp.Q8_0.gguf b/I-Code-NousLlama7B-slerp.Q8_0.gguf new file mode 100644 index 0000000..48318f8 --- /dev/null +++ b/I-Code-NousLlama7B-slerp.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84aa0375baa0ec7b63f833676eb219f4ac533beb1018c77d77b7c779e83dd6f2 +size 7161091328 diff --git a/I-Code-NousLlama7B-slerp.f16.gguf b/I-Code-NousLlama7B-slerp.f16.gguf new file mode 100644 index 0000000..b5255a4 --- /dev/null +++ b/I-Code-NousLlama7B-slerp.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50a3c701061dd1a015724dc6bd3cdb91f46bc6c9ef7f83d8fdac9e00968d5e7e +size 13478106368 diff --git a/README.md b/README.md new file mode 100644 index 0000000..6a8285e --- /dev/null +++ b/README.md @@ -0,0 +1,75 @@ +--- +base_model: InnerI/I-Code-NousLlama7B-slerp +language: +- en +library_name: transformers +license: llama2 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- merge +- mergekit +- lazymergekit +- NousResearch/CodeLlama-7b-hf +- NousResearch/Llama-2-7b-chat-hf +--- +## About + + + + + + +static quants of https://huggingface.co/InnerI/I-Code-NousLlama7B-slerp + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#I-Code-NousLlama7B-slerp-GGUF).*** + +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/I-Code-NousLlama7B-slerp-GGUF/resolve/main/I-Code-NousLlama7B-slerp.Q2_K.gguf) | Q2_K | 2.6 | | +| [GGUF](https://huggingface.co/mradermacher/I-Code-NousLlama7B-slerp-GGUF/resolve/main/I-Code-NousLlama7B-slerp.Q3_K_S.gguf) | Q3_K_S | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/I-Code-NousLlama7B-slerp-GGUF/resolve/main/I-Code-NousLlama7B-slerp.Q3_K_M.gguf) | Q3_K_M | 3.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/I-Code-NousLlama7B-slerp-GGUF/resolve/main/I-Code-NousLlama7B-slerp.Q3_K_L.gguf) | Q3_K_L | 3.7 | | +| [GGUF](https://huggingface.co/mradermacher/I-Code-NousLlama7B-slerp-GGUF/resolve/main/I-Code-NousLlama7B-slerp.IQ4_XS.gguf) | IQ4_XS | 3.7 | | +| [GGUF](https://huggingface.co/mradermacher/I-Code-NousLlama7B-slerp-GGUF/resolve/main/I-Code-NousLlama7B-slerp.Q4_K_S.gguf) | Q4_K_S | 4.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/I-Code-NousLlama7B-slerp-GGUF/resolve/main/I-Code-NousLlama7B-slerp.Q4_K_M.gguf) | Q4_K_M | 4.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/I-Code-NousLlama7B-slerp-GGUF/resolve/main/I-Code-NousLlama7B-slerp.Q5_K_S.gguf) | Q5_K_S | 4.8 | | +| [GGUF](https://huggingface.co/mradermacher/I-Code-NousLlama7B-slerp-GGUF/resolve/main/I-Code-NousLlama7B-slerp.Q5_K_M.gguf) | Q5_K_M | 4.9 | | +| [GGUF](https://huggingface.co/mradermacher/I-Code-NousLlama7B-slerp-GGUF/resolve/main/I-Code-NousLlama7B-slerp.Q6_K.gguf) | Q6_K | 5.6 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/I-Code-NousLlama7B-slerp-GGUF/resolve/main/I-Code-NousLlama7B-slerp.Q8_0.gguf) | Q8_0 | 7.3 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/I-Code-NousLlama7B-slerp-GGUF/resolve/main/I-Code-NousLlama7B-slerp.f16.gguf) | f16 | 13.6 | 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. + +