morriszms commited on
Commit
3eeb1e5
·
verified ·
1 Parent(s): 9bf54e7

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,15 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ Rombos-LLM-V2.5-Qwen-32b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Rombos-LLM-V2.5-Qwen-32b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Rombos-LLM-V2.5-Qwen-32b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Rombos-LLM-V2.5-Qwen-32b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Rombos-LLM-V2.5-Qwen-32b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Rombos-LLM-V2.5-Qwen-32b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Rombos-LLM-V2.5-Qwen-32b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Rombos-LLM-V2.5-Qwen-32b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Rombos-LLM-V2.5-Qwen-32b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Rombos-LLM-V2.5-Qwen-32b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Rombos-LLM-V2.5-Qwen-32b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Rombos-LLM-V2.5-Qwen-32b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ base_model: rombodawg/Rombos-LLM-V2.5-Qwen-32b
4
+ license: apache-2.0
5
+ tags:
6
+ - TensorBlock
7
+ - GGUF
8
+ ---
9
+
10
+ <div style="width: auto; margin-left: auto; margin-right: auto">
11
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
12
+ </div>
13
+ <div style="display: flex; justify-content: space-between; width: 100%;">
14
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
15
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
16
+ Feedback and support: TensorBlock's <a href="https://x.com/tensorblock_aoi">Twitter/X</a>, <a href="https://t.me/TensorBlock">Telegram Group</a> and <a href="https://x.com/tensorblock_aoi">Discord server</a>
17
+ </p>
18
+ </div>
19
+ </div>
20
+
21
+ ## rombodawg/Rombos-LLM-V2.5-Qwen-32b - GGUF
22
+
23
+ This repo contains GGUF format model files for [rombodawg/Rombos-LLM-V2.5-Qwen-32b](https://huggingface.co/rombodawg/Rombos-LLM-V2.5-Qwen-32b).
24
+
25
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
26
+
27
+ <div style="text-align: left; margin: 20px 0;">
28
+ <a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
29
+ Run them on the TensorBlock client using your local machine ↗
30
+ </a>
31
+ </div>
32
+
33
+ ## Prompt template
34
+
35
+ ```
36
+ <|im_start|>system
37
+ {system_prompt}<|im_end|>
38
+ <|im_start|>user
39
+ {prompt}<|im_end|>
40
+ <|im_start|>assistant
41
+ ```
42
+
43
+ ## Model file specification
44
+
45
+ | Filename | Quant type | File Size | Description |
46
+ | -------- | ---------- | --------- | ----------- |
47
+ | [Rombos-LLM-V2.5-Qwen-32b-Q2_K.gguf](https://huggingface.co/tensorblock/Rombos-LLM-V2.5-Qwen-32b-GGUF/blob/main/Rombos-LLM-V2.5-Qwen-32b-Q2_K.gguf) | Q2_K | 12.313 GB | smallest, significant quality loss - not recommended for most purposes |
48
+ | [Rombos-LLM-V2.5-Qwen-32b-Q3_K_S.gguf](https://huggingface.co/tensorblock/Rombos-LLM-V2.5-Qwen-32b-GGUF/blob/main/Rombos-LLM-V2.5-Qwen-32b-Q3_K_S.gguf) | Q3_K_S | 14.392 GB | very small, high quality loss |
49
+ | [Rombos-LLM-V2.5-Qwen-32b-Q3_K_M.gguf](https://huggingface.co/tensorblock/Rombos-LLM-V2.5-Qwen-32b-GGUF/blob/main/Rombos-LLM-V2.5-Qwen-32b-Q3_K_M.gguf) | Q3_K_M | 15.935 GB | very small, high quality loss |
50
+ | [Rombos-LLM-V2.5-Qwen-32b-Q3_K_L.gguf](https://huggingface.co/tensorblock/Rombos-LLM-V2.5-Qwen-32b-GGUF/blob/main/Rombos-LLM-V2.5-Qwen-32b-Q3_K_L.gguf) | Q3_K_L | 17.247 GB | small, substantial quality loss |
51
+ | [Rombos-LLM-V2.5-Qwen-32b-Q4_0.gguf](https://huggingface.co/tensorblock/Rombos-LLM-V2.5-Qwen-32b-GGUF/blob/main/Rombos-LLM-V2.5-Qwen-32b-Q4_0.gguf) | Q4_0 | 18.640 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
52
+ | [Rombos-LLM-V2.5-Qwen-32b-Q4_K_S.gguf](https://huggingface.co/tensorblock/Rombos-LLM-V2.5-Qwen-32b-GGUF/blob/main/Rombos-LLM-V2.5-Qwen-32b-Q4_K_S.gguf) | Q4_K_S | 18.784 GB | small, greater quality loss |
53
+ | [Rombos-LLM-V2.5-Qwen-32b-Q4_K_M.gguf](https://huggingface.co/tensorblock/Rombos-LLM-V2.5-Qwen-32b-GGUF/blob/main/Rombos-LLM-V2.5-Qwen-32b-Q4_K_M.gguf) | Q4_K_M | 19.851 GB | medium, balanced quality - recommended |
54
+ | [Rombos-LLM-V2.5-Qwen-32b-Q5_0.gguf](https://huggingface.co/tensorblock/Rombos-LLM-V2.5-Qwen-32b-GGUF/blob/main/Rombos-LLM-V2.5-Qwen-32b-Q5_0.gguf) | Q5_0 | 22.638 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
55
+ | [Rombos-LLM-V2.5-Qwen-32b-Q5_K_S.gguf](https://huggingface.co/tensorblock/Rombos-LLM-V2.5-Qwen-32b-GGUF/blob/main/Rombos-LLM-V2.5-Qwen-32b-Q5_K_S.gguf) | Q5_K_S | 22.638 GB | large, low quality loss - recommended |
56
+ | [Rombos-LLM-V2.5-Qwen-32b-Q5_K_M.gguf](https://huggingface.co/tensorblock/Rombos-LLM-V2.5-Qwen-32b-GGUF/blob/main/Rombos-LLM-V2.5-Qwen-32b-Q5_K_M.gguf) | Q5_K_M | 23.262 GB | large, very low quality loss - recommended |
57
+ | [Rombos-LLM-V2.5-Qwen-32b-Q6_K.gguf](https://huggingface.co/tensorblock/Rombos-LLM-V2.5-Qwen-32b-GGUF/blob/main/Rombos-LLM-V2.5-Qwen-32b-Q6_K.gguf) | Q6_K | 26.886 GB | very large, extremely low quality loss |
58
+ | [Rombos-LLM-V2.5-Qwen-32b-Q8_0.gguf](https://huggingface.co/tensorblock/Rombos-LLM-V2.5-Qwen-32b-GGUF/blob/main/Rombos-LLM-V2.5-Qwen-32b-Q8_0.gguf) | Q8_0 | 34.821 GB | very large, extremely low quality loss - not recommended |
59
+
60
+
61
+ ## Downloading instruction
62
+
63
+ ### Command line
64
+
65
+ Firstly, install Huggingface Client
66
+
67
+ ```shell
68
+ pip install -U "huggingface_hub[cli]"
69
+ ```
70
+
71
+ Then, downoad the individual model file the a local directory
72
+
73
+ ```shell
74
+ huggingface-cli download tensorblock/Rombos-LLM-V2.5-Qwen-32b-GGUF --include "Rombos-LLM-V2.5-Qwen-32b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
75
+ ```
76
+
77
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
78
+
79
+ ```shell
80
+ huggingface-cli download tensorblock/Rombos-LLM-V2.5-Qwen-32b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
81
+ ```
Rombos-LLM-V2.5-Qwen-32b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3ccc9aa25e48540072287cae1780d079d161afee895ed88612467b5460dec09
3
+ size 12313098624
Rombos-LLM-V2.5-Qwen-32b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:713251ad838cbada656e616737f6a0c440e4631698b693ba555b8b8dfde2f892
3
+ size 17247078784
Rombos-LLM-V2.5-Qwen-32b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64b397a1c138f4e1776541909a14dff0f9f0d69a16382023c8c1bb7c008db6d0
3
+ size 15935048064
Rombos-LLM-V2.5-Qwen-32b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cff5a9c46a008bf898b8879bc7b02cb89ec03a44201905e55d5f91031d3f4010
3
+ size 14392330624
Rombos-LLM-V2.5-Qwen-32b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24089e7a1a5e0355c502a8af0039f9fb6dee611cf7b71778687e5aa6dbe9a67c
3
+ size 18640230784
Rombos-LLM-V2.5-Qwen-32b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:def0c250d2344c20b69457e3ae2b016329402e4fb1372f11c208100e102a4c1c
3
+ size 19851336064
Rombos-LLM-V2.5-Qwen-32b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:645a51a02e5e01a76420ad46caa6841f05cd23de4adc1ba27162732cf33dfc5e
3
+ size 18784409984
Rombos-LLM-V2.5-Qwen-32b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2bd1268678fffbf2e410d157d7ae0d911b584dce00878419c6655d3677a5a5e
3
+ size 22638254464
Rombos-LLM-V2.5-Qwen-32b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a026c193ba1bc21e568a7d64082c4ac6301efa04e6140bf8501b719566afc6c
3
+ size 23262157184
Rombos-LLM-V2.5-Qwen-32b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80f50b8d79a3066acff8765bdf4b8f412c8efb267106b9e2819a5b13a9dab214
3
+ size 22638254464
Rombos-LLM-V2.5-Qwen-32b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e59fac0a435ae885b4808347172f152d52c25abe9c39ec2035228efc91a7934
3
+ size 26886154624
Rombos-LLM-V2.5-Qwen-32b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d84f27e878c075fc717146c5928eaf66c3f719f2a8c4763656a6789f30cf4c73
3
+ size 34820884864