bartowski commited on
Commit
9ad08c9
1 Parent(s): 72c3768

Llamacpp quants

Browse files
.gitattributes CHANGED
@@ -33,3 +33,22 @@ 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-Qwen2-72B-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Tess-v2.5-Qwen2-72B-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Tess-v2.5-Qwen2-72B-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Tess-v2.5-Qwen2-72B-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Tess-v2.5-Qwen2-72B-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Tess-v2.5-Qwen2-72B-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Tess-v2.5-Qwen2-72B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Tess-v2.5-Qwen2-72B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Tess-v2.5-Qwen2-72B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Tess-v2.5-Qwen2-72B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Tess-v2.5-Qwen2-72B-Q5_K_M.gguf/Tess-v2.5-Qwen2-72B-Q5_K_M-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Tess-v2.5-Qwen2-72B-Q5_K_M.gguf/Tess-v2.5-Qwen2-72B-Q5_K_M-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
48
+ Tess-v2.5-Qwen2-72B-Q8_0.gguf/Tess-v2.5-Qwen2-72B-Q8_0-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
49
+ Tess-v2.5-Qwen2-72B-Q8_0.gguf/Tess-v2.5-Qwen2-72B-Q8_0-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
50
+ Tess-v2.5-Qwen2-72B-f16.gguf/Tess-v2.5-Qwen2-72B-f16-00001-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
51
+ Tess-v2.5-Qwen2-72B-f16.gguf/Tess-v2.5-Qwen2-72B-f16-00002-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
52
+ Tess-v2.5-Qwen2-72B-f16.gguf/Tess-v2.5-Qwen2-72B-f16-00003-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
53
+ Tess-v2.5-Qwen2-72B-f16.gguf/Tess-v2.5-Qwen2-72B-f16-00004-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
54
+ Tess-v2.5-Qwen2-72B.imatrix filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-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/b3140">b3140</a> for quantization.
12
+
13
+ Original model: https://huggingface.co/migtissera/Tess-v2.5-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-Qwen2-72B-Q8_0.gguf](https://huggingface.co/bartowski/Tess-v2.5-Qwen2-72B-GGUF/tree/main/Tess-v2.5-Qwen2-72B-Q8_0.gguf) | Q8_0 | 77.26GB | Extremely high quality, generally unneeded but max available quant. |
33
+ | [Tess-v2.5-Qwen2-72B-Q5_K_M.gguf](https://huggingface.co/bartowski/Tess-v2.5-Qwen2-72B-GGUF/tree/main/Tess-v2.5-Qwen2-72B-Q5_K_M.gguf) | Q5_K_M | 54.44GB | High quality, *recommended*. |
34
+ | [Tess-v2.5-Qwen2-72B-Q4_K_M.gguf](https://huggingface.co/bartowski/Tess-v2.5-Qwen2-72B-GGUF/blob/main/Tess-v2.5-Qwen2-72B-Q4_K_M.gguf) | Q4_K_M | 47.41GB | Good quality, uses about 4.83 bits per weight, *recommended*. |
35
+ | [Tess-v2.5-Qwen2-72B-IQ4_XS.gguf](https://huggingface.co/bartowski/Tess-v2.5-Qwen2-72B-GGUF/blob/main/Tess-v2.5-Qwen2-72B-IQ4_XS.gguf) | IQ4_XS | 39.70GB | Decent quality, smaller than Q4_K_S with similar performance, *recommended*. |
36
+ | [Tess-v2.5-Qwen2-72B-Q3_K_M.gguf](https://huggingface.co/bartowski/Tess-v2.5-Qwen2-72B-GGUF/blob/main/Tess-v2.5-Qwen2-72B-Q3_K_M.gguf) | Q3_K_M | 37.69GB | Even lower quality. |
37
+ | [Tess-v2.5-Qwen2-72B-IQ3_M.gguf](https://huggingface.co/bartowski/Tess-v2.5-Qwen2-72B-GGUF/blob/main/Tess-v2.5-Qwen2-72B-IQ3_M.gguf) | IQ3_M | 35.50GB | Medium-low quality, new method with decent performance comparable to Q3_K_M. |
38
+ | [Tess-v2.5-Qwen2-72B-Q3_K_S.gguf](https://huggingface.co/bartowski/Tess-v2.5-Qwen2-72B-GGUF/blob/main/Tess-v2.5-Qwen2-72B-Q3_K_S.gguf) | Q3_K_S | 34.48GB | Low quality, not recommended. |
39
+ | [Tess-v2.5-Qwen2-72B-IQ3_XXS.gguf](https://huggingface.co/bartowski/Tess-v2.5-Qwen2-72B-GGUF/blob/main/Tess-v2.5-Qwen2-72B-IQ3_XXS.gguf) | IQ3_XXS | 31.84GB | Lower quality, new method with decent performance, comparable to Q3 quants. |
40
+ | [Tess-v2.5-Qwen2-72B-Q2_K.gguf](https://huggingface.co/bartowski/Tess-v2.5-Qwen2-72B-GGUF/blob/main/Tess-v2.5-Qwen2-72B-Q2_K.gguf) | Q2_K | 29.81GB | Very low quality but surprisingly usable. |
41
+ | [Tess-v2.5-Qwen2-72B-IQ2_M.gguf](https://huggingface.co/bartowski/Tess-v2.5-Qwen2-72B-GGUF/blob/main/Tess-v2.5-Qwen2-72B-IQ2_M.gguf) | IQ2_M | 29.33GB | Very low quality, uses SOTA techniques to also be surprisingly usable. |
42
+ | [Tess-v2.5-Qwen2-72B-IQ2_XXS.gguf](https://huggingface.co/bartowski/Tess-v2.5-Qwen2-72B-GGUF/blob/main/Tess-v2.5-Qwen2-72B-IQ2_XXS.gguf) | IQ2_XXS | 25.49GB | Lower quality, uses SOTA techniques to be usable. |
43
+ | [Tess-v2.5-Qwen2-72B-IQ1_M.gguf](https://huggingface.co/bartowski/Tess-v2.5-Qwen2-72B-GGUF/blob/main/Tess-v2.5-Qwen2-72B-IQ1_M.gguf) | IQ1_M | 23.74GB | Extremely low quality, *not* recommended. |
44
+
45
+ ## Downloading using huggingface-cli
46
+
47
+ First, make sure you have hugginface-cli installed:
48
+
49
+ ```
50
+ pip install -U "huggingface_hub[cli]"
51
+ ```
52
+
53
+ Then, you can target the specific file you want:
54
+
55
+ ```
56
+ huggingface-cli download bartowski/Tess-v2.5-Qwen2-72B-GGUF --include "Tess-v2.5-Qwen2-72B-Q4_K_M.gguf" --local-dir ./
57
+ ```
58
+
59
+ 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:
60
+
61
+ ```
62
+ huggingface-cli download bartowski/Tess-v2.5-Qwen2-72B-GGUF --include "Tess-v2.5-Qwen2-72B-Q8_0.gguf/*" --local-dir Tess-v2.5-Qwen2-72B-Q8_0
63
+ ```
64
+
65
+ You can either specify a new local-dir (Tess-v2.5-Qwen2-72B-Q8_0) or download them all in place (./)
66
+
67
+ ## Which file should I choose?
68
+
69
+ A great write up with charts showing various performances is provided by Artefact2 [here](https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9)
70
+
71
+ 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.
72
+
73
+ 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.
74
+
75
+ 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.
76
+
77
+ Next, you'll need to decide if you want to use an 'I-quant' or a 'K-quant'.
78
+
79
+ 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.
80
+
81
+ If you want to get more into the weeds, you can check out this extremely useful feature chart:
82
+
83
+ [llama.cpp feature matrix](https://github.com/ggerganov/llama.cpp/wiki/Feature-matrix)
84
+
85
+ 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.
86
+
87
+ 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.
88
+
89
+ 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.
90
+
91
+ Want to support my work? Visit my ko-fi page here: https://ko-fi.com/bartowski
Tess-v2.5-Qwen2-72B-IQ1_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd95ed215d9e35c1bad3c3a6046093d3ae80def0966f4dc51d98a48d07cb71af
3
+ size 23740209824
Tess-v2.5-Qwen2-72B-IQ2_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75864b19e31ce96260f87fb7017a71914aecb10f4a555fdce7a32f2494dd6687
3
+ size 29338983072
Tess-v2.5-Qwen2-72B-IQ2_XXS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3dccfdb39b880dbe7b98f94b90c405510c17b8289417f495c37d07015ab4e6d1
3
+ size 25490021024
Tess-v2.5-Qwen2-72B-IQ3_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69a900465f01dc9ef27c7342caf4d4d60fc28cff6c6ac0910b4e758f54115e0c
3
+ size 35503594144
Tess-v2.5-Qwen2-72B-IQ3_XXS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a92080d04bcbeba9711f40c0c6eecfc0ee13772f4d3537b573cfb67aea4ab53
3
+ size 31845079712
Tess-v2.5-Qwen2-72B-IQ4_XS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd2f4dcc870bab0f379e8682c87e0c0a4858a328d8ad37c529cb1877c10529e6
3
+ size 39709072032
Tess-v2.5-Qwen2-72B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c152f761df4196727f2ae7a3db6785b4073c2eaf309b877c340127368b9d5007
3
+ size 29811759776
Tess-v2.5-Qwen2-72B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d370d0a058d2ea94bce052a12059967ef549f4e3d85a45725bb6bfb4ae6b6740
3
+ size 37698722464
Tess-v2.5-Qwen2-72B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e48e6c6c664c30f2fe39bd2e3fc2f378ba8de7cad866633dd0b7c2f23321f3af
3
+ size 34487786144
Tess-v2.5-Qwen2-72B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:066ea9f445f0df9a99bd5e05a09b4f6c6ff2ce8cb070adae7d7c086c4024a045
3
+ size 47415712416
Tess-v2.5-Qwen2-72B-Q5_K_M.gguf/Tess-v2.5-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:d256b998128b72a9be25148520455fdd70020935be9daeee05a5cf2ce4d1f9f2
3
+ size 39977559296
Tess-v2.5-Qwen2-72B-Q5_K_M.gguf/Tess-v2.5-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:165c9eb2e02317d773e95aa56122ced779fa5839605885ec4d289955f5fbc407
3
+ size 14469903968
Tess-v2.5-Qwen2-72B-Q8_0.gguf/Tess-v2.5-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:f485b4023b668a5a5f5669478d70e29e735a55bff0ebb688694075d98c58e790
3
+ size 39824265792
Tess-v2.5-Qwen2-72B-Q8_0.gguf/Tess-v2.5-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:a0ab93b79409611ad512a8a19887fd969ec6e34e2545ed4fdf3eb8c8d6c42538
3
+ size 37438343488
Tess-v2.5-Qwen2-72B-f16.gguf/Tess-v2.5-Qwen2-72B-f16-00001-of-00004.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a006490b56fe50339dbf27a630c4dceb35e92f460c05eb3993b4056093744bd0
3
+ size 39845714784
Tess-v2.5-Qwen2-72B-f16.gguf/Tess-v2.5-Qwen2-72B-f16-00002-of-00004.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fabf5a5fe716343c2b56739106f5f9fa9ef02cd65936ea654b2c284017b295a
3
+ size 39890296320
Tess-v2.5-Qwen2-72B-f16.gguf/Tess-v2.5-Qwen2-72B-f16-00003-of-00004.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c3bc5958b9fcb5e1a2f709a33fac5e983e7c13b0d13765e0ee406b3bbf7ebb7
3
+ size 39588199456
Tess-v2.5-Qwen2-72B-f16.gguf/Tess-v2.5-Qwen2-72B-f16-00004-of-00004.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef0a8352f95af8becbe155f5d4376546f0587f68644909933bb1cdc4f37a1fa7
3
+ size 26098460096
Tess-v2.5-Qwen2-72B.imatrix ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b785cf6aff78edcc8b79bd03e281b2d3f051b097e1e41cdc63d094a221b6cab
3
+ size 25209019