From 0a4485b15bfa2541d5de42b2b2f168460d7c0c79 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Fri, 5 Jun 2026 03:06: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/RLAnything-Alf-Reward-14B-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++++ README.md | 85 +++++++++++++++++++++++ RLAnything-Alf-Reward-14B.i1-IQ1_M.gguf | 3 + RLAnything-Alf-Reward-14B.i1-IQ1_S.gguf | 3 + RLAnything-Alf-Reward-14B.i1-IQ2_M.gguf | 3 + RLAnything-Alf-Reward-14B.i1-IQ2_S.gguf | 3 + RLAnything-Alf-Reward-14B.i1-IQ2_XS.gguf | 3 + RLAnything-Alf-Reward-14B.i1-IQ2_XXS.gguf | 3 + RLAnything-Alf-Reward-14B.i1-IQ3_M.gguf | 3 + RLAnything-Alf-Reward-14B.i1-IQ3_S.gguf | 3 + RLAnything-Alf-Reward-14B.i1-IQ3_XS.gguf | 3 + RLAnything-Alf-Reward-14B.i1-IQ3_XXS.gguf | 3 + RLAnything-Alf-Reward-14B.i1-IQ4_NL.gguf | 3 + RLAnything-Alf-Reward-14B.i1-IQ4_XS.gguf | 3 + RLAnything-Alf-Reward-14B.i1-Q2_K.gguf | 3 + RLAnything-Alf-Reward-14B.i1-Q2_K_S.gguf | 3 + RLAnything-Alf-Reward-14B.i1-Q3_K_L.gguf | 3 + RLAnything-Alf-Reward-14B.i1-Q3_K_M.gguf | 3 + RLAnything-Alf-Reward-14B.i1-Q3_K_S.gguf | 3 + RLAnything-Alf-Reward-14B.i1-Q4_0.gguf | 3 + RLAnything-Alf-Reward-14B.i1-Q4_1.gguf | 3 + RLAnything-Alf-Reward-14B.i1-Q4_K_M.gguf | 3 + RLAnything-Alf-Reward-14B.i1-Q4_K_S.gguf | 3 + RLAnything-Alf-Reward-14B.i1-Q5_K_M.gguf | 3 + RLAnything-Alf-Reward-14B.i1-Q5_K_S.gguf | 3 + RLAnything-Alf-Reward-14B.i1-Q6_K.gguf | 3 + RLAnything-Alf-Reward-14B.imatrix.gguf | 3 + 27 files changed, 220 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 RLAnything-Alf-Reward-14B.i1-IQ1_M.gguf create mode 100644 RLAnything-Alf-Reward-14B.i1-IQ1_S.gguf create mode 100644 RLAnything-Alf-Reward-14B.i1-IQ2_M.gguf create mode 100644 RLAnything-Alf-Reward-14B.i1-IQ2_S.gguf create mode 100644 RLAnything-Alf-Reward-14B.i1-IQ2_XS.gguf create mode 100644 RLAnything-Alf-Reward-14B.i1-IQ2_XXS.gguf create mode 100644 RLAnything-Alf-Reward-14B.i1-IQ3_M.gguf create mode 100644 RLAnything-Alf-Reward-14B.i1-IQ3_S.gguf create mode 100644 RLAnything-Alf-Reward-14B.i1-IQ3_XS.gguf create mode 100644 RLAnything-Alf-Reward-14B.i1-IQ3_XXS.gguf create mode 100644 RLAnything-Alf-Reward-14B.i1-IQ4_NL.gguf create mode 100644 RLAnything-Alf-Reward-14B.i1-IQ4_XS.gguf create mode 100644 RLAnything-Alf-Reward-14B.i1-Q2_K.gguf create mode 100644 RLAnything-Alf-Reward-14B.i1-Q2_K_S.gguf create mode 100644 RLAnything-Alf-Reward-14B.i1-Q3_K_L.gguf create mode 100644 RLAnything-Alf-Reward-14B.i1-Q3_K_M.gguf create mode 100644 RLAnything-Alf-Reward-14B.i1-Q3_K_S.gguf create mode 100644 RLAnything-Alf-Reward-14B.i1-Q4_0.gguf create mode 100644 RLAnything-Alf-Reward-14B.i1-Q4_1.gguf create mode 100644 RLAnything-Alf-Reward-14B.i1-Q4_K_M.gguf create mode 100644 RLAnything-Alf-Reward-14B.i1-Q4_K_S.gguf create mode 100644 RLAnything-Alf-Reward-14B.i1-Q5_K_M.gguf create mode 100644 RLAnything-Alf-Reward-14B.i1-Q5_K_S.gguf create mode 100644 RLAnything-Alf-Reward-14B.i1-Q6_K.gguf create mode 100644 RLAnything-Alf-Reward-14B.imatrix.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d5d8db1 --- /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 +RLAnything-Alf-Reward-14B.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +RLAnything-Alf-Reward-14B.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +RLAnything-Alf-Reward-14B.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +RLAnything-Alf-Reward-14B.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +RLAnything-Alf-Reward-14B.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +RLAnything-Alf-Reward-14B.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +RLAnything-Alf-Reward-14B.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +RLAnything-Alf-Reward-14B.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +RLAnything-Alf-Reward-14B.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +RLAnything-Alf-Reward-14B.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +RLAnything-Alf-Reward-14B.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +RLAnything-Alf-Reward-14B.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +RLAnything-Alf-Reward-14B.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +RLAnything-Alf-Reward-14B.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +RLAnything-Alf-Reward-14B.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +RLAnything-Alf-Reward-14B.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +RLAnything-Alf-Reward-14B.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +RLAnything-Alf-Reward-14B.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +RLAnything-Alf-Reward-14B.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +RLAnything-Alf-Reward-14B.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +RLAnything-Alf-Reward-14B.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +RLAnything-Alf-Reward-14B.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +RLAnything-Alf-Reward-14B.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +RLAnything-Alf-Reward-14B.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +RLAnything-Alf-Reward-14B.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..c5f5e97 --- /dev/null +++ b/README.md @@ -0,0 +1,85 @@ +--- +base_model: Gen-Verse/RLAnything-Alf-Reward-14B +language: +- en +library_name: transformers +license: mit +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/Gen-Verse/RLAnything-Alf-Reward-14B + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#RLAnything-Alf-Reward-14B-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/RLAnything-Alf-Reward-14B-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/RLAnything-Alf-Reward-14B-i1-GGUF/resolve/main/RLAnything-Alf-Reward-14B.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/RLAnything-Alf-Reward-14B-i1-GGUF/resolve/main/RLAnything-Alf-Reward-14B.i1-IQ1_S.gguf) | i1-IQ1_S | 3.7 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/RLAnything-Alf-Reward-14B-i1-GGUF/resolve/main/RLAnything-Alf-Reward-14B.i1-IQ1_M.gguf) | i1-IQ1_M | 4.0 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/RLAnything-Alf-Reward-14B-i1-GGUF/resolve/main/RLAnything-Alf-Reward-14B.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 4.4 | | +| [GGUF](https://huggingface.co/mradermacher/RLAnything-Alf-Reward-14B-i1-GGUF/resolve/main/RLAnything-Alf-Reward-14B.i1-IQ2_XS.gguf) | i1-IQ2_XS | 4.8 | | +| [GGUF](https://huggingface.co/mradermacher/RLAnything-Alf-Reward-14B-i1-GGUF/resolve/main/RLAnything-Alf-Reward-14B.i1-IQ2_S.gguf) | i1-IQ2_S | 5.1 | | +| [GGUF](https://huggingface.co/mradermacher/RLAnything-Alf-Reward-14B-i1-GGUF/resolve/main/RLAnything-Alf-Reward-14B.i1-IQ2_M.gguf) | i1-IQ2_M | 5.5 | | +| [GGUF](https://huggingface.co/mradermacher/RLAnything-Alf-Reward-14B-i1-GGUF/resolve/main/RLAnything-Alf-Reward-14B.i1-Q2_K_S.gguf) | i1-Q2_K_S | 5.5 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/RLAnything-Alf-Reward-14B-i1-GGUF/resolve/main/RLAnything-Alf-Reward-14B.i1-Q2_K.gguf) | i1-Q2_K | 5.9 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/RLAnything-Alf-Reward-14B-i1-GGUF/resolve/main/RLAnything-Alf-Reward-14B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 6.0 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/RLAnything-Alf-Reward-14B-i1-GGUF/resolve/main/RLAnything-Alf-Reward-14B.i1-IQ3_XS.gguf) | i1-IQ3_XS | 6.5 | | +| [GGUF](https://huggingface.co/mradermacher/RLAnything-Alf-Reward-14B-i1-GGUF/resolve/main/RLAnything-Alf-Reward-14B.i1-Q3_K_S.gguf) | i1-Q3_K_S | 6.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/RLAnything-Alf-Reward-14B-i1-GGUF/resolve/main/RLAnything-Alf-Reward-14B.i1-IQ3_S.gguf) | i1-IQ3_S | 6.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/RLAnything-Alf-Reward-14B-i1-GGUF/resolve/main/RLAnything-Alf-Reward-14B.i1-IQ3_M.gguf) | i1-IQ3_M | 7.0 | | +| [GGUF](https://huggingface.co/mradermacher/RLAnything-Alf-Reward-14B-i1-GGUF/resolve/main/RLAnything-Alf-Reward-14B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 7.4 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/RLAnything-Alf-Reward-14B-i1-GGUF/resolve/main/RLAnything-Alf-Reward-14B.i1-Q3_K_L.gguf) | i1-Q3_K_L | 8.0 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/RLAnything-Alf-Reward-14B-i1-GGUF/resolve/main/RLAnything-Alf-Reward-14B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 8.2 | | +| [GGUF](https://huggingface.co/mradermacher/RLAnything-Alf-Reward-14B-i1-GGUF/resolve/main/RLAnything-Alf-Reward-14B.i1-Q4_0.gguf) | i1-Q4_0 | 8.6 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/RLAnything-Alf-Reward-14B-i1-GGUF/resolve/main/RLAnything-Alf-Reward-14B.i1-IQ4_NL.gguf) | i1-IQ4_NL | 8.6 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/RLAnything-Alf-Reward-14B-i1-GGUF/resolve/main/RLAnything-Alf-Reward-14B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 8.7 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/RLAnything-Alf-Reward-14B-i1-GGUF/resolve/main/RLAnything-Alf-Reward-14B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 9.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/RLAnything-Alf-Reward-14B-i1-GGUF/resolve/main/RLAnything-Alf-Reward-14B.i1-Q4_1.gguf) | i1-Q4_1 | 9.5 | | +| [GGUF](https://huggingface.co/mradermacher/RLAnything-Alf-Reward-14B-i1-GGUF/resolve/main/RLAnything-Alf-Reward-14B.i1-Q5_K_S.gguf) | i1-Q5_K_S | 10.4 | | +| [GGUF](https://huggingface.co/mradermacher/RLAnything-Alf-Reward-14B-i1-GGUF/resolve/main/RLAnything-Alf-Reward-14B.i1-Q5_K_M.gguf) | i1-Q5_K_M | 10.6 | | +| [GGUF](https://huggingface.co/mradermacher/RLAnything-Alf-Reward-14B-i1-GGUF/resolve/main/RLAnything-Alf-Reward-14B.i1-Q6_K.gguf) | i1-Q6_K | 12.2 | 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/RLAnything-Alf-Reward-14B.i1-IQ1_M.gguf b/RLAnything-Alf-Reward-14B.i1-IQ1_M.gguf new file mode 100644 index 0000000..b5d5bc0 --- /dev/null +++ b/RLAnything-Alf-Reward-14B.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae4d1f75cb6b7254d74f46a3a7a54d908a6cb3db494828af4087580cee13cb95 +size 3872309440 diff --git a/RLAnything-Alf-Reward-14B.i1-IQ1_S.gguf b/RLAnything-Alf-Reward-14B.i1-IQ1_S.gguf new file mode 100644 index 0000000..7a9d905 --- /dev/null +++ b/RLAnything-Alf-Reward-14B.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3334b1f72ca08063c4cf4ac781f30211b28cf2d451c151991a104721fc3fca0 +size 3607994560 diff --git a/RLAnything-Alf-Reward-14B.i1-IQ2_M.gguf b/RLAnything-Alf-Reward-14B.i1-IQ2_M.gguf new file mode 100644 index 0000000..6dafb96 --- /dev/null +++ b/RLAnything-Alf-Reward-14B.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92b1f38af6f611fecd06b45ec2590d78119283914f43852459b77b8c0ca5ef67 +size 5356146880 diff --git a/RLAnything-Alf-Reward-14B.i1-IQ2_S.gguf b/RLAnything-Alf-Reward-14B.i1-IQ2_S.gguf new file mode 100644 index 0000000..39594f7 --- /dev/null +++ b/RLAnything-Alf-Reward-14B.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:619dcbd6786d108958ffadc708826a04fc1cff2cb6ca12bc2d7787927e472670 +size 5003727040 diff --git a/RLAnything-Alf-Reward-14B.i1-IQ2_XS.gguf b/RLAnything-Alf-Reward-14B.i1-IQ2_XS.gguf new file mode 100644 index 0000000..3d8f9a9 --- /dev/null +++ b/RLAnything-Alf-Reward-14B.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0ce29ed9f5319bbc4f5e90eb3da07f04677799908899c9364c492651687a8e5 +size 4704575680 diff --git a/RLAnything-Alf-Reward-14B.i1-IQ2_XXS.gguf b/RLAnything-Alf-Reward-14B.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..7811a82 --- /dev/null +++ b/RLAnything-Alf-Reward-14B.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eb2909c0de5c2d995c8642792d7e593ffc3ec287082b86a60e4e9d3d509c048 +size 4312834240 diff --git a/RLAnything-Alf-Reward-14B.i1-IQ3_M.gguf b/RLAnything-Alf-Reward-14B.i1-IQ3_M.gguf new file mode 100644 index 0000000..da16866 --- /dev/null +++ b/RLAnything-Alf-Reward-14B.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:187887e9f85e8a9d8742de888737b7e955f82c9564e6f37af93f9bb2ffee6c29 +size 6916538560 diff --git a/RLAnything-Alf-Reward-14B.i1-IQ3_S.gguf b/RLAnything-Alf-Reward-14B.i1-IQ3_S.gguf new file mode 100644 index 0000000..16a943c --- /dev/null +++ b/RLAnything-Alf-Reward-14B.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e209750a39155c30ff24202fbc51453d45864344eda3196380bf1042e1ad4a3 +size 6693019840 diff --git a/RLAnything-Alf-Reward-14B.i1-IQ3_XS.gguf b/RLAnything-Alf-Reward-14B.i1-IQ3_XS.gguf new file mode 100644 index 0000000..5359c26 --- /dev/null +++ b/RLAnything-Alf-Reward-14B.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fd6a08694c61034213a4ba13c512fb0da10b10c9beff895f389d51663ba85dc +size 6383362240 diff --git a/RLAnything-Alf-Reward-14B.i1-IQ3_XXS.gguf b/RLAnything-Alf-Reward-14B.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..4b0f429 --- /dev/null +++ b/RLAnything-Alf-Reward-14B.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4c5a8d4d24e3b771dc5036022a165e014ead169d37439d6bbf7fbeabf359fa0 +size 5946708160 diff --git a/RLAnything-Alf-Reward-14B.i1-IQ4_NL.gguf b/RLAnything-Alf-Reward-14B.i1-IQ4_NL.gguf new file mode 100644 index 0000000..204ed58 --- /dev/null +++ b/RLAnything-Alf-Reward-14B.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39e83f932ac325c7b004b03d826527454157a8a5a6d4b4a9dae40862a32ad0c2 +size 8549183680 diff --git a/RLAnything-Alf-Reward-14B.i1-IQ4_XS.gguf b/RLAnything-Alf-Reward-14B.i1-IQ4_XS.gguf new file mode 100644 index 0000000..09db947 --- /dev/null +++ b/RLAnything-Alf-Reward-14B.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:656d2ae0d70c6b1845f945517e5712bff30cb5d230f460f62224651e89edde72 +size 8119840960 diff --git a/RLAnything-Alf-Reward-14B.i1-Q2_K.gguf b/RLAnything-Alf-Reward-14B.i1-Q2_K.gguf new file mode 100644 index 0000000..1e64943 --- /dev/null +++ b/RLAnything-Alf-Reward-14B.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf15acfac38bfac4c9c0c9205276d300777989445a62a392596e6c3c0e00c565 +size 5770498240 diff --git a/RLAnything-Alf-Reward-14B.i1-Q2_K_S.gguf b/RLAnything-Alf-Reward-14B.i1-Q2_K_S.gguf new file mode 100644 index 0000000..db45c10 --- /dev/null +++ b/RLAnything-Alf-Reward-14B.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6a9133628d5e34948351bb06014622608b16eff92c90bbc8ba4d3a7a613cf99 +size 5397188800 diff --git a/RLAnything-Alf-Reward-14B.i1-Q3_K_L.gguf b/RLAnything-Alf-Reward-14B.i1-Q3_K_L.gguf new file mode 100644 index 0000000..a11c347 --- /dev/null +++ b/RLAnything-Alf-Reward-14B.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b22f0cdd844424151ec21bc6768d39bf215a895a2478cb62d9790de3c2933a3 +size 7924768960 diff --git a/RLAnything-Alf-Reward-14B.i1-Q3_K_M.gguf b/RLAnything-Alf-Reward-14B.i1-Q3_K_M.gguf new file mode 100644 index 0000000..e19d5f5 --- /dev/null +++ b/RLAnything-Alf-Reward-14B.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8e8893a8a74604e785b8c5336898e9e8c72baee46f032de3ff9a90386ef338e +size 7339204800 diff --git a/RLAnything-Alf-Reward-14B.i1-Q3_K_S.gguf b/RLAnything-Alf-Reward-14B.i1-Q3_K_S.gguf new file mode 100644 index 0000000..74f5c91 --- /dev/null +++ b/RLAnything-Alf-Reward-14B.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8848371e30a7656785518e4d2758347462078ced549ce6fc8a28cb653a322d57 +size 6659596480 diff --git a/RLAnything-Alf-Reward-14B.i1-Q4_0.gguf b/RLAnything-Alf-Reward-14B.i1-Q4_0.gguf new file mode 100644 index 0000000..e8ee4a1 --- /dev/null +++ b/RLAnything-Alf-Reward-14B.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b44d4d874634dd46d0d00467ee7b7ff8ff26533a1350d6d123e3d86fc30721e +size 8544268480 diff --git a/RLAnything-Alf-Reward-14B.i1-Q4_1.gguf b/RLAnything-Alf-Reward-14B.i1-Q4_1.gguf new file mode 100644 index 0000000..6dbd5cb --- /dev/null +++ b/RLAnything-Alf-Reward-14B.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53ebef15bec34f1d03dc11d17443a2bd357fb0da64c8ec2bebf3973243f2126b +size 9392140480 diff --git a/RLAnything-Alf-Reward-14B.i1-Q4_K_M.gguf b/RLAnything-Alf-Reward-14B.i1-Q4_K_M.gguf new file mode 100644 index 0000000..ade4568 --- /dev/null +++ b/RLAnything-Alf-Reward-14B.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeeb2b2d3b9ee7b376cb4c1818300bae70c6c8be1f5cb4905336c87ac9b683b3 +size 8988111040 diff --git a/RLAnything-Alf-Reward-14B.i1-Q4_K_S.gguf b/RLAnything-Alf-Reward-14B.i1-Q4_K_S.gguf new file mode 100644 index 0000000..1600691 --- /dev/null +++ b/RLAnything-Alf-Reward-14B.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d665ca63d21649cedb383f14b7faf3752d18a82382738ded9ccf1c90e567e56 +size 8573432000 diff --git a/RLAnything-Alf-Reward-14B.i1-Q5_K_M.gguf b/RLAnything-Alf-Reward-14B.i1-Q5_K_M.gguf new file mode 100644 index 0000000..1a2f170 --- /dev/null +++ b/RLAnything-Alf-Reward-14B.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d05fc018540442e5ee1f8bceb8c03d32e2415414b257914d416f0b67d6979c4 +size 10508873920 diff --git a/RLAnything-Alf-Reward-14B.i1-Q5_K_S.gguf b/RLAnything-Alf-Reward-14B.i1-Q5_K_S.gguf new file mode 100644 index 0000000..12257ce --- /dev/null +++ b/RLAnything-Alf-Reward-14B.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7ab11d62a76b86dd7daf7ba862d851658beff9e4ca3f2e9f08a6123b42dab83 +size 10266554560 diff --git a/RLAnything-Alf-Reward-14B.i1-Q6_K.gguf b/RLAnything-Alf-Reward-14B.i1-Q6_K.gguf new file mode 100644 index 0000000..a749b04 --- /dev/null +++ b/RLAnything-Alf-Reward-14B.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef2e06c9478640cfef65bc165bb4f80e893f7ba5a92d5161716aa745d4aa29ec +size 12124684480 diff --git a/RLAnything-Alf-Reward-14B.imatrix.gguf b/RLAnything-Alf-Reward-14B.imatrix.gguf new file mode 100644 index 0000000..781adfa --- /dev/null +++ b/RLAnything-Alf-Reward-14B.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b589cc7d9a882c1063b9efa349d8a5fb484cd41a69ba7996902d84e2609bdf1 +size 8604128