From 6c0b758efa36e002a82ce13b119f66c18d88aec7 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 9 Jun 2026 08:52:15 +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/RoLlama2-7b-Instruct-2025-04-23-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++ README.md | 97 +++++++++++++++++++ RoLlama2-7b-Instruct-2025-04-23.i1-IQ1_M.gguf | 3 + RoLlama2-7b-Instruct-2025-04-23.i1-IQ1_S.gguf | 3 + RoLlama2-7b-Instruct-2025-04-23.i1-IQ2_M.gguf | 3 + RoLlama2-7b-Instruct-2025-04-23.i1-IQ2_S.gguf | 3 + ...ama2-7b-Instruct-2025-04-23.i1-IQ2_XS.gguf | 3 + ...ma2-7b-Instruct-2025-04-23.i1-IQ2_XXS.gguf | 3 + RoLlama2-7b-Instruct-2025-04-23.i1-IQ3_M.gguf | 3 + RoLlama2-7b-Instruct-2025-04-23.i1-IQ3_S.gguf | 3 + ...ama2-7b-Instruct-2025-04-23.i1-IQ3_XS.gguf | 3 + ...ma2-7b-Instruct-2025-04-23.i1-IQ3_XXS.gguf | 3 + ...ama2-7b-Instruct-2025-04-23.i1-IQ4_NL.gguf | 3 + ...ama2-7b-Instruct-2025-04-23.i1-IQ4_XS.gguf | 3 + RoLlama2-7b-Instruct-2025-04-23.i1-Q2_K.gguf | 3 + ...ama2-7b-Instruct-2025-04-23.i1-Q2_K_S.gguf | 3 + ...ama2-7b-Instruct-2025-04-23.i1-Q3_K_L.gguf | 3 + ...ama2-7b-Instruct-2025-04-23.i1-Q3_K_M.gguf | 3 + ...ama2-7b-Instruct-2025-04-23.i1-Q3_K_S.gguf | 3 + RoLlama2-7b-Instruct-2025-04-23.i1-Q4_0.gguf | 3 + RoLlama2-7b-Instruct-2025-04-23.i1-Q4_1.gguf | 3 + ...ama2-7b-Instruct-2025-04-23.i1-Q4_K_M.gguf | 3 + ...ama2-7b-Instruct-2025-04-23.i1-Q4_K_S.gguf | 3 + ...ama2-7b-Instruct-2025-04-23.i1-Q5_K_M.gguf | 3 + ...ama2-7b-Instruct-2025-04-23.i1-Q5_K_S.gguf | 3 + RoLlama2-7b-Instruct-2025-04-23.i1-Q6_K.gguf | 3 + RoLlama2-7b-Instruct-2025-04-23.imatrix.gguf | 3 + 27 files changed, 232 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 RoLlama2-7b-Instruct-2025-04-23.i1-IQ1_M.gguf create mode 100644 RoLlama2-7b-Instruct-2025-04-23.i1-IQ1_S.gguf create mode 100644 RoLlama2-7b-Instruct-2025-04-23.i1-IQ2_M.gguf create mode 100644 RoLlama2-7b-Instruct-2025-04-23.i1-IQ2_S.gguf create mode 100644 RoLlama2-7b-Instruct-2025-04-23.i1-IQ2_XS.gguf create mode 100644 RoLlama2-7b-Instruct-2025-04-23.i1-IQ2_XXS.gguf create mode 100644 RoLlama2-7b-Instruct-2025-04-23.i1-IQ3_M.gguf create mode 100644 RoLlama2-7b-Instruct-2025-04-23.i1-IQ3_S.gguf create mode 100644 RoLlama2-7b-Instruct-2025-04-23.i1-IQ3_XS.gguf create mode 100644 RoLlama2-7b-Instruct-2025-04-23.i1-IQ3_XXS.gguf create mode 100644 RoLlama2-7b-Instruct-2025-04-23.i1-IQ4_NL.gguf create mode 100644 RoLlama2-7b-Instruct-2025-04-23.i1-IQ4_XS.gguf create mode 100644 RoLlama2-7b-Instruct-2025-04-23.i1-Q2_K.gguf create mode 100644 RoLlama2-7b-Instruct-2025-04-23.i1-Q2_K_S.gguf create mode 100644 RoLlama2-7b-Instruct-2025-04-23.i1-Q3_K_L.gguf create mode 100644 RoLlama2-7b-Instruct-2025-04-23.i1-Q3_K_M.gguf create mode 100644 RoLlama2-7b-Instruct-2025-04-23.i1-Q3_K_S.gguf create mode 100644 RoLlama2-7b-Instruct-2025-04-23.i1-Q4_0.gguf create mode 100644 RoLlama2-7b-Instruct-2025-04-23.i1-Q4_1.gguf create mode 100644 RoLlama2-7b-Instruct-2025-04-23.i1-Q4_K_M.gguf create mode 100644 RoLlama2-7b-Instruct-2025-04-23.i1-Q4_K_S.gguf create mode 100644 RoLlama2-7b-Instruct-2025-04-23.i1-Q5_K_M.gguf create mode 100644 RoLlama2-7b-Instruct-2025-04-23.i1-Q5_K_S.gguf create mode 100644 RoLlama2-7b-Instruct-2025-04-23.i1-Q6_K.gguf create mode 100644 RoLlama2-7b-Instruct-2025-04-23.imatrix.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4a46267 --- /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 +RoLlama2-7b-Instruct-2025-04-23.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +RoLlama2-7b-Instruct-2025-04-23.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +RoLlama2-7b-Instruct-2025-04-23.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +RoLlama2-7b-Instruct-2025-04-23.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +RoLlama2-7b-Instruct-2025-04-23.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +RoLlama2-7b-Instruct-2025-04-23.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +RoLlama2-7b-Instruct-2025-04-23.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +RoLlama2-7b-Instruct-2025-04-23.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +RoLlama2-7b-Instruct-2025-04-23.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +RoLlama2-7b-Instruct-2025-04-23.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +RoLlama2-7b-Instruct-2025-04-23.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +RoLlama2-7b-Instruct-2025-04-23.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +RoLlama2-7b-Instruct-2025-04-23.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +RoLlama2-7b-Instruct-2025-04-23.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +RoLlama2-7b-Instruct-2025-04-23.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +RoLlama2-7b-Instruct-2025-04-23.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +RoLlama2-7b-Instruct-2025-04-23.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +RoLlama2-7b-Instruct-2025-04-23.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +RoLlama2-7b-Instruct-2025-04-23.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +RoLlama2-7b-Instruct-2025-04-23.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +RoLlama2-7b-Instruct-2025-04-23.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +RoLlama2-7b-Instruct-2025-04-23.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +RoLlama2-7b-Instruct-2025-04-23.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +RoLlama2-7b-Instruct-2025-04-23.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +RoLlama2-7b-Instruct-2025-04-23.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..8ec1642 --- /dev/null +++ b/README.md @@ -0,0 +1,97 @@ +--- +base_model: OpenLLM-Ro/RoLlama2-7b-Instruct-2025-04-23 +datasets: +- OpenLLM-Ro/ro_sft_alpaca +- OpenLLM-Ro/ro_sft_alpaca_gpt4 +- OpenLLM-Ro/ro_sft_dolly +- OpenLLM-Ro/ro_sft_selfinstruct_gpt4 +- OpenLLM-Ro/ro_sft_norobots +- OpenLLM-Ro/ro_sft_orca +- OpenLLM-Ro/ro_sft_camel +- OpenLLM-Ro/ro_sft_oasst +- OpenLLM-Ro/ro_sft_ultrachat +- OpenLLM-Ro/ro_sft_magpie_mt +- OpenLLM-Ro/ro_sft_magpie_reasoning +language: +- ro +library_name: transformers +license: cc-by-nc-4.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/OpenLLM-Ro/RoLlama2-7b-Instruct-2025-04-23 + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#RoLlama2-7b-Instruct-2025-04-23-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/RoLlama2-7b-Instruct-2025-04-23-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/RoLlama2-7b-Instruct-2025-04-23-i1-GGUF/resolve/main/RoLlama2-7b-Instruct-2025-04-23.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/RoLlama2-7b-Instruct-2025-04-23-i1-GGUF/resolve/main/RoLlama2-7b-Instruct-2025-04-23.i1-IQ1_S.gguf) | i1-IQ1_S | 1.6 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/RoLlama2-7b-Instruct-2025-04-23-i1-GGUF/resolve/main/RoLlama2-7b-Instruct-2025-04-23.i1-IQ1_M.gguf) | i1-IQ1_M | 1.8 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/RoLlama2-7b-Instruct-2025-04-23-i1-GGUF/resolve/main/RoLlama2-7b-Instruct-2025-04-23.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.0 | | +| [GGUF](https://huggingface.co/mradermacher/RoLlama2-7b-Instruct-2025-04-23-i1-GGUF/resolve/main/RoLlama2-7b-Instruct-2025-04-23.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.1 | | +| [GGUF](https://huggingface.co/mradermacher/RoLlama2-7b-Instruct-2025-04-23-i1-GGUF/resolve/main/RoLlama2-7b-Instruct-2025-04-23.i1-IQ2_S.gguf) | i1-IQ2_S | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/RoLlama2-7b-Instruct-2025-04-23-i1-GGUF/resolve/main/RoLlama2-7b-Instruct-2025-04-23.i1-Q2_K_S.gguf) | i1-Q2_K_S | 2.4 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/RoLlama2-7b-Instruct-2025-04-23-i1-GGUF/resolve/main/RoLlama2-7b-Instruct-2025-04-23.i1-IQ2_M.gguf) | i1-IQ2_M | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/RoLlama2-7b-Instruct-2025-04-23-i1-GGUF/resolve/main/RoLlama2-7b-Instruct-2025-04-23.i1-Q2_K.gguf) | i1-Q2_K | 2.6 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/RoLlama2-7b-Instruct-2025-04-23-i1-GGUF/resolve/main/RoLlama2-7b-Instruct-2025-04-23.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 2.7 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/RoLlama2-7b-Instruct-2025-04-23-i1-GGUF/resolve/main/RoLlama2-7b-Instruct-2025-04-23.i1-IQ3_XS.gguf) | i1-IQ3_XS | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/RoLlama2-7b-Instruct-2025-04-23-i1-GGUF/resolve/main/RoLlama2-7b-Instruct-2025-04-23.i1-IQ3_S.gguf) | i1-IQ3_S | 3.0 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/RoLlama2-7b-Instruct-2025-04-23-i1-GGUF/resolve/main/RoLlama2-7b-Instruct-2025-04-23.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.0 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/RoLlama2-7b-Instruct-2025-04-23-i1-GGUF/resolve/main/RoLlama2-7b-Instruct-2025-04-23.i1-IQ3_M.gguf) | i1-IQ3_M | 3.2 | | +| [GGUF](https://huggingface.co/mradermacher/RoLlama2-7b-Instruct-2025-04-23-i1-GGUF/resolve/main/RoLlama2-7b-Instruct-2025-04-23.i1-Q3_K_M.gguf) | i1-Q3_K_M | 3.4 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/RoLlama2-7b-Instruct-2025-04-23-i1-GGUF/resolve/main/RoLlama2-7b-Instruct-2025-04-23.i1-Q3_K_L.gguf) | i1-Q3_K_L | 3.7 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/RoLlama2-7b-Instruct-2025-04-23-i1-GGUF/resolve/main/RoLlama2-7b-Instruct-2025-04-23.i1-IQ4_XS.gguf) | i1-IQ4_XS | 3.7 | | +| [GGUF](https://huggingface.co/mradermacher/RoLlama2-7b-Instruct-2025-04-23-i1-GGUF/resolve/main/RoLlama2-7b-Instruct-2025-04-23.i1-IQ4_NL.gguf) | i1-IQ4_NL | 3.9 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/RoLlama2-7b-Instruct-2025-04-23-i1-GGUF/resolve/main/RoLlama2-7b-Instruct-2025-04-23.i1-Q4_0.gguf) | i1-Q4_0 | 3.9 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/RoLlama2-7b-Instruct-2025-04-23-i1-GGUF/resolve/main/RoLlama2-7b-Instruct-2025-04-23.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.0 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/RoLlama2-7b-Instruct-2025-04-23-i1-GGUF/resolve/main/RoLlama2-7b-Instruct-2025-04-23.i1-Q4_K_M.gguf) | i1-Q4_K_M | 4.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/RoLlama2-7b-Instruct-2025-04-23-i1-GGUF/resolve/main/RoLlama2-7b-Instruct-2025-04-23.i1-Q4_1.gguf) | i1-Q4_1 | 4.3 | | +| [GGUF](https://huggingface.co/mradermacher/RoLlama2-7b-Instruct-2025-04-23-i1-GGUF/resolve/main/RoLlama2-7b-Instruct-2025-04-23.i1-Q5_K_S.gguf) | i1-Q5_K_S | 4.8 | | +| [GGUF](https://huggingface.co/mradermacher/RoLlama2-7b-Instruct-2025-04-23-i1-GGUF/resolve/main/RoLlama2-7b-Instruct-2025-04-23.i1-Q5_K_M.gguf) | i1-Q5_K_M | 4.9 | | +| [GGUF](https://huggingface.co/mradermacher/RoLlama2-7b-Instruct-2025-04-23-i1-GGUF/resolve/main/RoLlama2-7b-Instruct-2025-04-23.i1-Q6_K.gguf) | i1-Q6_K | 5.6 | 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/RoLlama2-7b-Instruct-2025-04-23.i1-IQ1_M.gguf b/RoLlama2-7b-Instruct-2025-04-23.i1-IQ1_M.gguf new file mode 100644 index 0000000..6eec6b1 --- /dev/null +++ b/RoLlama2-7b-Instruct-2025-04-23.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2910a080710419d412f62196a9eeb18a9c1122534431db0876ca9c61c6ab804b +size 1650975296 diff --git a/RoLlama2-7b-Instruct-2025-04-23.i1-IQ1_S.gguf b/RoLlama2-7b-Instruct-2025-04-23.i1-IQ1_S.gguf new file mode 100644 index 0000000..1a67b11 --- /dev/null +++ b/RoLlama2-7b-Instruct-2025-04-23.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c17b209e3a0b20d4a83e34cc06b073bde87fc948eb61ca60f5ea66a93bbaf2e +size 1528586816 diff --git a/RoLlama2-7b-Instruct-2025-04-23.i1-IQ2_M.gguf b/RoLlama2-7b-Instruct-2025-04-23.i1-IQ2_M.gguf new file mode 100644 index 0000000..464a0b2 --- /dev/null +++ b/RoLlama2-7b-Instruct-2025-04-23.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b93f510812e30469b97fbe771580c51643af4fe10635509598e8e77c25c9519 +size 2359755328 diff --git a/RoLlama2-7b-Instruct-2025-04-23.i1-IQ2_S.gguf b/RoLlama2-7b-Instruct-2025-04-23.i1-IQ2_S.gguf new file mode 100644 index 0000000..53f486b --- /dev/null +++ b/RoLlama2-7b-Instruct-2025-04-23.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:529709d452b4fba1849985666a017fbdf22a4dd0d2b6c016142b0c94c28c0dc0 +size 2196570688 diff --git a/RoLlama2-7b-Instruct-2025-04-23.i1-IQ2_XS.gguf b/RoLlama2-7b-Instruct-2025-04-23.i1-IQ2_XS.gguf new file mode 100644 index 0000000..bd2f260 --- /dev/null +++ b/RoLlama2-7b-Instruct-2025-04-23.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cc371ff4d880ff052179bae19aea35c735f87d1ee89b3bbf7375d944a99a65b +size 2034917952 diff --git a/RoLlama2-7b-Instruct-2025-04-23.i1-IQ2_XXS.gguf b/RoLlama2-7b-Instruct-2025-04-23.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..103d51b --- /dev/null +++ b/RoLlama2-7b-Instruct-2025-04-23.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ccddbe65fab7fbbd575acccc4f1186d3c2baffe3c47e904cef6abd13640a9ae +size 1854956096 diff --git a/RoLlama2-7b-Instruct-2025-04-23.i1-IQ3_M.gguf b/RoLlama2-7b-Instruct-2025-04-23.i1-IQ3_M.gguf new file mode 100644 index 0000000..761ae84 --- /dev/null +++ b/RoLlama2-7b-Instruct-2025-04-23.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3c7ad25ffbc6252c34b1bc80b3f27e92cf863821c992e8b00fc0f459b524752 +size 3114869312 diff --git a/RoLlama2-7b-Instruct-2025-04-23.i1-IQ3_S.gguf b/RoLlama2-7b-Instruct-2025-04-23.i1-IQ3_S.gguf new file mode 100644 index 0000000..d8a37e7 --- /dev/null +++ b/RoLlama2-7b-Instruct-2025-04-23.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43ec9f98ccff93350347742d58238ed0ced302086c70a51644a075dea86f5e68 +size 2948309568 diff --git a/RoLlama2-7b-Instruct-2025-04-23.i1-IQ3_XS.gguf b/RoLlama2-7b-Instruct-2025-04-23.i1-IQ3_XS.gguf new file mode 100644 index 0000000..ab4fb38 --- /dev/null +++ b/RoLlama2-7b-Instruct-2025-04-23.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:666c5fba959f9dfbd3b2532276ca8bccc2e37de1b3b3df77d025eaba834a922c +size 2796528192 diff --git a/RoLlama2-7b-Instruct-2025-04-23.i1-IQ3_XXS.gguf b/RoLlama2-7b-Instruct-2025-04-23.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..34ba67f --- /dev/null +++ b/RoLlama2-7b-Instruct-2025-04-23.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d211b2a4d2abc2d57ee6cf14f802a0b90faf1408bc7440407fcfb274cc986d2 +size 2585395776 diff --git a/RoLlama2-7b-Instruct-2025-04-23.i1-IQ4_NL.gguf b/RoLlama2-7b-Instruct-2025-04-23.i1-IQ4_NL.gguf new file mode 100644 index 0000000..584004f --- /dev/null +++ b/RoLlama2-7b-Instruct-2025-04-23.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:010f0ff55b2c777e56858836e0ca30321f4ae52f909b53148b6d0867c9b79750 +size 3825812032 diff --git a/RoLlama2-7b-Instruct-2025-04-23.i1-IQ4_XS.gguf b/RoLlama2-7b-Instruct-2025-04-23.i1-IQ4_XS.gguf new file mode 100644 index 0000000..9ecb35a --- /dev/null +++ b/RoLlama2-7b-Instruct-2025-04-23.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0139bb69e47904466877b7b2fc17ada7b55ee10af145b6695f9eebc502328926 +size 3619340864 diff --git a/RoLlama2-7b-Instruct-2025-04-23.i1-Q2_K.gguf b/RoLlama2-7b-Instruct-2025-04-23.i1-Q2_K.gguf new file mode 100644 index 0000000..23a73e5 --- /dev/null +++ b/RoLlama2-7b-Instruct-2025-04-23.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd054d7ddd536bc0c45095ffcef94acbf59522706e1679eec32a6d5191db46f3 +size 2532868672 diff --git a/RoLlama2-7b-Instruct-2025-04-23.i1-Q2_K_S.gguf b/RoLlama2-7b-Instruct-2025-04-23.i1-Q2_K_S.gguf new file mode 100644 index 0000000..bc169ce --- /dev/null +++ b/RoLlama2-7b-Instruct-2025-04-23.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c666a71ee0da84d514c05ecbba94b639c47d9348b607fd3450cc7f48a2664472 +size 2319548992 diff --git a/RoLlama2-7b-Instruct-2025-04-23.i1-Q3_K_L.gguf b/RoLlama2-7b-Instruct-2025-04-23.i1-Q3_K_L.gguf new file mode 100644 index 0000000..72f5ab7 --- /dev/null +++ b/RoLlama2-7b-Instruct-2025-04-23.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:755d90462d927fdbd2e09efc67b44514ea8234249034cfaaf315165e0e3a6e7b +size 3597115968 diff --git a/RoLlama2-7b-Instruct-2025-04-23.i1-Q3_K_M.gguf b/RoLlama2-7b-Instruct-2025-04-23.i1-Q3_K_M.gguf new file mode 100644 index 0000000..96b6de3 --- /dev/null +++ b/RoLlama2-7b-Instruct-2025-04-23.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2312a642b831cb1f154aa333626ed7ae06daf542650afbbfdeeaa7d76e269103 +size 3298009664 diff --git a/RoLlama2-7b-Instruct-2025-04-23.i1-Q3_K_S.gguf b/RoLlama2-7b-Instruct-2025-04-23.i1-Q3_K_S.gguf new file mode 100644 index 0000000..f6e69c3 --- /dev/null +++ b/RoLlama2-7b-Instruct-2025-04-23.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1fc3874c4a84ee04917ca895a5125b7beb7a2f85265c6b8d8706ecf5fa8d345 +size 2948309568 diff --git a/RoLlama2-7b-Instruct-2025-04-23.i1-Q4_0.gguf b/RoLlama2-7b-Instruct-2025-04-23.i1-Q4_0.gguf new file mode 100644 index 0000000..ddd0b86 --- /dev/null +++ b/RoLlama2-7b-Instruct-2025-04-23.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed2a4c373c02f3e9fdae315b916361320b8b0f44a6ae34940f69d637a935b0ed +size 3837084224 diff --git a/RoLlama2-7b-Instruct-2025-04-23.i1-Q4_1.gguf b/RoLlama2-7b-Instruct-2025-04-23.i1-Q4_1.gguf new file mode 100644 index 0000000..51ba41b --- /dev/null +++ b/RoLlama2-7b-Instruct-2025-04-23.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d72b9de95e6253a2176c326d945767407e490621dd2e94766bf30cacb9bca2d +size 4238754368 diff --git a/RoLlama2-7b-Instruct-2025-04-23.i1-Q4_K_M.gguf b/RoLlama2-7b-Instruct-2025-04-23.i1-Q4_K_M.gguf new file mode 100644 index 0000000..ed34a77 --- /dev/null +++ b/RoLlama2-7b-Instruct-2025-04-23.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:188801fae2d1cb2d86e37747865eb3ea83a9c34ca43bfd22eb9b6c2a5a070e1d +size 4081009216 diff --git a/RoLlama2-7b-Instruct-2025-04-23.i1-Q4_K_S.gguf b/RoLlama2-7b-Instruct-2025-04-23.i1-Q4_K_S.gguf new file mode 100644 index 0000000..c9b75b5 --- /dev/null +++ b/RoLlama2-7b-Instruct-2025-04-23.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d68a3d2ea6bf149bd8e9d15e2bc66086fffa6856e836e1a5806ac6600adebeef +size 3856745024 diff --git a/RoLlama2-7b-Instruct-2025-04-23.i1-Q5_K_M.gguf b/RoLlama2-7b-Instruct-2025-04-23.i1-Q5_K_M.gguf new file mode 100644 index 0000000..ac12b4d --- /dev/null +++ b/RoLlama2-7b-Instruct-2025-04-23.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1b564f91a16f188cbcbe74b01d3413fe51120e9b224bf3860253984af772a60 +size 4783161920 diff --git a/RoLlama2-7b-Instruct-2025-04-23.i1-Q5_K_S.gguf b/RoLlama2-7b-Instruct-2025-04-23.i1-Q5_K_S.gguf new file mode 100644 index 0000000..e66b195 --- /dev/null +++ b/RoLlama2-7b-Instruct-2025-04-23.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b59236c434a390b25074f8b609132fe6b0eefe8d92da7800de3b4ffb12767e23 +size 4651696704 diff --git a/RoLlama2-7b-Instruct-2025-04-23.i1-Q6_K.gguf b/RoLlama2-7b-Instruct-2025-04-23.i1-Q6_K.gguf new file mode 100644 index 0000000..2d7d90b --- /dev/null +++ b/RoLlama2-7b-Instruct-2025-04-23.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6836c012f71f4eb6c18d5aa63e4c6037afec747b37245c0fdcc72339e4c4565c +size 5529199168 diff --git a/RoLlama2-7b-Instruct-2025-04-23.imatrix.gguf b/RoLlama2-7b-Instruct-2025-04-23.imatrix.gguf new file mode 100644 index 0000000..08d76ae --- /dev/null +++ b/RoLlama2-7b-Instruct-2025-04-23.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3191786984ec42b1dfdeb7e834440a5ac5d563fd87e581320cbeaf2e8ead767b +size 4589216