bartowski commited on
Commit
2c21682
1 Parent(s): 653ed48

Llamacpp quants

Browse files
.gitattributes CHANGED
@@ -33,3 +33,25 @@ 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
+ Tess-v2.5.2-Qwen2-72B-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Tess-v2.5.2-Qwen2-72B-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Tess-v2.5.2-Qwen2-72B-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Tess-v2.5.2-Qwen2-72B-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Tess-v2.5.2-Qwen2-72B-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Tess-v2.5.2-Qwen2-72B-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Tess-v2.5.2-Qwen2-72B-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Tess-v2.5.2-Qwen2-72B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Tess-v2.5.2-Qwen2-72B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Tess-v2.5.2-Qwen2-72B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Tess-v2.5.2-Qwen2-72B-Q4_K_M.gguf/Tess-v2.5.2-Qwen2-72B-Q4_K_M-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Tess-v2.5.2-Qwen2-72B-Q4_K_M.gguf/Tess-v2.5.2-Qwen2-72B-Q4_K_M-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
48
+ Tess-v2.5.2-Qwen2-72B-Q5_K_M.gguf/Tess-v2.5.2-Qwen2-72B-Q5_K_M-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
49
+ Tess-v2.5.2-Qwen2-72B-Q5_K_M.gguf/Tess-v2.5.2-Qwen2-72B-Q5_K_M-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
50
+ Tess-v2.5.2-Qwen2-72B-Q8_0.gguf/Tess-v2.5.2-Qwen2-72B-Q8_0-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
51
+ Tess-v2.5.2-Qwen2-72B-Q8_0.gguf/Tess-v2.5.2-Qwen2-72B-Q8_0-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
52
+ Tess-v2.5.2-Qwen2-72B-f16.gguf/Tess-v2.5.2-Qwen2-72B-f16-00001-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
53
+ Tess-v2.5.2-Qwen2-72B-f16.gguf/Tess-v2.5.2-Qwen2-72B-f16-00002-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
54
+ Tess-v2.5.2-Qwen2-72B-f16.gguf/Tess-v2.5.2-Qwen2-72B-f16-00003-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
55
+ Tess-v2.5.2-Qwen2-72B-f16.gguf/Tess-v2.5.2-Qwen2-72B-f16-00004-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
56
+ Tess-v2.5.2-Qwen2-72B-f32.gguf filter=lfs diff=lfs merge=lfs -text
57
+ Tess-v2.5.2-Qwen2-72B.imatrix filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: qwen2
4
+ license_link: https://huggingface.co/Qwen/Qwen2-72B/blob/main/LICENSE
5
+ quantized_by: bartowski
6
+ pipeline_tag: text-generation
7
+ ---
8
+
9
+ ## Llamacpp imatrix Quantizations of Tess-v2.5.2-Qwen2-72B
10
+
11
+ Using <a href="https://github.com/ggerganov/llama.cpp/">llama.cpp</a> release <a href="https://github.com/ggerganov/llama.cpp/releases/tag/b3145">b3145</a> for quantization.
12
+
13
+ Original model: https://huggingface.co/migtissera/Tess-v2.5.2-Qwen2-72B
14
+
15
+ All quants made using imatrix option with dataset from [here](https://gist.github.com/bartowski1182/eb213dccb3571f863da82e99418f81e8)
16
+
17
+ ## Prompt format
18
+
19
+ ```
20
+ <|im_start|>system
21
+ {system_prompt}<|im_end|>
22
+ <|im_start|>user
23
+ {prompt}<|im_end|>
24
+ <|im_start|>assistant
25
+
26
+ ```
27
+
28
+ ## Download a file (not the whole branch) from below:
29
+
30
+ | Filename | Quant type | File Size | Description |
31
+ | -------- | ---------- | --------- | ----------- |
32
+ | [Tess-v2.5.2-Qwen2-72B-Q8_0.gguf](https://huggingface.co/bartowski/Tess-v2.5.2-Qwen2-72B-GGUF/tree/main/Tess-v2.5.2-Qwen2-72B-Q8_0.gguf) | Q8_0 | 79.59GB | Extremely high quality, generally unneeded but max available quant. |
33
+ | [Tess-v2.5.2-Qwen2-72B-Q5_K_M.gguf](https://huggingface.co/bartowski/Tess-v2.5.2-Qwen2-72B-GGUF/tree/main/Tess-v2.5.2-Qwen2-72B-Q5_K_M.gguf) | Q5_K_M | 57.55GB | High quality, *recommended*. |
34
+ | [Tess-v2.5.2-Qwen2-72B-Q4_K_M.gguf](https://huggingface.co/bartowski/Tess-v2.5.2-Qwen2-72B-GGUF/tree/main/Tess-v2.5.2-Qwen2-72B-Q4_K_M.gguf) | Q4_K_M | 50.67GB | Good quality, uses about 4.83 bits per weight, *recommended*. |
35
+ | [Tess-v2.5.2-Qwen2-72B-IQ4_XS.gguf](https://huggingface.co/bartowski/Tess-v2.5.2-Qwen2-72B-GGUF/blob/main/Tess-v2.5.2-Qwen2-72B-IQ4_XS.gguf) | IQ4_XS | 43.00GB | Decent quality, smaller than Q4_K_S with similar performance, *recommended*. |
36
+ | [Tess-v2.5.2-Qwen2-72B-Q3_K_M.gguf](https://huggingface.co/bartowski/Tess-v2.5.2-Qwen2-72B-GGUF/blob/main/Tess-v2.5.2-Qwen2-72B-Q3_K_M.gguf) | Q3_K_M | 41.12GB | Even lower quality. |
37
+ | [Tess-v2.5.2-Qwen2-72B-IQ3_M.gguf](https://huggingface.co/bartowski/Tess-v2.5.2-Qwen2-72B-GGUF/blob/main/Tess-v2.5.2-Qwen2-72B-IQ3_M.gguf) | IQ3_M | 38.92GB | Medium-low quality, new method with decent performance comparable to Q3_K_M. |
38
+ | [Tess-v2.5.2-Qwen2-72B-Q3_K_S.gguf](https://huggingface.co/bartowski/Tess-v2.5.2-Qwen2-72B-GGUF/blob/main/Tess-v2.5.2-Qwen2-72B-Q3_K_S.gguf) | Q3_K_S | 37.91GB | Low quality, not recommended. |
39
+ | [Tess-v2.5.2-Qwen2-72B-IQ3_XXS.gguf](https://huggingface.co/bartowski/Tess-v2.5.2-Qwen2-72B-GGUF/blob/main/Tess-v2.5.2-Qwen2-72B-IQ3_XXS.gguf) | IQ3_XXS | 35.43GB | Lower quality, new method with decent performance, comparable to Q3 quants. |
40
+ | [Tess-v2.5.2-Qwen2-72B-Q2_K.gguf](https://huggingface.co/bartowski/Tess-v2.5.2-Qwen2-72B-GGUF/blob/main/Tess-v2.5.2-Qwen2-72B-Q2_K.gguf) | Q2_K | 33.36GB | Very low quality but surprisingly usable. |
41
+ | [Tess-v2.5.2-Qwen2-72B-IQ2_M.gguf](https://huggingface.co/bartowski/Tess-v2.5.2-Qwen2-72B-GGUF/blob/main/Tess-v2.5.2-Qwen2-72B-IQ2_M.gguf) | IQ2_M | 32.93GB | Very low quality, uses SOTA techniques to also be surprisingly usable. |
42
+ | [Tess-v2.5.2-Qwen2-72B-IQ2_XS.gguf](https://huggingface.co/bartowski/Tess-v2.5.2-Qwen2-72B-GGUF/blob/main/Tess-v2.5.2-Qwen2-72B-IQ2_XS.gguf) | IQ2_XS | 30.77GB | Lower quality, uses SOTA techniques to be usable. |
43
+ | [Tess-v2.5.2-Qwen2-72B-IQ2_XXS.gguf](https://huggingface.co/bartowski/Tess-v2.5.2-Qwen2-72B-GGUF/blob/main/Tess-v2.5.2-Qwen2-72B-IQ2_XXS.gguf) | IQ2_XXS | 29.20GB | Lower quality, uses SOTA techniques to be usable. |
44
+ | [Tess-v2.5.2-Qwen2-72B-IQ1_M.gguf](https://huggingface.co/bartowski/Tess-v2.5.2-Qwen2-72B-GGUF/blob/main/Tess-v2.5.2-Qwen2-72B-IQ1_M.gguf) | IQ1_M | 27.45GB | Extremely low quality, *not* recommended. |
45
+
46
+ ## Downloading using huggingface-cli
47
+
48
+ First, make sure you have hugginface-cli installed:
49
+
50
+ ```
51
+ pip install -U "huggingface_hub[cli]"
52
+ ```
53
+
54
+ Then, you can target the specific file you want:
55
+
56
+ ```
57
+ huggingface-cli download bartowski/Tess-v2.5.2-Qwen2-72B-GGUF --include "Tess-v2.5.2-Qwen2-72B-Q4_K_M.gguf" --local-dir ./
58
+ ```
59
+
60
+ If the model is bigger than 50GB, it will have been split into multiple files. In order to download them all to a local folder, run:
61
+
62
+ ```
63
+ huggingface-cli download bartowski/Tess-v2.5.2-Qwen2-72B-GGUF --include "Tess-v2.5.2-Qwen2-72B-Q8_0.gguf/*" --local-dir Tess-v2.5.2-Qwen2-72B-Q8_0
64
+ ```
65
+
66
+ You can either specify a new local-dir (Tess-v2.5.2-Qwen2-72B-Q8_0) or download them all in place (./)
67
+
68
+ ## Which file should I choose?
69
+
70
+ A great write up with charts showing various performances is provided by Artefact2 [here](https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9)
71
+
72
+ The first thing to figure out is how big a model you can run. To do this, you'll need to figure out how much RAM and/or VRAM you have.
73
+
74
+ If you want your model running as FAST as possible, you'll want to fit the whole thing on your GPU's VRAM. Aim for a quant with a file size 1-2GB smaller than your GPU's total VRAM.
75
+
76
+ If you want the absolute maximum quality, add both your system RAM and your GPU's VRAM together, then similarly grab a quant with a file size 1-2GB Smaller than that total.
77
+
78
+ Next, you'll need to decide if you want to use an 'I-quant' or a 'K-quant'.
79
+
80
+ If you don't want to think too much, grab one of the K-quants. These are in format 'QX_K_X', like Q5_K_M.
81
+
82
+ If you want to get more into the weeds, you can check out this extremely useful feature chart:
83
+
84
+ [llama.cpp feature matrix](https://github.com/ggerganov/llama.cpp/wiki/Feature-matrix)
85
+
86
+ But basically, if you're aiming for below Q4, and you're running cuBLAS (Nvidia) or rocBLAS (AMD), you should look towards the I-quants. These are in format IQX_X, like IQ3_M. These are newer and offer better performance for their size.
87
+
88
+ These I-quants can also be used on CPU and Apple Metal, but will be slower than their K-quant equivalent, so speed vs performance is a tradeoff you'll have to decide.
89
+
90
+ The I-quants are *not* compatible with Vulcan, which is also AMD, so if you have an AMD card double check if you're using the rocBLAS build or the Vulcan build. At the time of writing this, LM Studio has a preview with ROCm support, and other inference engines have specific builds for ROCm.
91
+
92
+ Want to support my work? Visit my ko-fi page here: https://ko-fi.com/bartowski
Tess-v2.5.2-Qwen2-72B-IQ1_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc5d336f97d0e3b6b2e844faeca87a22344ed4424c50d502a817ce462b531978
3
+ size 27457870496
Tess-v2.5.2-Qwen2-72B-IQ2_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e93354ee9dfb9d8b89ab57d7f0362764f27e54f317994f8ee9f0495d4096fb3
3
+ size 32930126496
Tess-v2.5.2-Qwen2-72B-IQ2_XS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9bc08da652c4fad617bbfa2ed3014670d5b0ee732ef6c6ce1710c947370fe26
3
+ size 30775302816
Tess-v2.5.2-Qwen2-72B-IQ2_XXS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89f62b494dfddb611850abbbfbe56a87f14814c7eeeed34d200d91b5fe8312dd
3
+ size 29207681696
Tess-v2.5.2-Qwen2-72B-IQ3_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7157e7c28cbdd5b2457c62a735614dc0305b11adfdb89c0af1c2fab0fd92eea
3
+ size 38929291936
Tess-v2.5.2-Qwen2-72B-IQ3_XXS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75d8b83873f35e9610876a16c7463072163e9126e7e92ffc49cd752a61e2c6b2
3
+ size 35436223136
Tess-v2.5.2-Qwen2-72B-IQ4_XS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acd197c51b2b9e562e9ce40ced626bf91767a08eba50651ce074334a58e9d7cc
3
+ size 43008252576
Tess-v2.5.2-Qwen2-72B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9107e1bf3cd0e4fd5362e132cccbbe9d319d2c37372287d0742a30434397fbe
3
+ size 33363974816
Tess-v2.5.2-Qwen2-72B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d35e1ddfe590032e6f9b60da33a6e4a6f9bdca0ebfe7f4d4980ba40c267e2f18
3
+ size 41124420256
Tess-v2.5.2-Qwen2-72B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e610d7126fed54f32681b5580aac5415d02e11dafdfe77d051d357ba80a3e5f3
3
+ size 37913483936
Tess-v2.5.2-Qwen2-72B-Q4_K_M.gguf/Tess-v2.5.2-Qwen2-72B-Q4_K_M-00001-of-00002.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50c78ca48b08fbd23227f64cc792bcf991f52ab2007ff39fbc1b100abec23434
3
+ size 39952914112
Tess-v2.5.2-Qwen2-72B-Q4_K_M.gguf/Tess-v2.5.2-Qwen2-72B-Q4_K_M-00002-of-00002.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33720d0c9df327f84883a1c981cb874e016749277452e7932ad4af571dbd7402
3
+ size 10723050688
Tess-v2.5.2-Qwen2-72B-Q5_K_M.gguf/Tess-v2.5.2-Qwen2-72B-Q5_K_M-00001-of-00002.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f3b297a6a469700ba5eb01a2bd439f82a52d2551644e8d402aa1fe98e8c0294
3
+ size 39951294080
Tess-v2.5.2-Qwen2-72B-Q5_K_M.gguf/Tess-v2.5.2-Qwen2-72B-Q5_K_M-00002-of-00002.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73140f7490a11af8742ea48db582cd19de19b7146eddfa847e369f2b77876067
3
+ size 17600707808
Tess-v2.5.2-Qwen2-72B-Q8_0.gguf/Tess-v2.5.2-Qwen2-72B-Q8_0-00001-of-00002.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebe79600bdaf32f61120ba42f1ec751c48640780fac96341d6f4a4d6a815f44b
3
+ size 39962579104
Tess-v2.5.2-Qwen2-72B-Q8_0.gguf/Tess-v2.5.2-Qwen2-72B-Q8_0-00002-of-00002.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c5b669f7b790a2c51e06935aa8d403bc50e1e1b8bc07ec1a5e87a0576c3ee32
3
+ size 39635733216
Tess-v2.5.2-Qwen2-72B-f16.gguf/Tess-v2.5.2-Qwen2-72B-f16-00001-of-00004.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f56c8f6c424d58c569563a8159329a3ed13735cf1f440666ac8abdf372369949
3
+ size 39663271040
Tess-v2.5.2-Qwen2-72B-f16.gguf/Tess-v2.5.2-Qwen2-72B-f16-00002-of-00004.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51ba12374176af158ffdc56c4082fe19e2a38c8cec8d10436b8038f98aba9419
3
+ size 39588199456
Tess-v2.5.2-Qwen2-72B-f16.gguf/Tess-v2.5.2-Qwen2-72B-f16-00003-of-00004.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a73c031a6603a1b45ab35797dcab60199af9e9823df57060a0bc042e85c3015
3
+ size 39890296320
Tess-v2.5.2-Qwen2-72B-f16.gguf/Tess-v2.5.2-Qwen2-72B-f16-00004-of-00004.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f631f0bf1c5921b0d20013526175c519e521375bda1a31dabb1f3ad84e5f7a1c
3
+ size 26280903872
Tess-v2.5.2-Qwen2-72B-f32.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e597080f7e3bc5b75f13e2c4e56adae1d846f72f17b004e159be21a6522332ad
3
+ size 9103579552
Tess-v2.5.2-Qwen2-72B.imatrix ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:201a5625c1407d2380c74842072a66b322deded30a6dd3ddeef59548d7b23b25
3
+ size 25209019