File size: 26,234 Bytes
df1ac9f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
python convert_hf_to_gguf.py --outtype tq1_0  /home/user/Storage/1bitLLM_bitnet_b1_58-large-instruct-v2
INFO:hf-to-gguf:Loading model: 1bitLLM_bitnet_b1_58-large-instruct-v2
INFO:gguf.gguf_writer:gguf: This GGUF file is for Little Endian only
INFO:hf-to-gguf:Exporting model...
INFO:hf-to-gguf:gguf: loading model part 'model.safetensors'
INFO:hf-to-gguf:token_embd.weight,           torch.float32 --> F16, shape = {1536, 32002}
INFO:hf-to-gguf:blk.0.attn_norm.weight,      torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.0.ffn_down.weight,       torch.float32 --> TQ1_0, shape = {4096, 1536}
INFO:hf-to-gguf:blk.0.ffn_sub_norm.weight,   torch.float32 --> F32, shape = {4096}
INFO:hf-to-gguf:blk.0.ffn_gate.weight,       torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.0.ffn_up.weight,         torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.0.ffn_norm.weight,       torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.0.attn_sub_norm.weight,  torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.0.attn_k.weight,         torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.0.attn_output.weight,    torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.0.attn_q.weight,         torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.0.attn_v.weight,         torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.1.attn_norm.weight,      torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.1.ffn_down.weight,       torch.float32 --> TQ1_0, shape = {4096, 1536}
INFO:hf-to-gguf:blk.1.ffn_sub_norm.weight,   torch.float32 --> F32, shape = {4096}
INFO:hf-to-gguf:blk.1.ffn_gate.weight,       torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.1.ffn_up.weight,         torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.1.ffn_norm.weight,       torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.1.attn_sub_norm.weight,  torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.1.attn_k.weight,         torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.1.attn_output.weight,    torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.1.attn_q.weight,         torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.1.attn_v.weight,         torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.10.attn_norm.weight,     torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.10.ffn_down.weight,      torch.float32 --> TQ1_0, shape = {4096, 1536}
INFO:hf-to-gguf:blk.10.ffn_sub_norm.weight,  torch.float32 --> F32, shape = {4096}
INFO:hf-to-gguf:blk.10.ffn_gate.weight,      torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.10.ffn_up.weight,        torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.10.ffn_norm.weight,      torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.10.attn_sub_norm.weight, torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.10.attn_k.weight,        torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.10.attn_output.weight,   torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.10.attn_q.weight,        torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.10.attn_v.weight,        torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.11.attn_norm.weight,     torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.11.ffn_down.weight,      torch.float32 --> TQ1_0, shape = {4096, 1536}
INFO:hf-to-gguf:blk.11.ffn_sub_norm.weight,  torch.float32 --> F32, shape = {4096}
INFO:hf-to-gguf:blk.11.ffn_gate.weight,      torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.11.ffn_up.weight,        torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.11.ffn_norm.weight,      torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.11.attn_sub_norm.weight, torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.11.attn_k.weight,        torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.11.attn_output.weight,   torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.11.attn_q.weight,        torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.11.attn_v.weight,        torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.12.attn_norm.weight,     torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.12.ffn_down.weight,      torch.float32 --> TQ1_0, shape = {4096, 1536}
INFO:hf-to-gguf:blk.12.ffn_sub_norm.weight,  torch.float32 --> F32, shape = {4096}
INFO:hf-to-gguf:blk.12.ffn_gate.weight,      torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.12.ffn_up.weight,        torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.12.ffn_norm.weight,      torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.12.attn_sub_norm.weight, torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.12.attn_k.weight,        torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.12.attn_output.weight,   torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.12.attn_q.weight,        torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.12.attn_v.weight,        torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.13.attn_norm.weight,     torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.13.ffn_down.weight,      torch.float32 --> TQ1_0, shape = {4096, 1536}
INFO:hf-to-gguf:blk.13.ffn_sub_norm.weight,  torch.float32 --> F32, shape = {4096}
INFO:hf-to-gguf:blk.13.ffn_gate.weight,      torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.13.ffn_up.weight,        torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.13.ffn_norm.weight,      torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.13.attn_sub_norm.weight, torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.13.attn_k.weight,        torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.13.attn_output.weight,   torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.13.attn_q.weight,        torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.13.attn_v.weight,        torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.14.attn_norm.weight,     torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.14.ffn_down.weight,      torch.float32 --> TQ1_0, shape = {4096, 1536}
INFO:hf-to-gguf:blk.14.ffn_sub_norm.weight,  torch.float32 --> F32, shape = {4096}
INFO:hf-to-gguf:blk.14.ffn_gate.weight,      torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.14.ffn_up.weight,        torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.14.ffn_norm.weight,      torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.14.attn_sub_norm.weight, torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.14.attn_k.weight,        torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.14.attn_output.weight,   torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.14.attn_q.weight,        torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.14.attn_v.weight,        torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.15.attn_norm.weight,     torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.15.ffn_down.weight,      torch.float32 --> TQ1_0, shape = {4096, 1536}
INFO:hf-to-gguf:blk.15.ffn_sub_norm.weight,  torch.float32 --> F32, shape = {4096}
INFO:hf-to-gguf:blk.15.ffn_gate.weight,      torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.15.ffn_up.weight,        torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.15.ffn_norm.weight,      torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.15.attn_sub_norm.weight, torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.15.attn_k.weight,        torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.15.attn_output.weight,   torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.15.attn_q.weight,        torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.15.attn_v.weight,        torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.16.attn_norm.weight,     torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.16.ffn_down.weight,      torch.float32 --> TQ1_0, shape = {4096, 1536}
INFO:hf-to-gguf:blk.16.ffn_sub_norm.weight,  torch.float32 --> F32, shape = {4096}
INFO:hf-to-gguf:blk.16.ffn_gate.weight,      torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.16.ffn_up.weight,        torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.16.ffn_norm.weight,      torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.16.attn_sub_norm.weight, torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.16.attn_k.weight,        torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.16.attn_output.weight,   torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.16.attn_q.weight,        torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.16.attn_v.weight,        torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.17.attn_norm.weight,     torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.17.ffn_down.weight,      torch.float32 --> TQ1_0, shape = {4096, 1536}
INFO:hf-to-gguf:blk.17.ffn_sub_norm.weight,  torch.float32 --> F32, shape = {4096}
INFO:hf-to-gguf:blk.17.ffn_gate.weight,      torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.17.ffn_up.weight,        torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.17.ffn_norm.weight,      torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.17.attn_sub_norm.weight, torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.17.attn_k.weight,        torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.17.attn_output.weight,   torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.17.attn_q.weight,        torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.17.attn_v.weight,        torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.18.attn_norm.weight,     torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.18.ffn_down.weight,      torch.float32 --> TQ1_0, shape = {4096, 1536}
INFO:hf-to-gguf:blk.18.ffn_sub_norm.weight,  torch.float32 --> F32, shape = {4096}
INFO:hf-to-gguf:blk.18.ffn_gate.weight,      torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.18.ffn_up.weight,        torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.18.ffn_norm.weight,      torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.18.attn_sub_norm.weight, torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.18.attn_k.weight,        torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.18.attn_output.weight,   torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.18.attn_q.weight,        torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.18.attn_v.weight,        torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.19.attn_norm.weight,     torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.19.ffn_down.weight,      torch.float32 --> TQ1_0, shape = {4096, 1536}
INFO:hf-to-gguf:blk.19.ffn_sub_norm.weight,  torch.float32 --> F32, shape = {4096}
INFO:hf-to-gguf:blk.19.ffn_gate.weight,      torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.19.ffn_up.weight,        torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.19.ffn_norm.weight,      torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.19.attn_sub_norm.weight, torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.19.attn_k.weight,        torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.19.attn_output.weight,   torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.19.attn_q.weight,        torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.19.attn_v.weight,        torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.2.attn_norm.weight,      torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.2.ffn_down.weight,       torch.float32 --> TQ1_0, shape = {4096, 1536}
INFO:hf-to-gguf:blk.2.ffn_sub_norm.weight,   torch.float32 --> F32, shape = {4096}
INFO:hf-to-gguf:blk.2.ffn_gate.weight,       torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.2.ffn_up.weight,         torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.2.ffn_norm.weight,       torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.2.attn_sub_norm.weight,  torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.2.attn_k.weight,         torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.2.attn_output.weight,    torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.2.attn_q.weight,         torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.2.attn_v.weight,         torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.20.attn_norm.weight,     torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.20.ffn_down.weight,      torch.float32 --> TQ1_0, shape = {4096, 1536}
INFO:hf-to-gguf:blk.20.ffn_sub_norm.weight,  torch.float32 --> F32, shape = {4096}
INFO:hf-to-gguf:blk.20.ffn_gate.weight,      torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.20.ffn_up.weight,        torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.20.ffn_norm.weight,      torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.20.attn_sub_norm.weight, torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.20.attn_k.weight,        torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.20.attn_output.weight,   torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.20.attn_q.weight,        torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.20.attn_v.weight,        torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.21.attn_norm.weight,     torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.21.ffn_down.weight,      torch.float32 --> TQ1_0, shape = {4096, 1536}
INFO:hf-to-gguf:blk.21.ffn_sub_norm.weight,  torch.float32 --> F32, shape = {4096}
INFO:hf-to-gguf:blk.21.ffn_gate.weight,      torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.21.ffn_up.weight,        torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.21.ffn_norm.weight,      torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.21.attn_sub_norm.weight, torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.21.attn_k.weight,        torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.21.attn_output.weight,   torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.21.attn_q.weight,        torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.21.attn_v.weight,        torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.22.attn_norm.weight,     torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.22.ffn_down.weight,      torch.float32 --> TQ1_0, shape = {4096, 1536}
INFO:hf-to-gguf:blk.22.ffn_sub_norm.weight,  torch.float32 --> F32, shape = {4096}
INFO:hf-to-gguf:blk.22.ffn_gate.weight,      torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.22.ffn_up.weight,        torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.22.ffn_norm.weight,      torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.22.attn_sub_norm.weight, torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.22.attn_k.weight,        torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.22.attn_output.weight,   torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.22.attn_q.weight,        torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.22.attn_v.weight,        torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.23.attn_norm.weight,     torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.23.ffn_down.weight,      torch.float32 --> TQ1_0, shape = {4096, 1536}
INFO:hf-to-gguf:blk.23.ffn_sub_norm.weight,  torch.float32 --> F32, shape = {4096}
INFO:hf-to-gguf:blk.23.ffn_gate.weight,      torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.23.ffn_up.weight,        torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.23.ffn_norm.weight,      torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.23.attn_sub_norm.weight, torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.23.attn_k.weight,        torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.23.attn_output.weight,   torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.23.attn_q.weight,        torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.23.attn_v.weight,        torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.3.attn_norm.weight,      torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.3.ffn_down.weight,       torch.float32 --> TQ1_0, shape = {4096, 1536}
INFO:hf-to-gguf:blk.3.ffn_sub_norm.weight,   torch.float32 --> F32, shape = {4096}
INFO:hf-to-gguf:blk.3.ffn_gate.weight,       torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.3.ffn_up.weight,         torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.3.ffn_norm.weight,       torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.3.attn_sub_norm.weight,  torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.3.attn_k.weight,         torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.3.attn_output.weight,    torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.3.attn_q.weight,         torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.3.attn_v.weight,         torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.4.attn_norm.weight,      torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.4.ffn_down.weight,       torch.float32 --> TQ1_0, shape = {4096, 1536}
INFO:hf-to-gguf:blk.4.ffn_sub_norm.weight,   torch.float32 --> F32, shape = {4096}
INFO:hf-to-gguf:blk.4.ffn_gate.weight,       torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.4.ffn_up.weight,         torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.4.ffn_norm.weight,       torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.4.attn_sub_norm.weight,  torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.4.attn_k.weight,         torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.4.attn_output.weight,    torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.4.attn_q.weight,         torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.4.attn_v.weight,         torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.5.attn_norm.weight,      torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.5.ffn_down.weight,       torch.float32 --> TQ1_0, shape = {4096, 1536}
INFO:hf-to-gguf:blk.5.ffn_sub_norm.weight,   torch.float32 --> F32, shape = {4096}
INFO:hf-to-gguf:blk.5.ffn_gate.weight,       torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.5.ffn_up.weight,         torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.5.ffn_norm.weight,       torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.5.attn_sub_norm.weight,  torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.5.attn_k.weight,         torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.5.attn_output.weight,    torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.5.attn_q.weight,         torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.5.attn_v.weight,         torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.6.attn_norm.weight,      torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.6.ffn_down.weight,       torch.float32 --> TQ1_0, shape = {4096, 1536}
INFO:hf-to-gguf:blk.6.ffn_sub_norm.weight,   torch.float32 --> F32, shape = {4096}
INFO:hf-to-gguf:blk.6.ffn_gate.weight,       torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.6.ffn_up.weight,         torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.6.ffn_norm.weight,       torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.6.attn_sub_norm.weight,  torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.6.attn_k.weight,         torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.6.attn_output.weight,    torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.6.attn_q.weight,         torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.6.attn_v.weight,         torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.7.attn_norm.weight,      torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.7.ffn_down.weight,       torch.float32 --> TQ1_0, shape = {4096, 1536}
INFO:hf-to-gguf:blk.7.ffn_sub_norm.weight,   torch.float32 --> F32, shape = {4096}
INFO:hf-to-gguf:blk.7.ffn_gate.weight,       torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.7.ffn_up.weight,         torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.7.ffn_norm.weight,       torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.7.attn_sub_norm.weight,  torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.7.attn_k.weight,         torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.7.attn_output.weight,    torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.7.attn_q.weight,         torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.7.attn_v.weight,         torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.8.attn_norm.weight,      torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.8.ffn_down.weight,       torch.float32 --> TQ1_0, shape = {4096, 1536}
INFO:hf-to-gguf:blk.8.ffn_sub_norm.weight,   torch.float32 --> F32, shape = {4096}
INFO:hf-to-gguf:blk.8.ffn_gate.weight,       torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.8.ffn_up.weight,         torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.8.ffn_norm.weight,       torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.8.attn_sub_norm.weight,  torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.8.attn_k.weight,         torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.8.attn_output.weight,    torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.8.attn_q.weight,         torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.8.attn_v.weight,         torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.9.attn_norm.weight,      torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.9.ffn_down.weight,       torch.float32 --> TQ1_0, shape = {4096, 1536}
INFO:hf-to-gguf:blk.9.ffn_sub_norm.weight,   torch.float32 --> F32, shape = {4096}
INFO:hf-to-gguf:blk.9.ffn_gate.weight,       torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.9.ffn_up.weight,         torch.float32 --> TQ1_0, shape = {1536, 4096}
INFO:hf-to-gguf:blk.9.ffn_norm.weight,       torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.9.attn_sub_norm.weight,  torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:blk.9.attn_k.weight,         torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.9.attn_output.weight,    torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.9.attn_q.weight,         torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:blk.9.attn_v.weight,         torch.float32 --> TQ1_0, shape = {1536, 1536}
INFO:hf-to-gguf:output_norm.weight,          torch.float32 --> F32, shape = {1536}
INFO:hf-to-gguf:Set meta model
INFO:hf-to-gguf:Set model parameters
INFO:hf-to-gguf:gguf: context length = 2048
INFO:hf-to-gguf:gguf: embedding length = 1536
INFO:hf-to-gguf:gguf: feed forward length = 4096
INFO:hf-to-gguf:gguf: head count = 16
INFO:hf-to-gguf:gguf: key-value head count = 16
INFO:hf-to-gguf:gguf: rope theta = 10000.0
INFO:hf-to-gguf:gguf: rms norm epsilon = 1e-05
INFO:hf-to-gguf:gguf: file type = 36
INFO:hf-to-gguf:Set model tokenizer
INFO:gguf.vocab:Setting special token type bos to 1
INFO:gguf.vocab:Setting special token type eos to 2
INFO:gguf.vocab:Setting special token type pad to 32000
INFO:gguf.vocab:Setting add_bos_token to True
INFO:gguf.vocab:Setting add_eos_token to False
INFO:hf-to-gguf:Set model quantization version
INFO:gguf.gguf_writer:Writing the following files:
INFO:gguf.gguf_writer:/home/user/Storage/1bitLLM_bitnet_b1_58-large-instruct-v2/bitnet_b1_58-large-1bitLLM_bitnet_b1_58-instruct-v2-TQ1_0.gguf: n_tensors = 266, total_size = 242.5M
Writing: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 242M/242M [00:06<00:00, 38.3Mbyte/s]
INFO:hf-to-gguf:Model successfully exported to /home/user/Storage/1bitLLM_bitnet_b1_58-large-instruct-v2/bitnet_b1_58-large-1bitLLM_bitnet_b1_58-instruct-v2-TQ1_0.gguf