legraphista commited on
Commit
85496a1
1 Parent(s): e2a9733

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +161 -0
README.md ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: THUDM/glm-4-9b-chat
3
+ inference: false
4
+ language:
5
+ - zh
6
+ - en
7
+ library_name: gguf
8
+ license: other
9
+ license_link: https://modelscope.cn/models/ZhipuAI/glm-4-9b-chat/file/view/master?fileName=LICENSE&status=0
10
+ license_name: glm-4
11
+ pipeline_tag: text-generation
12
+ quantized_by: legraphista
13
+ tags:
14
+ - glm
15
+ - chatglm
16
+ - thudm
17
+ - quantized
18
+ - GGUF
19
+ - quantization
20
+ - imat
21
+ - imatrix
22
+ - static
23
+ - 16bit
24
+ - 8bit
25
+ - 6bit
26
+ - 5bit
27
+ - 4bit
28
+ - 3bit
29
+ - 2bit
30
+ - 1bit
31
+ ---
32
+
33
+ # glm-4-9b-chat-IMat-GGUF
34
+ _Llama.cpp imatrix quantization of THUDM/glm-4-9b-chat_
35
+
36
+ Original Model: [THUDM/glm-4-9b-chat](https://huggingface.co/THUDM/glm-4-9b-chat)
37
+ Original dtype: `BF16` (`bfloat16`)
38
+ Quantized by: [https://github.com/ggerganov/llama.cpp/pull/6999#issue-comment-box](https://github.com/ggerganov/llama.cpp/pull/6999#issue-comment-box)
39
+ IMatrix dataset: [here](https://gist.githubusercontent.com/bartowski1182/eb213dccb3571f863da82e99418f81e8/raw/b2869d80f5c16fd7082594248e80144677736635/calibration_datav3.txt)
40
+
41
+ - [Files](#files)
42
+ - [IMatrix](#imatrix)
43
+ - [Common Quants](#common-quants)
44
+ - [All Quants](#all-quants)
45
+ - [Downloading using huggingface-cli](#downloading-using-huggingface-cli)
46
+ - [Inference](#inference)
47
+ - [Simple chat template](#simple-chat-template)
48
+ - [Chat template with system prompt](#chat-template-with-system-prompt)
49
+ - [Llama.cpp](#llama-cpp)
50
+ - [FAQ](#faq)
51
+ - [Why is the IMatrix not applied everywhere?](#why-is-the-imatrix-not-applied-everywhere)
52
+ - [How do I merge a split GGUF?](#how-do-i-merge-a-split-gguf)
53
+
54
+ ---
55
+
56
+ ## Files
57
+
58
+ ### IMatrix
59
+ Status: ⏳ Processing
60
+ Link: [here](https://huggingface.co/legraphista/glm-4-9b-chat-IMat-GGUF/blob/main/imatrix.dat)
61
+
62
+ ### Common Quants
63
+ | Filename | Quant type | File Size | Status | Uses IMatrix | Is Split |
64
+ | -------- | ---------- | --------- | ------ | ------------ | -------- |
65
+ | glm-4-9b-chat.Q8_0 | Q8_0 | - | ⏳ Processing | ⚪ Static | -
66
+ | glm-4-9b-chat.Q6_K | Q6_K | - | ⏳ Processing | ⚪ Static | -
67
+ | glm-4-9b-chat.Q4_K | Q4_K | - | ⏳ Processing | 🟢 IMatrix | -
68
+ | glm-4-9b-chat.Q3_K | Q3_K | - | ⏳ Processing | 🟢 IMatrix | -
69
+ | glm-4-9b-chat.Q2_K | Q2_K | - | ⏳ Processing | 🟢 IMatrix | -
70
+
71
+
72
+ ### All Quants
73
+ | Filename | Quant type | File Size | Status | Uses IMatrix | Is Split |
74
+ | -------- | ---------- | --------- | ------ | ------------ | -------- |
75
+ | glm-4-9b-chat.BF16 | BF16 | - | ⏳ Processing | ⚪ Static | -
76
+ | glm-4-9b-chat.FP16 | F16 | - | ⏳ Processing | ⚪ Static | -
77
+ | glm-4-9b-chat.Q8_0 | Q8_0 | - | ⏳ Processing | ⚪ Static | -
78
+ | glm-4-9b-chat.Q6_K | Q6_K | - | ⏳ Processing | ⚪ Static | -
79
+ | glm-4-9b-chat.Q5_K | Q5_K | - | ⏳ Processing | ⚪ Static | -
80
+ | glm-4-9b-chat.Q5_K_S | Q5_K_S | - | ⏳ Processing | ⚪ Static | -
81
+ | glm-4-9b-chat.Q4_K | Q4_K | - | ⏳ Processing | 🟢 IMatrix | -
82
+ | glm-4-9b-chat.Q4_K_S | Q4_K_S | - | ⏳ Processing | 🟢 IMatrix | -
83
+ | glm-4-9b-chat.IQ4_NL | IQ4_NL | - | ⏳ Processing | 🟢 IMatrix | -
84
+ | glm-4-9b-chat.IQ4_XS | IQ4_XS | - | ⏳ Processing | 🟢 IMatrix | -
85
+ | glm-4-9b-chat.Q3_K | Q3_K | - | ⏳ Processing | 🟢 IMatrix | -
86
+ | glm-4-9b-chat.Q3_K_L | Q3_K_L | - | ⏳ Processing | 🟢 IMatrix | -
87
+ | glm-4-9b-chat.Q3_K_S | Q3_K_S | - | ⏳ Processing | 🟢 IMatrix | -
88
+ | glm-4-9b-chat.IQ3_M | IQ3_M | - | ⏳ Processing | 🟢 IMatrix | -
89
+ | glm-4-9b-chat.IQ3_S | IQ3_S | - | ⏳ Processing | 🟢 IMatrix | -
90
+ | glm-4-9b-chat.IQ3_XS | IQ3_XS | - | ⏳ Processing | 🟢 IMatrix | -
91
+ | glm-4-9b-chat.IQ3_XXS | IQ3_XXS | - | ⏳ Processing | 🟢 IMatrix | -
92
+ | glm-4-9b-chat.Q2_K | Q2_K | - | ⏳ Processing | 🟢 IMatrix | -
93
+ | glm-4-9b-chat.Q2_K_S | Q2_K_S | - | ⏳ Processing | 🟢 IMatrix | -
94
+ | glm-4-9b-chat.IQ2_M | IQ2_M | - | ⏳ Processing | 🟢 IMatrix | -
95
+ | glm-4-9b-chat.IQ2_S | IQ2_S | - | ⏳ Processing | 🟢 IMatrix | -
96
+ | glm-4-9b-chat.IQ2_XS | IQ2_XS | - | ⏳ Processing | 🟢 IMatrix | -
97
+ | glm-4-9b-chat.IQ2_XXS | IQ2_XXS | - | ⏳ Processing | 🟢 IMatrix | -
98
+ | glm-4-9b-chat.IQ1_M | IQ1_M | - | ⏳ Processing | 🟢 IMatrix | -
99
+ | glm-4-9b-chat.IQ1_S | IQ1_S | - | ⏳ Processing | 🟢 IMatrix | -
100
+
101
+
102
+ ## Downloading using huggingface-cli
103
+ If you do not have hugginface-cli installed:
104
+ ```
105
+ pip install -U "huggingface_hub[cli]"
106
+ ```
107
+ Download the specific file you want:
108
+ ```
109
+ huggingface-cli download legraphista/glm-4-9b-chat-IMat-GGUF --include "glm-4-9b-chat.Q8_0.gguf" --local-dir ./
110
+ ```
111
+ If the model file is big, it has been split into multiple files. In order to download them all to a local folder, run:
112
+ ```
113
+ huggingface-cli download legraphista/glm-4-9b-chat-IMat-GGUF --include "glm-4-9b-chat.Q8_0/*" --local-dir ./
114
+ # see FAQ for merging GGUF's
115
+ ```
116
+
117
+ ---
118
+
119
+ ## Inference
120
+
121
+ ### Simple chat template
122
+ ```
123
+ [gMASK]<sop><|user|>
124
+ {user_prompt}<|assistant|>
125
+ {assistant_response}<|user|>
126
+ {next_user_prompt}
127
+ ```
128
+
129
+ ### Chat template with system prompt
130
+ ```
131
+ [gMASK]<sop><|system|>
132
+ {system_prompt}<|user|>
133
+ {user_prompt}<|assistant|>
134
+ {assistant_response}<|user|>
135
+ {next_user_prompt}
136
+ ```
137
+
138
+ ### Llama.cpp
139
+ ```
140
+ llama.cpp/main -m glm-4-9b-chat.Q8_0.gguf --color -i -p "prompt here (according to the chat template)"
141
+ ```
142
+
143
+ ---
144
+
145
+ ## FAQ
146
+
147
+ ### Why is the IMatrix not applied everywhere?
148
+ According to [this investigation](https://www.reddit.com/r/LocalLLaMA/comments/1993iro/ggufs_quants_can_punch_above_their_weights_now/), it appears that lower quantizations are the only ones that benefit from the imatrix input (as per hellaswag results).
149
+
150
+ ### How do I merge a split GGUF?
151
+ 1. Make sure you have `gguf-split` available
152
+ - To get hold of `gguf-split`, navigate to https://github.com/ggerganov/llama.cpp/releases
153
+ - Download the appropriate zip for your system from the latest release
154
+ - Unzip the archive and you should be able to find `gguf-split`
155
+ 2. Locate your GGUF chunks folder (ex: `glm-4-9b-chat.Q8_0`)
156
+ 3. Run `gguf-split --merge glm-4-9b-chat.Q8_0/glm-4-9b-chat.Q8_0-00001-of-XXXXX.gguf glm-4-9b-chat.Q8_0.gguf`
157
+ - Make sure to point `gguf-split` to the first chunk of the split.
158
+
159
+ ---
160
+
161
+ Got a suggestion? Ping me [@legraphista](https://x.com/legraphista)!