commit 8227f2ee853e7c1adfcaf834f631143292cd7bb1 Author: ModelHub XC Date: Sun Jun 28 15:07:18 2026 +0800 初始化项目,由ModelHub XC社区提供模型 Model: mradermacher/Rombos-LLM-V2.5-Qwen-7b-i1-GGUF Source: Original Platform diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f5629d6 --- /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 +Rombos-LLM-V2.5-Qwen-7b.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Rombos-LLM-V2.5-Qwen-7b.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Rombos-LLM-V2.5-Qwen-7b.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Rombos-LLM-V2.5-Qwen-7b.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Rombos-LLM-V2.5-Qwen-7b.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Rombos-LLM-V2.5-Qwen-7b.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Rombos-LLM-V2.5-Qwen-7b.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Rombos-LLM-V2.5-Qwen-7b.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Rombos-LLM-V2.5-Qwen-7b.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Rombos-LLM-V2.5-Qwen-7b.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Rombos-LLM-V2.5-Qwen-7b.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Rombos-LLM-V2.5-Qwen-7b.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Rombos-LLM-V2.5-Qwen-7b.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Rombos-LLM-V2.5-Qwen-7b.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Rombos-LLM-V2.5-Qwen-7b.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Rombos-LLM-V2.5-Qwen-7b.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Rombos-LLM-V2.5-Qwen-7b.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Rombos-LLM-V2.5-Qwen-7b.i1-Q4_0_4_4.gguf filter=lfs diff=lfs merge=lfs -text +Rombos-LLM-V2.5-Qwen-7b.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Rombos-LLM-V2.5-Qwen-7b.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Rombos-LLM-V2.5-Qwen-7b.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Rombos-LLM-V2.5-Qwen-7b.i1-Q4_0_4_8.gguf filter=lfs diff=lfs merge=lfs -text +Rombos-LLM-V2.5-Qwen-7b.i1-Q4_0_8_8.gguf filter=lfs diff=lfs merge=lfs -text +Rombos-LLM-V2.5-Qwen-7b.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..893e531 --- /dev/null +++ b/README.md @@ -0,0 +1,76 @@ +--- +base_model: rombodawg/Rombos-LLM-V2.5-Qwen-7b +language: +- en +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/rombodawg/Rombos-LLM-V2.5-Qwen-7b + + +static quants are available at https://huggingface.co/mradermacher/Rombos-LLM-V2.5-Qwen-7b-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/Rombos-LLM-V2.5-Qwen-7b-i1-GGUF/resolve/main/Rombos-LLM-V2.5-Qwen-7b.i1-IQ1_S.gguf) | i1-IQ1_S | 2.0 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Rombos-LLM-V2.5-Qwen-7b-i1-GGUF/resolve/main/Rombos-LLM-V2.5-Qwen-7b.i1-IQ1_M.gguf) | i1-IQ1_M | 2.1 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Rombos-LLM-V2.5-Qwen-7b-i1-GGUF/resolve/main/Rombos-LLM-V2.5-Qwen-7b.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/Rombos-LLM-V2.5-Qwen-7b-i1-GGUF/resolve/main/Rombos-LLM-V2.5-Qwen-7b.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.6 | | +| [GGUF](https://huggingface.co/mradermacher/Rombos-LLM-V2.5-Qwen-7b-i1-GGUF/resolve/main/Rombos-LLM-V2.5-Qwen-7b.i1-IQ2_S.gguf) | i1-IQ2_S | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/Rombos-LLM-V2.5-Qwen-7b-i1-GGUF/resolve/main/Rombos-LLM-V2.5-Qwen-7b.i1-IQ2_M.gguf) | i1-IQ2_M | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/Rombos-LLM-V2.5-Qwen-7b-i1-GGUF/resolve/main/Rombos-LLM-V2.5-Qwen-7b.i1-Q2_K.gguf) | i1-Q2_K | 3.1 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Rombos-LLM-V2.5-Qwen-7b-i1-GGUF/resolve/main/Rombos-LLM-V2.5-Qwen-7b.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.2 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Rombos-LLM-V2.5-Qwen-7b-i1-GGUF/resolve/main/Rombos-LLM-V2.5-Qwen-7b.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.4 | | +| [GGUF](https://huggingface.co/mradermacher/Rombos-LLM-V2.5-Qwen-7b-i1-GGUF/resolve/main/Rombos-LLM-V2.5-Qwen-7b.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.6 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Rombos-LLM-V2.5-Qwen-7b-i1-GGUF/resolve/main/Rombos-LLM-V2.5-Qwen-7b.i1-IQ3_S.gguf) | i1-IQ3_S | 3.6 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Rombos-LLM-V2.5-Qwen-7b-i1-GGUF/resolve/main/Rombos-LLM-V2.5-Qwen-7b.i1-IQ3_M.gguf) | i1-IQ3_M | 3.7 | | +| [GGUF](https://huggingface.co/mradermacher/Rombos-LLM-V2.5-Qwen-7b-i1-GGUF/resolve/main/Rombos-LLM-V2.5-Qwen-7b.i1-Q3_K_M.gguf) | i1-Q3_K_M | 3.9 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Rombos-LLM-V2.5-Qwen-7b-i1-GGUF/resolve/main/Rombos-LLM-V2.5-Qwen-7b.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.2 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Rombos-LLM-V2.5-Qwen-7b-i1-GGUF/resolve/main/Rombos-LLM-V2.5-Qwen-7b.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.3 | | +| [GGUF](https://huggingface.co/mradermacher/Rombos-LLM-V2.5-Qwen-7b-i1-GGUF/resolve/main/Rombos-LLM-V2.5-Qwen-7b.i1-Q4_0_4_4.gguf) | i1-Q4_0_4_4 | 4.5 | fast on arm, low quality | +| [GGUF](https://huggingface.co/mradermacher/Rombos-LLM-V2.5-Qwen-7b-i1-GGUF/resolve/main/Rombos-LLM-V2.5-Qwen-7b.i1-Q4_0_4_8.gguf) | i1-Q4_0_4_8 | 4.5 | fast on arm+i8mm, low quality | +| [GGUF](https://huggingface.co/mradermacher/Rombos-LLM-V2.5-Qwen-7b-i1-GGUF/resolve/main/Rombos-LLM-V2.5-Qwen-7b.i1-Q4_0_8_8.gguf) | i1-Q4_0_8_8 | 4.5 | fast on arm+sve, low quality | +| [GGUF](https://huggingface.co/mradermacher/Rombos-LLM-V2.5-Qwen-7b-i1-GGUF/resolve/main/Rombos-LLM-V2.5-Qwen-7b.i1-Q4_0.gguf) | i1-Q4_0 | 4.5 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Rombos-LLM-V2.5-Qwen-7b-i1-GGUF/resolve/main/Rombos-LLM-V2.5-Qwen-7b.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.6 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Rombos-LLM-V2.5-Qwen-7b-i1-GGUF/resolve/main/Rombos-LLM-V2.5-Qwen-7b.i1-Q4_K_M.gguf) | i1-Q4_K_M | 4.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Rombos-LLM-V2.5-Qwen-7b-i1-GGUF/resolve/main/Rombos-LLM-V2.5-Qwen-7b.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.4 | | +| [GGUF](https://huggingface.co/mradermacher/Rombos-LLM-V2.5-Qwen-7b-i1-GGUF/resolve/main/Rombos-LLM-V2.5-Qwen-7b.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.5 | | +| [GGUF](https://huggingface.co/mradermacher/Rombos-LLM-V2.5-Qwen-7b-i1-GGUF/resolve/main/Rombos-LLM-V2.5-Qwen-7b.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/Rombos-LLM-V2.5-Qwen-7b.i1-IQ1_M.gguf b/Rombos-LLM-V2.5-Qwen-7b.i1-IQ1_M.gguf new file mode 100644 index 0000000..898f1c7 --- /dev/null +++ b/Rombos-LLM-V2.5-Qwen-7b.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4950e3e6e4970af7d57562fb1b6d462afa9dae85f9de7f49f75f5d65f88d5d62 +size 2042196864 diff --git a/Rombos-LLM-V2.5-Qwen-7b.i1-IQ1_S.gguf b/Rombos-LLM-V2.5-Qwen-7b.i1-IQ1_S.gguf new file mode 100644 index 0000000..0dacf49 --- /dev/null +++ b/Rombos-LLM-V2.5-Qwen-7b.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac26ae9459ddee7018d55633a25be4816ba580e36e4f597f72d1bf00e47dbe42 +size 1903668096 diff --git a/Rombos-LLM-V2.5-Qwen-7b.i1-IQ2_M.gguf b/Rombos-LLM-V2.5-Qwen-7b.i1-IQ2_M.gguf new file mode 100644 index 0000000..21a1f7b --- /dev/null +++ b/Rombos-LLM-V2.5-Qwen-7b.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6933cb214d7618d51acd5c8e0d9ae782836b85eb3dee9b3fea34d477d5d53193 +size 2780343168 diff --git a/Rombos-LLM-V2.5-Qwen-7b.i1-IQ2_S.gguf b/Rombos-LLM-V2.5-Qwen-7b.i1-IQ2_S.gguf new file mode 100644 index 0000000..9df4882 --- /dev/null +++ b/Rombos-LLM-V2.5-Qwen-7b.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bda9a0e920fa97add9d7375a13d4c93d6343c0896776bf2080801bae050436a0 +size 2595638144 diff --git a/Rombos-LLM-V2.5-Qwen-7b.i1-IQ2_XS.gguf b/Rombos-LLM-V2.5-Qwen-7b.i1-IQ2_XS.gguf new file mode 100644 index 0000000..3083ef1 --- /dev/null +++ b/Rombos-LLM-V2.5-Qwen-7b.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1109d483110d603b3442e8192a702d4e08809a80904a252cb93ff50d00731701 +size 2469022592 diff --git a/Rombos-LLM-V2.5-Qwen-7b.i1-IQ2_XXS.gguf b/Rombos-LLM-V2.5-Qwen-7b.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..ee4bc04 --- /dev/null +++ b/Rombos-LLM-V2.5-Qwen-7b.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fda4a60d5b6490d52e23ada5a36287544af544631ba63e2c7957092cdf4a127e +size 2273078144 diff --git a/Rombos-LLM-V2.5-Qwen-7b.i1-IQ3_M.gguf b/Rombos-LLM-V2.5-Qwen-7b.i1-IQ3_M.gguf new file mode 100644 index 0000000..7fd5a51 --- /dev/null +++ b/Rombos-LLM-V2.5-Qwen-7b.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61d1aba39b2f012a4c40a0ebfa655fa2c25b48b78f66a7bae22e1ddd16a6d662 +size 3574012800 diff --git a/Rombos-LLM-V2.5-Qwen-7b.i1-IQ3_S.gguf b/Rombos-LLM-V2.5-Qwen-7b.i1-IQ3_S.gguf new file mode 100644 index 0000000..73fc77b --- /dev/null +++ b/Rombos-LLM-V2.5-Qwen-7b.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01dacbea3d34ace6f1580c1247f5c8e427718a497133bebbd7d951a839574255 +size 3499193216 diff --git a/Rombos-LLM-V2.5-Qwen-7b.i1-IQ3_XS.gguf b/Rombos-LLM-V2.5-Qwen-7b.i1-IQ3_XS.gguf new file mode 100644 index 0000000..022f9e5 --- /dev/null +++ b/Rombos-LLM-V2.5-Qwen-7b.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eeed5de21cbf2dbba8965e2f20cb7878ad40b93901c565b28864e548522cc76 +size 3346256768 diff --git a/Rombos-LLM-V2.5-Qwen-7b.i1-IQ3_XXS.gguf b/Rombos-LLM-V2.5-Qwen-7b.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..0d8d5d2 --- /dev/null +++ b/Rombos-LLM-V2.5-Qwen-7b.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec5e57eeb820414ca83f192e7def991883b1c703a13513ad0e558a6faaec8695 +size 3114515328 diff --git a/Rombos-LLM-V2.5-Qwen-7b.i1-IQ4_XS.gguf b/Rombos-LLM-V2.5-Qwen-7b.i1-IQ4_XS.gguf new file mode 100644 index 0000000..39ce0d6 --- /dev/null +++ b/Rombos-LLM-V2.5-Qwen-7b.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d663df114feb96bcdf23abfd0e60dc0e046526d4624fafa2f1e6945187df58e4 +size 4218473344 diff --git a/Rombos-LLM-V2.5-Qwen-7b.i1-Q2_K.gguf b/Rombos-LLM-V2.5-Qwen-7b.i1-Q2_K.gguf new file mode 100644 index 0000000..3075c82 --- /dev/null +++ b/Rombos-LLM-V2.5-Qwen-7b.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3cf9aaba57deb67c32f613830b40e4ad3f8af79cf4328f2784136771880c3d3 +size 3015940992 diff --git a/Rombos-LLM-V2.5-Qwen-7b.i1-Q3_K_L.gguf b/Rombos-LLM-V2.5-Qwen-7b.i1-Q3_K_L.gguf new file mode 100644 index 0000000..632728f --- /dev/null +++ b/Rombos-LLM-V2.5-Qwen-7b.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:345c461fbd4efbc63246136fe27f5eb0565d8ee5695357d40c25f4b0b00559e0 +size 4088460160 diff --git a/Rombos-LLM-V2.5-Qwen-7b.i1-Q3_K_M.gguf b/Rombos-LLM-V2.5-Qwen-7b.i1-Q3_K_M.gguf new file mode 100644 index 0000000..c19e744 --- /dev/null +++ b/Rombos-LLM-V2.5-Qwen-7b.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2a2c7be45b3c0e9d19d5a5116e7aa27abab20760dc30b8dbd046afeb8a35648 +size 3808392064 diff --git a/Rombos-LLM-V2.5-Qwen-7b.i1-Q3_K_S.gguf b/Rombos-LLM-V2.5-Qwen-7b.i1-Q3_K_S.gguf new file mode 100644 index 0000000..fc82fe2 --- /dev/null +++ b/Rombos-LLM-V2.5-Qwen-7b.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:948a5a0d21b262fb9a92bb701acb45202c9a173f66af6ea5252e90ab39fc6897 +size 3492369280 diff --git a/Rombos-LLM-V2.5-Qwen-7b.i1-Q4_0.gguf b/Rombos-LLM-V2.5-Qwen-7b.i1-Q4_0.gguf new file mode 100644 index 0000000..e64dd51 --- /dev/null +++ b/Rombos-LLM-V2.5-Qwen-7b.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07971fe0ec6b629bd00da50ad91f095aebbe61a540b9d2a5c699d50bce783809 +size 4444121984 diff --git a/Rombos-LLM-V2.5-Qwen-7b.i1-Q4_0_4_4.gguf b/Rombos-LLM-V2.5-Qwen-7b.i1-Q4_0_4_4.gguf new file mode 100644 index 0000000..9631296 --- /dev/null +++ b/Rombos-LLM-V2.5-Qwen-7b.i1-Q4_0_4_4.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8c68d2d731fa0d90e27fb7bd1734a72b301b4328317613f108506f8b7b053fd +size 4431391616 diff --git a/Rombos-LLM-V2.5-Qwen-7b.i1-Q4_0_4_8.gguf b/Rombos-LLM-V2.5-Qwen-7b.i1-Q4_0_4_8.gguf new file mode 100644 index 0000000..caef3f7 --- /dev/null +++ b/Rombos-LLM-V2.5-Qwen-7b.i1-Q4_0_4_8.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be52c38f7a19e921ba24f1bd57a3a51731cce553cc6ba170e5a31c8ea2e2ee27 +size 4431391616 diff --git a/Rombos-LLM-V2.5-Qwen-7b.i1-Q4_0_8_8.gguf b/Rombos-LLM-V2.5-Qwen-7b.i1-Q4_0_8_8.gguf new file mode 100644 index 0000000..df2f7a9 --- /dev/null +++ b/Rombos-LLM-V2.5-Qwen-7b.i1-Q4_0_8_8.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd86ff5b328ac932236d540356a9224a30b9ebcb47472f5e669c7530953afc8c +size 4431391616 diff --git a/Rombos-LLM-V2.5-Qwen-7b.i1-Q4_K_M.gguf b/Rombos-LLM-V2.5-Qwen-7b.i1-Q4_K_M.gguf new file mode 100644 index 0000000..549d24f --- /dev/null +++ b/Rombos-LLM-V2.5-Qwen-7b.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:068328c7dcab2f1bc0fe85448649cd4066eb3dd2350e781b13c13b17a1b4e9a7 +size 4683074432 diff --git a/Rombos-LLM-V2.5-Qwen-7b.i1-Q4_K_S.gguf b/Rombos-LLM-V2.5-Qwen-7b.i1-Q4_K_S.gguf new file mode 100644 index 0000000..6830032 --- /dev/null +++ b/Rombos-LLM-V2.5-Qwen-7b.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:549528d8ed4fdaa62a8b78faaaf300bab775c041030005f9a9b437878ad25534 +size 4457769856 diff --git a/Rombos-LLM-V2.5-Qwen-7b.i1-Q5_K_M.gguf b/Rombos-LLM-V2.5-Qwen-7b.i1-Q5_K_M.gguf new file mode 100644 index 0000000..5f7ae2d --- /dev/null +++ b/Rombos-LLM-V2.5-Qwen-7b.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14cec2743386f66e784808996f586c83035a33d1ce762ee5117eb327d75e959a +size 5444832128 diff --git a/Rombos-LLM-V2.5-Qwen-7b.i1-Q5_K_S.gguf b/Rombos-LLM-V2.5-Qwen-7b.i1-Q5_K_S.gguf new file mode 100644 index 0000000..bde8a0d --- /dev/null +++ b/Rombos-LLM-V2.5-Qwen-7b.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a95f45d1d1daff93fe8532b61b36ada63bbd9998fac232780b0fced905d5ec1e +size 5315177344 diff --git a/Rombos-LLM-V2.5-Qwen-7b.i1-Q6_K.gguf b/Rombos-LLM-V2.5-Qwen-7b.i1-Q6_K.gguf new file mode 100644 index 0000000..723b474 --- /dev/null +++ b/Rombos-LLM-V2.5-Qwen-7b.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11cd217fbad5cc01cf60af8d71657c2c6d168508bebaaa4c66471552062ff6c9 +size 6254199680 diff --git a/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..6feaca4 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:957cdd1fccf13f94f8133f609cdd2b8a50f614c54be8b0328a0ed0375ffc9250 +size 4536665