From 370970c1c3eaad139c0290b3def73f2e64eb9fec Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 23 Jun 2026 12:22:18 +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/openhands-lm-7b-v0.1-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++++++ README.md | 86 ++++++++++++++++++++++++++++ imatrix.dat | 3 + openhands-lm-7b-v0.1.i1-IQ1_M.gguf | 3 + openhands-lm-7b-v0.1.i1-IQ1_S.gguf | 3 + openhands-lm-7b-v0.1.i1-IQ2_M.gguf | 3 + openhands-lm-7b-v0.1.i1-IQ2_S.gguf | 3 + openhands-lm-7b-v0.1.i1-IQ2_XS.gguf | 3 + openhands-lm-7b-v0.1.i1-IQ2_XXS.gguf | 3 + openhands-lm-7b-v0.1.i1-IQ3_M.gguf | 3 + openhands-lm-7b-v0.1.i1-IQ3_S.gguf | 3 + openhands-lm-7b-v0.1.i1-IQ3_XS.gguf | 3 + openhands-lm-7b-v0.1.i1-IQ3_XXS.gguf | 3 + openhands-lm-7b-v0.1.i1-IQ4_NL.gguf | 3 + openhands-lm-7b-v0.1.i1-IQ4_XS.gguf | 3 + openhands-lm-7b-v0.1.i1-Q2_K.gguf | 3 + openhands-lm-7b-v0.1.i1-Q2_K_S.gguf | 3 + openhands-lm-7b-v0.1.i1-Q3_K_L.gguf | 3 + openhands-lm-7b-v0.1.i1-Q3_K_M.gguf | 3 + openhands-lm-7b-v0.1.i1-Q3_K_S.gguf | 3 + openhands-lm-7b-v0.1.i1-Q4_0.gguf | 3 + openhands-lm-7b-v0.1.i1-Q4_1.gguf | 3 + openhands-lm-7b-v0.1.i1-Q4_K_M.gguf | 3 + openhands-lm-7b-v0.1.i1-Q4_K_S.gguf | 3 + openhands-lm-7b-v0.1.i1-Q5_K_M.gguf | 3 + openhands-lm-7b-v0.1.i1-Q5_K_S.gguf | 3 + openhands-lm-7b-v0.1.i1-Q6_K.gguf | 3 + 27 files changed, 221 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 imatrix.dat create mode 100644 openhands-lm-7b-v0.1.i1-IQ1_M.gguf create mode 100644 openhands-lm-7b-v0.1.i1-IQ1_S.gguf create mode 100644 openhands-lm-7b-v0.1.i1-IQ2_M.gguf create mode 100644 openhands-lm-7b-v0.1.i1-IQ2_S.gguf create mode 100644 openhands-lm-7b-v0.1.i1-IQ2_XS.gguf create mode 100644 openhands-lm-7b-v0.1.i1-IQ2_XXS.gguf create mode 100644 openhands-lm-7b-v0.1.i1-IQ3_M.gguf create mode 100644 openhands-lm-7b-v0.1.i1-IQ3_S.gguf create mode 100644 openhands-lm-7b-v0.1.i1-IQ3_XS.gguf create mode 100644 openhands-lm-7b-v0.1.i1-IQ3_XXS.gguf create mode 100644 openhands-lm-7b-v0.1.i1-IQ4_NL.gguf create mode 100644 openhands-lm-7b-v0.1.i1-IQ4_XS.gguf create mode 100644 openhands-lm-7b-v0.1.i1-Q2_K.gguf create mode 100644 openhands-lm-7b-v0.1.i1-Q2_K_S.gguf create mode 100644 openhands-lm-7b-v0.1.i1-Q3_K_L.gguf create mode 100644 openhands-lm-7b-v0.1.i1-Q3_K_M.gguf create mode 100644 openhands-lm-7b-v0.1.i1-Q3_K_S.gguf create mode 100644 openhands-lm-7b-v0.1.i1-Q4_0.gguf create mode 100644 openhands-lm-7b-v0.1.i1-Q4_1.gguf create mode 100644 openhands-lm-7b-v0.1.i1-Q4_K_M.gguf create mode 100644 openhands-lm-7b-v0.1.i1-Q4_K_S.gguf create mode 100644 openhands-lm-7b-v0.1.i1-Q5_K_M.gguf create mode 100644 openhands-lm-7b-v0.1.i1-Q5_K_S.gguf create mode 100644 openhands-lm-7b-v0.1.i1-Q6_K.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3ca7c4d --- /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 +imatrix.dat filter=lfs diff=lfs merge=lfs -text +openhands-lm-7b-v0.1.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +openhands-lm-7b-v0.1.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +openhands-lm-7b-v0.1.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +openhands-lm-7b-v0.1.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +openhands-lm-7b-v0.1.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +openhands-lm-7b-v0.1.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +openhands-lm-7b-v0.1.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +openhands-lm-7b-v0.1.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +openhands-lm-7b-v0.1.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +openhands-lm-7b-v0.1.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +openhands-lm-7b-v0.1.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +openhands-lm-7b-v0.1.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +openhands-lm-7b-v0.1.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +openhands-lm-7b-v0.1.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +openhands-lm-7b-v0.1.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +openhands-lm-7b-v0.1.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +openhands-lm-7b-v0.1.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +openhands-lm-7b-v0.1.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +openhands-lm-7b-v0.1.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +openhands-lm-7b-v0.1.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +openhands-lm-7b-v0.1.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +openhands-lm-7b-v0.1.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +openhands-lm-7b-v0.1.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +openhands-lm-7b-v0.1.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..d69135e --- /dev/null +++ b/README.md @@ -0,0 +1,86 @@ +--- +base_model: OpenHands/openhands-lm-7b-v0.1 +datasets: +- SWE-Gym/SWE-Gym +language: +- en +library_name: transformers +license: mit +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- agent +- coding +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/OpenHands/openhands-lm-7b-v0.1 + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#openhands-lm-7b-v0.1-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/openhands-lm-7b-v0.1-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/openhands-lm-7b-v0.1-i1-GGUF/resolve/main/openhands-lm-7b-v0.1.i1-IQ1_S.gguf) | i1-IQ1_S | 2.0 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/openhands-lm-7b-v0.1-i1-GGUF/resolve/main/openhands-lm-7b-v0.1.i1-IQ1_M.gguf) | i1-IQ1_M | 2.1 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/openhands-lm-7b-v0.1-i1-GGUF/resolve/main/openhands-lm-7b-v0.1.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/openhands-lm-7b-v0.1-i1-GGUF/resolve/main/openhands-lm-7b-v0.1.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.6 | | +| [GGUF](https://huggingface.co/mradermacher/openhands-lm-7b-v0.1-i1-GGUF/resolve/main/openhands-lm-7b-v0.1.i1-IQ2_S.gguf) | i1-IQ2_S | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/openhands-lm-7b-v0.1-i1-GGUF/resolve/main/openhands-lm-7b-v0.1.i1-IQ2_M.gguf) | i1-IQ2_M | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/openhands-lm-7b-v0.1-i1-GGUF/resolve/main/openhands-lm-7b-v0.1.i1-Q2_K_S.gguf) | i1-Q2_K_S | 2.9 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/openhands-lm-7b-v0.1-i1-GGUF/resolve/main/openhands-lm-7b-v0.1.i1-Q2_K.gguf) | i1-Q2_K | 3.1 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/openhands-lm-7b-v0.1-i1-GGUF/resolve/main/openhands-lm-7b-v0.1.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.2 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/openhands-lm-7b-v0.1-i1-GGUF/resolve/main/openhands-lm-7b-v0.1.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.4 | | +| [GGUF](https://huggingface.co/mradermacher/openhands-lm-7b-v0.1-i1-GGUF/resolve/main/openhands-lm-7b-v0.1.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.6 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/openhands-lm-7b-v0.1-i1-GGUF/resolve/main/openhands-lm-7b-v0.1.i1-IQ3_S.gguf) | i1-IQ3_S | 3.6 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/openhands-lm-7b-v0.1-i1-GGUF/resolve/main/openhands-lm-7b-v0.1.i1-IQ3_M.gguf) | i1-IQ3_M | 3.7 | | +| [GGUF](https://huggingface.co/mradermacher/openhands-lm-7b-v0.1-i1-GGUF/resolve/main/openhands-lm-7b-v0.1.i1-Q3_K_M.gguf) | i1-Q3_K_M | 3.9 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/openhands-lm-7b-v0.1-i1-GGUF/resolve/main/openhands-lm-7b-v0.1.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.2 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/openhands-lm-7b-v0.1-i1-GGUF/resolve/main/openhands-lm-7b-v0.1.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.3 | | +| [GGUF](https://huggingface.co/mradermacher/openhands-lm-7b-v0.1-i1-GGUF/resolve/main/openhands-lm-7b-v0.1.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.5 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/openhands-lm-7b-v0.1-i1-GGUF/resolve/main/openhands-lm-7b-v0.1.i1-Q4_0.gguf) | i1-Q4_0 | 4.5 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/openhands-lm-7b-v0.1-i1-GGUF/resolve/main/openhands-lm-7b-v0.1.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.6 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/openhands-lm-7b-v0.1-i1-GGUF/resolve/main/openhands-lm-7b-v0.1.i1-Q4_K_M.gguf) | i1-Q4_K_M | 4.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/openhands-lm-7b-v0.1-i1-GGUF/resolve/main/openhands-lm-7b-v0.1.i1-Q4_1.gguf) | i1-Q4_1 | 5.0 | | +| [GGUF](https://huggingface.co/mradermacher/openhands-lm-7b-v0.1-i1-GGUF/resolve/main/openhands-lm-7b-v0.1.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.4 | | +| [GGUF](https://huggingface.co/mradermacher/openhands-lm-7b-v0.1-i1-GGUF/resolve/main/openhands-lm-7b-v0.1.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.5 | | +| [GGUF](https://huggingface.co/mradermacher/openhands-lm-7b-v0.1-i1-GGUF/resolve/main/openhands-lm-7b-v0.1.i1-Q6_K.gguf) | i1-Q6_K | 6.4 | 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/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..c230bf0 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c41b58b2510d402b0f126f943292d7f9929c8a96dffa3084a8ba85bae435fd1e +size 4536665 diff --git a/openhands-lm-7b-v0.1.i1-IQ1_M.gguf b/openhands-lm-7b-v0.1.i1-IQ1_M.gguf new file mode 100644 index 0000000..1454ee7 --- /dev/null +++ b/openhands-lm-7b-v0.1.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf9d439b6fa4a0215cbacf8eef1e91140bf245cc509c66865fae63c03f812023 +size 2042197376 diff --git a/openhands-lm-7b-v0.1.i1-IQ1_S.gguf b/openhands-lm-7b-v0.1.i1-IQ1_S.gguf new file mode 100644 index 0000000..db3572a --- /dev/null +++ b/openhands-lm-7b-v0.1.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2277d4b9906f7676797f0c193fb4fa2b0b412355acfbe501ae7553406d948897 +size 1903668608 diff --git a/openhands-lm-7b-v0.1.i1-IQ2_M.gguf b/openhands-lm-7b-v0.1.i1-IQ2_M.gguf new file mode 100644 index 0000000..411c198 --- /dev/null +++ b/openhands-lm-7b-v0.1.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:849a6e338303cc58313580b54378ace0fde5c84f2dc41867685227b653dc1f3d +size 2780343680 diff --git a/openhands-lm-7b-v0.1.i1-IQ2_S.gguf b/openhands-lm-7b-v0.1.i1-IQ2_S.gguf new file mode 100644 index 0000000..b739b91 --- /dev/null +++ b/openhands-lm-7b-v0.1.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4f725ac627d2e75562e5e399a0a2a89f8ef893ce239e96f84c20056c063d4a0 +size 2595638656 diff --git a/openhands-lm-7b-v0.1.i1-IQ2_XS.gguf b/openhands-lm-7b-v0.1.i1-IQ2_XS.gguf new file mode 100644 index 0000000..8fca5e1 --- /dev/null +++ b/openhands-lm-7b-v0.1.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d766f33215e086b9c9364b5fa37924b768df11b681ab63bc6c4ff0399fbdd3e +size 2469023104 diff --git a/openhands-lm-7b-v0.1.i1-IQ2_XXS.gguf b/openhands-lm-7b-v0.1.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..79151e7 --- /dev/null +++ b/openhands-lm-7b-v0.1.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f44c65f6a420b6463904389b3f71de8ec011263f7f84d29b8a6b813b1745d29d +size 2273078656 diff --git a/openhands-lm-7b-v0.1.i1-IQ3_M.gguf b/openhands-lm-7b-v0.1.i1-IQ3_M.gguf new file mode 100644 index 0000000..4ab377f --- /dev/null +++ b/openhands-lm-7b-v0.1.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:293d9ea1a40d2ad35c1903fb053d9aa0c6bd749d7c4b4234e6281e10b70d4254 +size 3574013312 diff --git a/openhands-lm-7b-v0.1.i1-IQ3_S.gguf b/openhands-lm-7b-v0.1.i1-IQ3_S.gguf new file mode 100644 index 0000000..385dd46 --- /dev/null +++ b/openhands-lm-7b-v0.1.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b94a56af20ba5b79f345aa1d3a06648188d963ca0b0efead3d0bd6faef394fea +size 3499193728 diff --git a/openhands-lm-7b-v0.1.i1-IQ3_XS.gguf b/openhands-lm-7b-v0.1.i1-IQ3_XS.gguf new file mode 100644 index 0000000..6580a4f --- /dev/null +++ b/openhands-lm-7b-v0.1.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:658b3f656c20b336e816f4842b200179e2b0ffef9b5d495a5d8b5b24f70f221b +size 3346257280 diff --git a/openhands-lm-7b-v0.1.i1-IQ3_XXS.gguf b/openhands-lm-7b-v0.1.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..7ff5a09 --- /dev/null +++ b/openhands-lm-7b-v0.1.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d197ba26ffe65c6e0914611559173a565f0c262b6a8d37e1c784716624b18d47 +size 3114515840 diff --git a/openhands-lm-7b-v0.1.i1-IQ4_NL.gguf b/openhands-lm-7b-v0.1.i1-IQ4_NL.gguf new file mode 100644 index 0000000..060093a --- /dev/null +++ b/openhands-lm-7b-v0.1.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82843c0b0845921f5741e8508f81624fe75b3d82e4c638b5676245bfa64cc8d9 +size 4437814656 diff --git a/openhands-lm-7b-v0.1.i1-IQ4_XS.gguf b/openhands-lm-7b-v0.1.i1-IQ4_XS.gguf new file mode 100644 index 0000000..499f5b9 --- /dev/null +++ b/openhands-lm-7b-v0.1.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aab7a785a62504b6bf1ee123bbccfc8aae4d676ddc9fc2757cf43bd5cc5dea3 +size 4218473856 diff --git a/openhands-lm-7b-v0.1.i1-Q2_K.gguf b/openhands-lm-7b-v0.1.i1-Q2_K.gguf new file mode 100644 index 0000000..1afe334 --- /dev/null +++ b/openhands-lm-7b-v0.1.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c05cd2a7b43fc8f5b3b01d3ce1b79b1edd46179666a58fe1f93e551041837ec1 +size 3015941504 diff --git a/openhands-lm-7b-v0.1.i1-Q2_K_S.gguf b/openhands-lm-7b-v0.1.i1-Q2_K_S.gguf new file mode 100644 index 0000000..6516e39 --- /dev/null +++ b/openhands-lm-7b-v0.1.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fde4406422225ab7f089da4c906eb2b53e9cd6dc66c4fe6ee3ed26328f9768e6 +size 2834075008 diff --git a/openhands-lm-7b-v0.1.i1-Q3_K_L.gguf b/openhands-lm-7b-v0.1.i1-Q3_K_L.gguf new file mode 100644 index 0000000..4cf08cd --- /dev/null +++ b/openhands-lm-7b-v0.1.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d186e50a97bebbb9fbb9f6acc802568bd249b547d754e4366100b623c248336a +size 4088460672 diff --git a/openhands-lm-7b-v0.1.i1-Q3_K_M.gguf b/openhands-lm-7b-v0.1.i1-Q3_K_M.gguf new file mode 100644 index 0000000..9138d0e --- /dev/null +++ b/openhands-lm-7b-v0.1.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93c504d5206fbb9bbc755aee90054a9f47be23130d78382384533e8b68c80a66 +size 3808392576 diff --git a/openhands-lm-7b-v0.1.i1-Q3_K_S.gguf b/openhands-lm-7b-v0.1.i1-Q3_K_S.gguf new file mode 100644 index 0000000..623d760 --- /dev/null +++ b/openhands-lm-7b-v0.1.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ecb48592535be91ed76b56a3dd08c6a28480bfaf52b718c19f6353204bb60ab +size 3492369792 diff --git a/openhands-lm-7b-v0.1.i1-Q4_0.gguf b/openhands-lm-7b-v0.1.i1-Q4_0.gguf new file mode 100644 index 0000000..14cc96f --- /dev/null +++ b/openhands-lm-7b-v0.1.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dda055cba78ba0fbfc78833955745845e29ddc96e036ff8ac3c8dc4ff4d2322f +size 4444122496 diff --git a/openhands-lm-7b-v0.1.i1-Q4_1.gguf b/openhands-lm-7b-v0.1.i1-Q4_1.gguf new file mode 100644 index 0000000..75e203c --- /dev/null +++ b/openhands-lm-7b-v0.1.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59033ff1dd55c40ed86a48272436af7758ec0de7a207d2763c9e430947d05ab2 +size 4873284992 diff --git a/openhands-lm-7b-v0.1.i1-Q4_K_M.gguf b/openhands-lm-7b-v0.1.i1-Q4_K_M.gguf new file mode 100644 index 0000000..aa293a2 --- /dev/null +++ b/openhands-lm-7b-v0.1.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b49b025d44a8856c65109d0ca94c91a4f3d5605f326b51741cc4435fe19f70bf +size 4683074944 diff --git a/openhands-lm-7b-v0.1.i1-Q4_K_S.gguf b/openhands-lm-7b-v0.1.i1-Q4_K_S.gguf new file mode 100644 index 0000000..184b2f6 --- /dev/null +++ b/openhands-lm-7b-v0.1.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0b7d39f53d225abc8ff1e4201bcd75bb044c21eb18369766d5dd636c9a56f67 +size 4457770368 diff --git a/openhands-lm-7b-v0.1.i1-Q5_K_M.gguf b/openhands-lm-7b-v0.1.i1-Q5_K_M.gguf new file mode 100644 index 0000000..1536c2d --- /dev/null +++ b/openhands-lm-7b-v0.1.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84711743975983429e35ee56be3864e05bcf1f786e0e27a0357052ce37b643c0 +size 5444832640 diff --git a/openhands-lm-7b-v0.1.i1-Q5_K_S.gguf b/openhands-lm-7b-v0.1.i1-Q5_K_S.gguf new file mode 100644 index 0000000..74427eb --- /dev/null +++ b/openhands-lm-7b-v0.1.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e5d1b9c697632625cc6ea0402bb568941db3868381e02dcad0ff93e607ff3e +size 5315177856 diff --git a/openhands-lm-7b-v0.1.i1-Q6_K.gguf b/openhands-lm-7b-v0.1.i1-Q6_K.gguf new file mode 100644 index 0000000..76eab5f --- /dev/null +++ b/openhands-lm-7b-v0.1.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b8629eaa7f3bf73740b53d580f7341fc41c158f40cdb6e51627c4a2e6c2bbce +size 6254200192