File size: 123,378 Bytes
98b9344 |
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 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 |
/opt/conda/envs/py310/bin/python -m mlc_llm gen_config /models/Mixtral-8x7B-Instruct-v0.1 --quantization q4f16_1 --conv-template mistral_default --output /models/mlc-delivery/hf/mlc-ai/Mixtral-8x7B-Instruct-v0.1-q4f16_1-MLC
[2024-06-06 22:07:13] INFO auto_config.py:116: [92mFound[0m model configuration: /models/Mixtral-8x7B-Instruct-v0.1/config.json
[2024-06-06 22:07:13] INFO auto_config.py:154: [92mFound[0m model type: [1mmixtral[0m. Use `--model-type` to override.
[2024-06-06 22:07:13] INFO llama_model.py:52: [1mcontext_window_size[0m not found in config.json. Falling back to [1mmax_position_embeddings[0m (32768)
[2024-06-06 22:07:13] INFO llama_model.py:72: [1mprefill_chunk_size[0m defaults to 2048
[2024-06-06 22:07:13] INFO config.py:107: Overriding [1mmax_batch_size[0m from 1 to 80
[2024-06-06 22:07:13] INFO gen_config.py:143: [generation_config.json] Setting [1mbos_token_id[0m: 1
[2024-06-06 22:07:13] INFO gen_config.py:143: [generation_config.json] Setting [1meos_token_id[0m: 2
[2024-06-06 22:07:13] INFO gen_config.py:155: [92mFound[0m tokenizer config: /models/Mixtral-8x7B-Instruct-v0.1/tokenizer.model. Copying to [1m/models/mlc-delivery/hf/mlc-ai/Mixtral-8x7B-Instruct-v0.1-q4f16_1-MLC/tokenizer.model[0m
[2024-06-06 22:07:13] INFO gen_config.py:155: [92mFound[0m tokenizer config: /models/Mixtral-8x7B-Instruct-v0.1/tokenizer.json. Copying to [1m/models/mlc-delivery/hf/mlc-ai/Mixtral-8x7B-Instruct-v0.1-q4f16_1-MLC/tokenizer.json[0m
[2024-06-06 22:07:13] INFO gen_config.py:157: [91mNot found[0m tokenizer config: /models/Mixtral-8x7B-Instruct-v0.1/vocab.json
[2024-06-06 22:07:13] INFO gen_config.py:157: [91mNot found[0m tokenizer config: /models/Mixtral-8x7B-Instruct-v0.1/merges.txt
[2024-06-06 22:07:13] INFO gen_config.py:157: [91mNot found[0m tokenizer config: /models/Mixtral-8x7B-Instruct-v0.1/added_tokens.json
[2024-06-06 22:07:13] INFO gen_config.py:155: [92mFound[0m tokenizer config: /models/Mixtral-8x7B-Instruct-v0.1/tokenizer_config.json. Copying to [1m/models/mlc-delivery/hf/mlc-ai/Mixtral-8x7B-Instruct-v0.1-q4f16_1-MLC/tokenizer_config.json[0m
[2024-06-06 22:07:13] INFO gen_config.py:216: Detected tokenizer info: {'token_postproc_method': 'byte_fallback', 'prepend_space_in_encode': True, 'strip_space_in_decode': True}
[2024-06-06 22:07:13] INFO gen_config.py:32: [System default] Setting [1mpad_token_id[0m: 0
[2024-06-06 22:07:13] INFO gen_config.py:32: [System default] Setting [1mtemperature[0m: 1.0
[2024-06-06 22:07:13] INFO gen_config.py:32: [System default] Setting [1mpresence_penalty[0m: 0.0
[2024-06-06 22:07:13] INFO gen_config.py:32: [System default] Setting [1mfrequency_penalty[0m: 0.0
[2024-06-06 22:07:13] INFO gen_config.py:32: [System default] Setting [1mrepetition_penalty[0m: 1.0
[2024-06-06 22:07:13] INFO gen_config.py:32: [System default] Setting [1mtop_p[0m: 1.0
[2024-06-06 22:07:13] INFO gen_config.py:223: Dumping configuration file to: [1m/models/mlc-delivery/hf/mlc-ai/Mixtral-8x7B-Instruct-v0.1-q4f16_1-MLC/mlc-chat-config.json[0m
/opt/conda/envs/py310/bin/python -m mlc_llm convert_weight /models/Mixtral-8x7B-Instruct-v0.1 --quantization q4f16_1 --output /models/mlc-delivery/hf/mlc-ai/Mixtral-8x7B-Instruct-v0.1-q4f16_1-MLC
[2024-06-06 22:07:15] INFO auto_config.py:116: [92mFound[0m model configuration: /models/Mixtral-8x7B-Instruct-v0.1/config.json
[2024-06-06 22:07:16] INFO auto_device.py:79: [92mFound[0m device: cuda:0
[2024-06-06 22:07:18] INFO auto_device.py:88: [91mNot found[0m device: rocm:0
[2024-06-06 22:07:19] INFO auto_device.py:88: [91mNot found[0m device: metal:0
[2024-06-06 22:07:21] INFO auto_device.py:79: [92mFound[0m device: vulkan:0
[2024-06-06 22:07:21] INFO auto_device.py:79: [92mFound[0m device: vulkan:1
[2024-06-06 22:07:21] INFO auto_device.py:79: [92mFound[0m device: vulkan:2
[2024-06-06 22:07:21] INFO auto_device.py:79: [92mFound[0m device: vulkan:3
[2024-06-06 22:07:22] INFO auto_device.py:88: [91mNot found[0m device: opencl:0
[2024-06-06 22:07:22] INFO auto_device.py:35: Using device: [1mcuda:0[0m
[2024-06-06 22:07:22] INFO auto_weight.py:71: Finding weights in: /models/Mixtral-8x7B-Instruct-v0.1
[2024-06-06 22:07:22] INFO auto_weight.py:137: [91mNot found[0m Huggingface PyTorch
[2024-06-06 22:07:22] INFO auto_weight.py:144: [92mFound[0m source weight format: huggingface-safetensor. Source configuration: /models/Mixtral-8x7B-Instruct-v0.1/model.safetensors.index.json
[2024-06-06 22:07:22] INFO auto_weight.py:107: Using source weight configuration: [1m/models/Mixtral-8x7B-Instruct-v0.1/model.safetensors.index.json[0m. Use `--source` to override.
[2024-06-06 22:07:22] INFO auto_weight.py:111: Using source weight format: [1mhuggingface-safetensor[0m. Use `--source-format` to override.
[2024-06-06 22:07:22] INFO auto_config.py:154: [92mFound[0m model type: [1mmixtral[0m. Use `--model-type` to override.
[2024-06-06 22:07:22] INFO llama_model.py:52: [1mcontext_window_size[0m not found in config.json. Falling back to [1mmax_position_embeddings[0m (32768)
[2024-06-06 22:07:22] INFO llama_model.py:72: [1mprefill_chunk_size[0m defaults to 2048
[1mWeight conversion with arguments:[0m
[1m--config[0m /models/Mixtral-8x7B-Instruct-v0.1/config.json
[1m--quantization[0m GroupQuantize(name='q4f16_1', kind='group-quant', group_size=32, quantize_dtype='int4', storage_dtype='uint32', model_dtype='float16', linear_weight_layout='NK', quantize_embedding=True, quantize_final_fc=True, num_elem_per_storage=8, num_storage_per_group=4, max_int_value=7)
[1m--model-type[0m mixtral
[1m--device[0m cuda:0
[1m--source[0m /models/Mixtral-8x7B-Instruct-v0.1/model.safetensors.index.json
[1m--source-format[0m huggingface-safetensor
[1m--output[0m /models/mlc-delivery/hf/mlc-ai/Mixtral-8x7B-Instruct-v0.1-q4f16_1-MLC
Start storing to cache /models/mlc-delivery/hf/mlc-ai/Mixtral-8x7B-Instruct-v0.1-q4f16_1-MLC
0%| | 0/227 [00:00<?, ?it/s]
[2024-06-06 22:08:56] INFO huggingface_loader.py:185: Loading HF parameters from: /models/Mixtral-8x7B-Instruct-v0.1/model-00019-of-00019.safetensors
0%| | 0/227 [00:00<?, ?it/s]
[2024-06-06 22:09:02] INFO group_quantization.py:217: Compiling quantize function for key: ((32000, 4096), float16, cuda, axis=1, output_transpose=False)
0%| | 0/227 [00:05<?, ?it/s]
[2024-06-06 22:09:03] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mlm_head.q_weight[0m", shape: (32000, 512), dtype: uint32
0%| | 0/227 [00:06<?, ?it/s]
[2024-06-06 22:09:03] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mlm_head.q_scale[0m", shape: (32000, 128), dtype: float16
0%| | 0/227 [00:07<?, ?it/s]
0%| | 1/227 [00:07<26:44, 7.10s/it]
[2024-06-06 22:09:03] INFO huggingface_loader.py:185: Loading HF parameters from: /models/Mixtral-8x7B-Instruct-v0.1/model-00018-of-00019.safetensors
0%| | 1/227 [00:07<26:44, 7.10s/it]
[2024-06-06 22:09:23] INFO group_quantization.py:217: Compiling quantize function for key: ((8, 28672, 4096), float16, cuda, axis=2, output_transpose=False)
0%| | 1/227 [00:27<26:44, 7.10s/it]
[2024-06-06 22:09:24] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.30.moe.e1_e3.q_weight[0m", shape: (8, 28672, 512), dtype: uint32
0%| | 1/227 [00:27<26:44, 7.10s/it]
[2024-06-06 22:09:25] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.30.moe.e1_e3.q_scale[0m", shape: (8, 28672, 128), dtype: float16
0%| | 1/227 [00:29<26:44, 7.10s/it]
1%| | 2/227 [00:29<1:00:00, 16.00s/it]
[2024-06-06 22:09:28] INFO group_quantization.py:217: Compiling quantize function for key: ((8, 4096, 14336), float16, cuda, axis=2, output_transpose=False)
1%| | 2/227 [00:31<1:00:00, 16.00s/it]
[2024-06-06 22:09:28] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.30.moe.e2.q_weight[0m", shape: (8, 4096, 1792), dtype: uint32
1%| | 2/227 [00:31<1:00:00, 16.00s/it]
[2024-06-06 22:09:29] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.30.moe.e2.q_scale[0m", shape: (8, 4096, 448), dtype: float16
1%| | 2/227 [00:32<1:00:00, 16.00s/it]
1%|β | 3/227 [00:32<38:11, 10.23s/it]
[2024-06-06 22:09:29] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.30.input_layernorm.weight[0m", shape: (4096,), dtype: float16
1%|β | 3/227 [00:32<38:11, 10.23s/it]
[2024-06-06 22:09:29] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.30.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16
1%|β | 3/227 [00:32<38:11, 10.23s/it]
[2024-06-06 22:09:39] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.31.moe.e1_e3.q_weight[0m", shape: (8, 28672, 512), dtype: uint32
1%|β | 3/227 [00:42<38:11, 10.23s/it]
[2024-06-06 22:09:40] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.31.moe.e1_e3.q_scale[0m", shape: (8, 28672, 128), dtype: float16
1%|β | 3/227 [00:44<38:11, 10.23s/it]
3%|β | 6/227 [00:44<22:07, 6.01s/it]
[2024-06-06 22:09:42] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.31.moe.e2.q_weight[0m", shape: (8, 4096, 1792), dtype: uint32
3%|β | 6/227 [00:46<22:07, 6.01s/it]
[2024-06-06 22:09:43] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.31.moe.e2.q_scale[0m", shape: (8, 4096, 448), dtype: float16
3%|β | 6/227 [00:46<22:07, 6.01s/it]
3%|β | 7/227 [00:46<19:04, 5.20s/it]
[2024-06-06 22:09:43] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.31.moe.gate.weight[0m", shape: (8, 4096), dtype: float16
3%|β | 7/227 [00:46<19:04, 5.20s/it]
[2024-06-06 22:09:43] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.31.input_layernorm.weight[0m", shape: (4096,), dtype: float16
3%|β | 7/227 [00:46<19:04, 5.20s/it]
[2024-06-06 22:09:43] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.31.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16
3%|β | 7/227 [00:46<19:04, 5.20s/it]
[2024-06-06 22:09:43] INFO group_quantization.py:217: Compiling quantize function for key: ((6144, 4096), float16, cuda, axis=1, output_transpose=False)
3%|β | 7/227 [00:47<19:04, 5.20s/it]
[2024-06-06 22:09:44] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.31.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32
3%|β | 7/227 [00:47<19:04, 5.20s/it]
[2024-06-06 22:09:44] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.31.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16
3%|β | 7/227 [00:47<19:04, 5.20s/it]
5%|β | 11/227 [00:47<08:12, 2.28s/it]
[2024-06-06 22:09:44] INFO group_quantization.py:217: Compiling quantize function for key: ((4096, 4096), float16, cuda, axis=1, output_transpose=False)
5%|β | 11/227 [00:47<08:12, 2.28s/it]
[2024-06-06 22:09:44] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.31.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32
5%|β | 11/227 [00:47<08:12, 2.28s/it]
[2024-06-06 22:09:44] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.31.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16
5%|β | 11/227 [00:48<08:12, 2.28s/it]
5%|β | 12/227 [00:48<07:05, 1.98s/it]
[2024-06-06 22:09:44] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.norm.weight[0m", shape: (4096,), dtype: float16
5%|β | 12/227 [00:48<07:05, 1.98s/it]
[2024-06-06 22:09:44] INFO huggingface_loader.py:197: Unloading HF weight file: /models/Mixtral-8x7B-Instruct-v0.1/model-00018-of-00019.safetensors
5%|β | 12/227 [00:48<07:05, 1.98s/it]
[2024-06-06 22:09:45] INFO huggingface_loader.py:197: Unloading HF weight file: /models/Mixtral-8x7B-Instruct-v0.1/model-00019-of-00019.safetensors
5%|β | 12/227 [00:48<07:05, 1.98s/it]
[2024-06-06 22:09:45] INFO huggingface_loader.py:185: Loading HF parameters from: /models/Mixtral-8x7B-Instruct-v0.1/model-00001-of-00019.safetensors
5%|β | 12/227 [00:49<07:05, 1.98s/it]
[2024-06-06 22:09:50] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.embed_tokens.q_weight[0m", shape: (32000, 512), dtype: uint32
5%|β | 12/227 [00:53<07:05, 1.98s/it]
[2024-06-06 22:09:50] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.embed_tokens.q_scale[0m", shape: (32000, 128), dtype: float16
5%|β | 12/227 [00:53<07:05, 1.98s/it]
6%|β | 14/227 [00:54<08:14, 2.32s/it]
[2024-06-06 22:09:55] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.0.moe.e1_e3.q_weight[0m", shape: (8, 28672, 512), dtype: uint32
6%|β | 14/227 [00:58<08:14, 2.32s/it]
[2024-06-06 22:09:56] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.0.moe.e1_e3.q_scale[0m", shape: (8, 28672, 128), dtype: float16
6%|β | 14/227 [00:59<08:14, 2.32s/it]
7%|β | 15/227 [00:59<10:35, 3.00s/it]
[2024-06-06 22:09:58] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.0.moe.e2.q_weight[0m", shape: (8, 4096, 1792), dtype: uint32
7%|β | 15/227 [01:01<10:35, 3.00s/it]
[2024-06-06 22:09:59] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.0.moe.e2.q_scale[0m", shape: (8, 4096, 448), dtype: float16
7%|β | 15/227 [01:02<10:35, 3.00s/it]
7%|β | 16/227 [01:02<10:17, 2.93s/it]
[2024-06-06 22:09:59] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.0.moe.gate.weight[0m", shape: (8, 4096), dtype: float16
7%|β | 16/227 [01:02<10:17, 2.93s/it]
[2024-06-06 22:09:59] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.0.input_layernorm.weight[0m", shape: (4096,), dtype: float16
7%|β | 16/227 [01:02<10:17, 2.93s/it]
[2024-06-06 22:09:59] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.0.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16
7%|β | 16/227 [01:02<10:17, 2.93s/it]
[2024-06-06 22:09:59] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.0.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32
7%|β | 16/227 [01:02<10:17, 2.93s/it]
[2024-06-06 22:09:59] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.0.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16
7%|β | 16/227 [01:02<10:17, 2.93s/it]
9%|β | 20/227 [01:02<04:37, 1.34s/it]
[2024-06-06 22:09:59] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.0.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32
9%|β | 20/227 [01:02<04:37, 1.34s/it]
[2024-06-06 22:09:59] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.0.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16
9%|β | 20/227 [01:02<04:37, 1.34s/it]
[2024-06-06 22:09:59] INFO huggingface_loader.py:185: Loading HF parameters from: /models/Mixtral-8x7B-Instruct-v0.1/model-00002-of-00019.safetensors
9%|β | 20/227 [01:02<04:37, 1.34s/it]
[2024-06-06 22:10:08] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.1.moe.e1_e3.q_weight[0m", shape: (8, 28672, 512), dtype: uint32
9%|β | 20/227 [01:12<04:37, 1.34s/it]
[2024-06-06 22:10:09] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.1.moe.e1_e3.q_scale[0m", shape: (8, 28672, 128), dtype: float16
9%|β | 20/227 [01:13<04:37, 1.34s/it]
10%|β | 22/227 [01:13<08:27, 2.48s/it]
[2024-06-06 22:10:12] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.1.moe.e2.q_weight[0m", shape: (8, 4096, 1792), dtype: uint32
10%|β | 22/227 [01:15<08:27, 2.48s/it]
[2024-06-06 22:10:12] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.1.moe.e2.q_scale[0m", shape: (8, 4096, 448), dtype: float16
10%|β | 22/227 [01:16<08:27, 2.48s/it]
10%|β | 23/227 [01:16<08:30, 2.50s/it]
[2024-06-06 22:10:12] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.1.moe.gate.weight[0m", shape: (8, 4096), dtype: float16
10%|β | 23/227 [01:16<08:30, 2.50s/it]
[2024-06-06 22:10:12] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.1.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32
10%|β | 23/227 [01:16<08:30, 2.50s/it]
[2024-06-06 22:10:12] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.1.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16
10%|β | 23/227 [01:16<08:30, 2.50s/it]
11%|β | 25/227 [01:16<05:48, 1.73s/it]
[2024-06-06 22:10:13] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.1.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32
11%|β | 25/227 [01:16<05:48, 1.73s/it]
[2024-06-06 22:10:13] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.1.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16
11%|β | 25/227 [01:16<05:48, 1.73s/it]
[2024-06-06 22:10:13] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.1.input_layernorm.weight[0m", shape: (4096,), dtype: float16
11%|β | 25/227 [01:16<05:48, 1.73s/it]
[2024-06-06 22:10:13] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.1.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16
11%|β | 25/227 [01:16<05:48, 1.73s/it]
[2024-06-06 22:10:18] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.2.moe.e1_e3.q_weight[0m", shape: (8, 28672, 512), dtype: uint32
11%|β | 25/227 [01:21<05:48, 1.73s/it]
[2024-06-06 22:10:19] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.2.moe.e1_e3.q_scale[0m", shape: (8, 28672, 128), dtype: float16
11%|β | 25/227 [01:23<05:48, 1.73s/it]
13%|ββ | 29/227 [01:23<05:41, 1.72s/it]
[2024-06-06 22:10:21] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.2.moe.e2.q_weight[0m", shape: (8, 4096, 1792), dtype: uint32
13%|ββ | 29/227 [01:25<05:41, 1.72s/it]
[2024-06-06 22:10:22] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.2.moe.e2.q_scale[0m", shape: (8, 4096, 448), dtype: float16
13%|ββ | 29/227 [01:25<05:41, 1.72s/it]
13%|ββ | 30/227 [01:25<06:05, 1.86s/it]
[2024-06-06 22:10:22] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.2.moe.gate.weight[0m", shape: (8, 4096), dtype: float16
13%|ββ | 30/227 [01:25<06:05, 1.86s/it]
[2024-06-06 22:10:22] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.2.input_layernorm.weight[0m", shape: (4096,), dtype: float16
13%|ββ | 30/227 [01:25<06:05, 1.86s/it]
[2024-06-06 22:10:22] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.2.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16
13%|ββ | 30/227 [01:25<06:05, 1.86s/it]
[2024-06-06 22:10:22] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.2.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32
13%|ββ | 30/227 [01:25<06:05, 1.86s/it]
[2024-06-06 22:10:22] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.2.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16
13%|ββ | 30/227 [01:25<06:05, 1.86s/it]
15%|ββ | 34/227 [01:25<03:18, 1.03s/it]
[2024-06-06 22:10:22] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.2.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32
15%|ββ | 34/227 [01:26<03:18, 1.03s/it]
[2024-06-06 22:10:22] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.2.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16
15%|ββ | 34/227 [01:26<03:18, 1.03s/it]
[2024-06-06 22:10:22] INFO huggingface_loader.py:197: Unloading HF weight file: /models/Mixtral-8x7B-Instruct-v0.1/model-00001-of-00019.safetensors
15%|ββ | 34/227 [01:26<03:18, 1.03s/it]
[2024-06-06 22:10:23] INFO huggingface_loader.py:185: Loading HF parameters from: /models/Mixtral-8x7B-Instruct-v0.1/model-00003-of-00019.safetensors
15%|ββ | 34/227 [01:26<03:18, 1.03s/it]
[2024-06-06 22:10:35] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.3.moe.e1_e3.q_weight[0m", shape: (8, 28672, 512), dtype: uint32
15%|ββ | 34/227 [01:38<03:18, 1.03s/it]
[2024-06-06 22:10:36] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.3.moe.e1_e3.q_scale[0m", shape: (8, 28672, 128), dtype: float16
15%|ββ | 34/227 [01:39<03:18, 1.03s/it]
16%|ββ | 36/227 [01:39<07:55, 2.49s/it]
[2024-06-06 22:10:38] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.3.moe.e2.q_weight[0m", shape: (8, 4096, 1792), dtype: uint32
16%|ββ | 36/227 [01:41<07:55, 2.49s/it]
[2024-06-06 22:10:39] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.3.moe.e2.q_scale[0m", shape: (8, 4096, 448), dtype: float16
16%|ββ | 36/227 [01:42<07:55, 2.49s/it]
16%|ββ | 37/227 [01:42<07:58, 2.52s/it]
[2024-06-06 22:10:39] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.3.moe.gate.weight[0m", shape: (8, 4096), dtype: float16
16%|ββ | 37/227 [01:42<07:58, 2.52s/it]
[2024-06-06 22:10:39] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.3.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32
16%|ββ | 37/227 [01:42<07:58, 2.52s/it]
[2024-06-06 22:10:39] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.3.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16
16%|ββ | 37/227 [01:42<07:58, 2.52s/it]
17%|ββ | 39/227 [01:42<05:36, 1.79s/it]
[2024-06-06 22:10:39] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.3.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32
17%|ββ | 39/227 [01:42<05:36, 1.79s/it]
[2024-06-06 22:10:39] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.3.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16
17%|ββ | 39/227 [01:42<05:36, 1.79s/it]
[2024-06-06 22:10:39] INFO huggingface_loader.py:197: Unloading HF weight file: /models/Mixtral-8x7B-Instruct-v0.1/model-00003-of-00019.safetensors
17%|ββ | 39/227 [01:42<05:36, 1.79s/it]
[2024-06-06 22:10:40] INFO huggingface_loader.py:197: Unloading HF weight file: /models/Mixtral-8x7B-Instruct-v0.1/model-00002-of-00019.safetensors
17%|ββ | 39/227 [01:43<05:36, 1.79s/it]
[2024-06-06 22:10:40] INFO huggingface_loader.py:185: Loading HF parameters from: /models/Mixtral-8x7B-Instruct-v0.1/model-00007-of-00019.safetensors
17%|ββ | 39/227 [01:43<05:36, 1.79s/it]
[2024-06-06 22:10:44] INFO huggingface_loader.py:185: Loading HF parameters from: /models/Mixtral-8x7B-Instruct-v0.1/model-00006-of-00019.safetensors
17%|ββ | 39/227 [01:48<05:36, 1.79s/it]
[2024-06-06 22:10:56] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.10.moe.e1_e3.q_weight[0m", shape: (8, 28672, 512), dtype: uint32
17%|ββ | 39/227 [01:59<05:36, 1.79s/it]
[2024-06-06 22:10:57] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.10.moe.e1_e3.q_scale[0m", shape: (8, 28672, 128), dtype: float16
17%|ββ | 39/227 [02:01<05:36, 1.79s/it]
18%|ββ | 41/227 [02:01<12:26, 4.01s/it]
[2024-06-06 22:10:59] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.10.moe.e2.q_weight[0m", shape: (8, 4096, 1792), dtype: uint32
18%|ββ | 41/227 [02:03<12:26, 4.01s/it]
[2024-06-06 22:11:00] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.10.moe.e2.q_scale[0m", shape: (8, 4096, 448), dtype: float16
18%|ββ | 41/227 [02:03<12:26, 4.01s/it]
19%|ββ | 42/227 [02:03<11:38, 3.78s/it]
[2024-06-06 22:11:00] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.10.moe.gate.weight[0m", shape: (8, 4096), dtype: float16
19%|ββ | 42/227 [02:03<11:38, 3.78s/it]
[2024-06-06 22:11:00] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.10.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32
19%|ββ | 42/227 [02:04<11:38, 3.78s/it]
[2024-06-06 22:11:00] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.10.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16
19%|ββ | 42/227 [02:04<11:38, 3.78s/it]
19%|ββ | 44/227 [02:04<07:44, 2.54s/it]
[2024-06-06 22:11:00] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.10.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32
19%|ββ | 44/227 [02:04<07:44, 2.54s/it]
[2024-06-06 22:11:00] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.10.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16
19%|ββ | 44/227 [02:04<07:44, 2.54s/it]
[2024-06-06 22:11:00] INFO huggingface_loader.py:197: Unloading HF weight file: /models/Mixtral-8x7B-Instruct-v0.1/model-00007-of-00019.safetensors
19%|ββ | 44/227 [02:04<07:44, 2.54s/it]
[2024-06-06 22:11:01] INFO huggingface_loader.py:185: Loading HF parameters from: /models/Mixtral-8x7B-Instruct-v0.1/model-00005-of-00019.safetensors
19%|ββ | 44/227 [02:04<07:44, 2.54s/it]
[2024-06-06 22:11:08] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.8.moe.e2.q_weight[0m", shape: (8, 4096, 1792), dtype: uint32
19%|ββ | 44/227 [02:12<07:44, 2.54s/it]
[2024-06-06 22:11:09] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.8.moe.e2.q_scale[0m", shape: (8, 4096, 448), dtype: float16
19%|ββ | 44/227 [02:12<07:44, 2.54s/it]
20%|ββ | 46/227 [02:12<09:31, 3.16s/it]
[2024-06-06 22:11:18] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.8.moe.e1_e3.q_weight[0m", shape: (8, 28672, 512), dtype: uint32
20%|ββ | 46/227 [02:21<09:31, 3.16s/it]
[2024-06-06 22:11:19] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.8.moe.e1_e3.q_scale[0m", shape: (8, 28672, 128), dtype: float16
20%|ββ | 46/227 [02:22<09:31, 3.16s/it]
21%|ββ | 47/227 [02:23<13:23, 4.46s/it]
[2024-06-06 22:11:19] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.8.input_layernorm.weight[0m", shape: (4096,), dtype: float16
21%|ββ | 47/227 [02:23<13:23, 4.46s/it]
[2024-06-06 22:11:19] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.8.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16
21%|ββ | 47/227 [02:23<13:23, 4.46s/it]
[2024-06-06 22:11:27] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.9.moe.e1_e3.q_weight[0m", shape: (8, 28672, 512), dtype: uint32
21%|ββ | 47/227 [02:30<13:23, 4.46s/it]
[2024-06-06 22:11:28] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.9.moe.e1_e3.q_scale[0m", shape: (8, 28672, 128), dtype: float16
21%|ββ | 47/227 [02:31<13:23, 4.46s/it]
22%|βββ | 50/227 [02:31<11:11, 3.79s/it]
[2024-06-06 22:11:30] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.9.moe.e2.q_weight[0m", shape: (8, 4096, 1792), dtype: uint32
22%|βββ | 50/227 [02:33<11:11, 3.79s/it]
[2024-06-06 22:11:31] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.9.moe.e2.q_scale[0m", shape: (8, 4096, 448), dtype: float16
22%|βββ | 50/227 [02:34<11:11, 3.79s/it]
22%|βββ | 51/227 [02:34<10:34, 3.60s/it]
[2024-06-06 22:11:31] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.9.moe.gate.weight[0m", shape: (8, 4096), dtype: float16
22%|βββ | 51/227 [02:34<10:34, 3.60s/it]
[2024-06-06 22:11:31] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.9.input_layernorm.weight[0m", shape: (4096,), dtype: float16
22%|βββ | 51/227 [02:34<10:34, 3.60s/it]
[2024-06-06 22:11:31] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.9.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16
22%|βββ | 51/227 [02:34<10:34, 3.60s/it]
[2024-06-06 22:11:31] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.9.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32
22%|βββ | 51/227 [02:34<10:34, 3.60s/it]
[2024-06-06 22:11:31] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.9.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16
22%|βββ | 51/227 [02:34<10:34, 3.60s/it]
24%|βββ | 55/227 [02:34<05:13, 1.82s/it]
[2024-06-06 22:11:31] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.9.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32
24%|βββ | 55/227 [02:34<05:13, 1.82s/it]
[2024-06-06 22:11:31] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.9.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16
24%|βββ | 55/227 [02:34<05:13, 1.82s/it]
[2024-06-06 22:11:31] INFO huggingface_loader.py:197: Unloading HF weight file: /models/Mixtral-8x7B-Instruct-v0.1/model-00005-of-00019.safetensors
24%|βββ | 55/227 [02:34<05:13, 1.82s/it]
[2024-06-06 22:11:32] INFO huggingface_loader.py:197: Unloading HF weight file: /models/Mixtral-8x7B-Instruct-v0.1/model-00006-of-00019.safetensors
24%|βββ | 55/227 [02:35<05:13, 1.82s/it]
[2024-06-06 22:11:32] INFO huggingface_loader.py:185: Loading HF parameters from: /models/Mixtral-8x7B-Instruct-v0.1/model-00007-of-00019.safetensors
24%|βββ | 55/227 [02:36<05:13, 1.82s/it]
[2024-06-06 22:11:36] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.10.input_layernorm.weight[0m", shape: (4096,), dtype: float16
24%|βββ | 55/227 [02:40<05:13, 1.82s/it]
25%|βββ | 57/227 [02:40<05:45, 2.03s/it]
[2024-06-06 22:11:36] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.10.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16
25%|βββ | 57/227 [02:40<05:45, 2.03s/it]
[2024-06-06 22:11:36] INFO huggingface_loader.py:185: Loading HF parameters from: /models/Mixtral-8x7B-Instruct-v0.1/model-00008-of-00019.safetensors
25%|βββ | 57/227 [02:40<05:45, 2.03s/it]
[2024-06-06 22:11:47] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.11.moe.e1_e3.q_weight[0m", shape: (8, 28672, 512), dtype: uint32
25%|βββ | 57/227 [02:51<05:45, 2.03s/it]
[2024-06-06 22:11:48] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.11.moe.e1_e3.q_scale[0m", shape: (8, 28672, 128), dtype: float16
25%|βββ | 57/227 [02:52<05:45, 2.03s/it]
26%|βββ | 59/227 [02:52<08:51, 3.17s/it]
[2024-06-06 22:11:51] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.11.moe.e2.q_weight[0m", shape: (8, 4096, 1792), dtype: uint32
26%|βββ | 59/227 [02:54<08:51, 3.17s/it]
[2024-06-06 22:11:51] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.11.moe.e2.q_scale[0m", shape: (8, 4096, 448), dtype: float16
26%|βββ | 59/227 [02:54<08:51, 3.17s/it]
26%|βββ | 60/227 [02:55<08:32, 3.07s/it]
[2024-06-06 22:11:51] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.11.moe.gate.weight[0m", shape: (8, 4096), dtype: float16
26%|βββ | 60/227 [02:55<08:32, 3.07s/it]
[2024-06-06 22:11:51] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.11.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32
26%|βββ | 60/227 [02:55<08:32, 3.07s/it]
[2024-06-06 22:11:51] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.11.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16
26%|βββ | 60/227 [02:55<08:32, 3.07s/it]
27%|βββ | 62/227 [02:55<05:49, 2.12s/it]
[2024-06-06 22:11:51] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.11.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32
27%|βββ | 62/227 [02:55<05:49, 2.12s/it]
[2024-06-06 22:11:51] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.11.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16
27%|βββ | 62/227 [02:55<05:49, 2.12s/it]
[2024-06-06 22:11:51] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.11.input_layernorm.weight[0m", shape: (4096,), dtype: float16
27%|βββ | 62/227 [02:55<05:49, 2.12s/it]
[2024-06-06 22:11:51] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.11.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16
27%|βββ | 62/227 [02:55<05:49, 2.12s/it]
[2024-06-06 22:11:56] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.12.moe.e1_e3.q_weight[0m", shape: (8, 28672, 512), dtype: uint32
27%|βββ | 62/227 [02:59<05:49, 2.12s/it]
[2024-06-06 22:11:57] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.12.moe.e1_e3.q_scale[0m", shape: (8, 28672, 128), dtype: float16
27%|βββ | 62/227 [03:00<05:49, 2.12s/it]
29%|βββ | 66/227 [03:00<04:47, 1.78s/it]
[2024-06-06 22:11:59] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.12.moe.e2.q_weight[0m", shape: (8, 4096, 1792), dtype: uint32
29%|βββ | 66/227 [03:02<04:47, 1.78s/it]
[2024-06-06 22:12:00] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.12.moe.e2.q_scale[0m", shape: (8, 4096, 448), dtype: float16
29%|βββ | 66/227 [03:03<04:47, 1.78s/it]
30%|βββ | 67/227 [03:03<05:04, 1.91s/it]
[2024-06-06 22:12:00] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.12.moe.gate.weight[0m", shape: (8, 4096), dtype: float16
30%|βββ | 67/227 [03:03<05:04, 1.91s/it]
[2024-06-06 22:12:00] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.12.input_layernorm.weight[0m", shape: (4096,), dtype: float16
30%|βββ | 67/227 [03:03<05:04, 1.91s/it]
[2024-06-06 22:12:00] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.12.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16
30%|βββ | 67/227 [03:03<05:04, 1.91s/it]
[2024-06-06 22:12:00] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.12.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32
30%|βββ | 67/227 [03:03<05:04, 1.91s/it]
[2024-06-06 22:12:00] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.12.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16
30%|βββ | 67/227 [03:03<05:04, 1.91s/it]
31%|ββββ | 71/227 [03:03<02:45, 1.06s/it]
[2024-06-06 22:12:00] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.12.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32
31%|ββββ | 71/227 [03:03<02:45, 1.06s/it]
[2024-06-06 22:12:00] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.12.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16
31%|ββββ | 71/227 [03:03<02:45, 1.06s/it]
[2024-06-06 22:12:00] INFO huggingface_loader.py:197: Unloading HF weight file: /models/Mixtral-8x7B-Instruct-v0.1/model-00007-of-00019.safetensors
31%|ββββ | 71/227 [03:03<02:45, 1.06s/it]
[2024-06-06 22:12:00] INFO huggingface_loader.py:185: Loading HF parameters from: /models/Mixtral-8x7B-Instruct-v0.1/model-00009-of-00019.safetensors
31%|ββββ | 71/227 [03:04<02:45, 1.06s/it]
[2024-06-06 22:12:11] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.13.moe.e1_e3.q_weight[0m", shape: (8, 28672, 512), dtype: uint32
31%|ββββ | 71/227 [03:14<02:45, 1.06s/it]
[2024-06-06 22:12:12] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.13.moe.e1_e3.q_scale[0m", shape: (8, 28672, 128), dtype: float16
31%|ββββ | 71/227 [03:16<02:45, 1.06s/it]
32%|ββββ | 73/227 [03:16<06:00, 2.34s/it]
[2024-06-06 22:12:14] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.13.moe.e2.q_weight[0m", shape: (8, 4096, 1792), dtype: uint32
32%|ββββ | 73/227 [03:18<06:00, 2.34s/it]
[2024-06-06 22:12:15] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.13.moe.e2.q_scale[0m", shape: (8, 4096, 448), dtype: float16
32%|ββββ | 73/227 [03:18<06:00, 2.34s/it]
33%|ββββ | 74/227 [03:18<06:05, 2.39s/it]
[2024-06-06 22:12:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.13.moe.gate.weight[0m", shape: (8, 4096), dtype: float16
33%|ββββ | 74/227 [03:18<06:05, 2.39s/it]
[2024-06-06 22:12:15] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.13.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32
33%|ββββ | 74/227 [03:19<06:05, 2.39s/it]
[2024-06-06 22:12:15] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.13.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16
33%|ββββ | 74/227 [03:19<06:05, 2.39s/it]
33%|ββββ | 76/227 [03:19<04:16, 1.70s/it]
[2024-06-06 22:12:15] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.13.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32
33%|ββββ | 76/227 [03:19<04:16, 1.70s/it]
[2024-06-06 22:12:15] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.13.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16
33%|ββββ | 76/227 [03:19<04:16, 1.70s/it]
[2024-06-06 22:12:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.13.input_layernorm.weight[0m", shape: (4096,), dtype: float16
33%|ββββ | 76/227 [03:19<04:16, 1.70s/it]
[2024-06-06 22:12:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.13.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16
33%|ββββ | 76/227 [03:19<04:16, 1.70s/it]
[2024-06-06 22:12:22] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.14.moe.e1_e3.q_weight[0m", shape: (8, 28672, 512), dtype: uint32
33%|ββββ | 76/227 [03:25<04:16, 1.70s/it]
[2024-06-06 22:12:23] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.14.moe.e1_e3.q_scale[0m", shape: (8, 28672, 128), dtype: float16
33%|ββββ | 76/227 [03:27<04:16, 1.70s/it]
35%|ββββ | 80/227 [03:27<04:33, 1.86s/it]
[2024-06-06 22:12:25] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.14.moe.e2.q_weight[0m", shape: (8, 4096, 1792), dtype: uint32
35%|ββββ | 80/227 [03:29<04:33, 1.86s/it]
[2024-06-06 22:12:26] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.14.moe.e2.q_scale[0m", shape: (8, 4096, 448), dtype: float16
35%|ββββ | 80/227 [03:29<04:33, 1.86s/it]
36%|ββββ | 81/227 [03:29<04:47, 1.97s/it]
[2024-06-06 22:12:26] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.14.moe.gate.weight[0m", shape: (8, 4096), dtype: float16
36%|ββββ | 81/227 [03:29<04:47, 1.97s/it]
[2024-06-06 22:12:26] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.14.input_layernorm.weight[0m", shape: (4096,), dtype: float16
36%|ββββ | 81/227 [03:29<04:47, 1.97s/it]
[2024-06-06 22:12:26] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.14.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16
36%|ββββ | 81/227 [03:29<04:47, 1.97s/it]
[2024-06-06 22:12:26] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.14.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32
36%|ββββ | 81/227 [03:29<04:47, 1.97s/it]
[2024-06-06 22:12:26] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.14.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16
36%|ββββ | 81/227 [03:30<04:47, 1.97s/it]
37%|ββββ | 85/227 [03:30<02:37, 1.11s/it]
[2024-06-06 22:12:26] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.14.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32
37%|ββββ | 85/227 [03:30<02:37, 1.11s/it]
[2024-06-06 22:12:26] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.14.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16
37%|ββββ | 85/227 [03:30<02:37, 1.11s/it]
[2024-06-06 22:12:26] INFO huggingface_loader.py:197: Unloading HF weight file: /models/Mixtral-8x7B-Instruct-v0.1/model-00008-of-00019.safetensors
37%|ββββ | 85/227 [03:30<02:37, 1.11s/it]
[2024-06-06 22:12:27] INFO huggingface_loader.py:185: Loading HF parameters from: /models/Mixtral-8x7B-Instruct-v0.1/model-00010-of-00019.safetensors
37%|ββββ | 85/227 [03:30<02:37, 1.11s/it]
37%|ββββ | 85/227 [03:40<02:37, 1.11s/it]
[2024-06-06 22:12:37] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.15.moe.e1_e3.q_weight[0m", shape: (8, 28672, 512), dtype: uint32
37%|ββββ | 85/227 [03:40<02:37, 1.11s/it]
[2024-06-06 22:12:38] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.15.moe.e1_e3.q_scale[0m", shape: (8, 28672, 128), dtype: float16
37%|ββββ | 85/227 [03:41<02:37, 1.11s/it]
38%|ββββ | 87/227 [03:41<05:18, 2.27s/it]
[2024-06-06 22:12:40] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.15.moe.e2.q_weight[0m", shape: (8, 4096, 1792), dtype: uint32
38%|ββββ | 87/227 [03:43<05:18, 2.27s/it]
[2024-06-06 22:12:41] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.15.moe.e2.q_scale[0m", shape: (8, 4096, 448), dtype: float16
38%|ββββ | 87/227 [03:44<05:18, 2.27s/it]
39%|ββββ | 88/227 [03:44<05:24, 2.33s/it]
[2024-06-06 22:12:41] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.15.moe.gate.weight[0m", shape: (8, 4096), dtype: float16
39%|ββββ | 88/227 [03:44<05:24, 2.33s/it]
[2024-06-06 22:12:41] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.15.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32
39%|ββββ | 88/227 [03:44<05:24, 2.33s/it]
[2024-06-06 22:12:41] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.15.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16
39%|ββββ | 88/227 [03:44<05:24, 2.33s/it]
40%|ββββ | 90/227 [03:44<03:48, 1.67s/it]
[2024-06-06 22:12:41] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.15.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32
40%|ββββ | 90/227 [03:44<03:48, 1.67s/it]
[2024-06-06 22:12:41] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.15.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16
40%|ββββ | 90/227 [03:44<03:48, 1.67s/it]
[2024-06-06 22:12:41] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.15.input_layernorm.weight[0m", shape: (4096,), dtype: float16
40%|ββββ | 90/227 [03:44<03:48, 1.67s/it]
[2024-06-06 22:12:41] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.15.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16
40%|ββββ | 90/227 [03:44<03:48, 1.67s/it]
[2024-06-06 22:12:41] INFO huggingface_loader.py:197: Unloading HF weight file: /models/Mixtral-8x7B-Instruct-v0.1/model-00009-of-00019.safetensors
40%|ββββ | 90/227 [03:44<03:48, 1.67s/it]
[2024-06-06 22:12:42] INFO huggingface_loader.py:185: Loading HF parameters from: /models/Mixtral-8x7B-Instruct-v0.1/model-00011-of-00019.safetensors
40%|ββββ | 90/227 [03:45<03:48, 1.67s/it]
[2024-06-06 22:12:52] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.16.moe.e1_e3.q_weight[0m", shape: (8, 28672, 512), dtype: uint32
40%|ββββ | 90/227 [03:55<03:48, 1.67s/it]
[2024-06-06 22:12:53] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.16.moe.e1_e3.q_scale[0m", shape: (8, 28672, 128), dtype: float16
40%|ββββ | 90/227 [03:57<03:48, 1.67s/it]
41%|βββββ | 94/227 [03:57<05:13, 2.36s/it]
[2024-06-06 22:12:56] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.16.moe.e2.q_weight[0m", shape: (8, 4096, 1792), dtype: uint32
41%|βββββ | 94/227 [03:59<05:13, 2.36s/it]
[2024-06-06 22:12:56] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.16.moe.e2.q_scale[0m", shape: (8, 4096, 448), dtype: float16
41%|βββββ | 94/227 [04:00<05:13, 2.36s/it]
42%|βββββ | 95/227 [04:00<05:17, 2.40s/it]
[2024-06-06 22:12:56] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.16.moe.gate.weight[0m", shape: (8, 4096), dtype: float16
42%|βββββ | 95/227 [04:00<05:17, 2.40s/it]
[2024-06-06 22:12:56] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.16.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32
42%|βββββ | 95/227 [04:00<05:17, 2.40s/it]
[2024-06-06 22:12:56] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.16.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16
42%|βββββ | 95/227 [04:00<05:17, 2.40s/it]
43%|βββββ | 97/227 [04:00<03:45, 1.74s/it]
[2024-06-06 22:12:56] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.16.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32
43%|βββββ | 97/227 [04:00<03:45, 1.74s/it]
[2024-06-06 22:12:57] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.16.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16
43%|βββββ | 97/227 [04:00<03:45, 1.74s/it]
[2024-06-06 22:12:57] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.16.input_layernorm.weight[0m", shape: (4096,), dtype: float16
43%|βββββ | 97/227 [04:00<03:45, 1.74s/it]
[2024-06-06 22:12:57] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.16.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16
43%|βββββ | 97/227 [04:00<03:45, 1.74s/it]
[2024-06-06 22:13:02] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.17.moe.e1_e3.q_weight[0m", shape: (8, 28672, 512), dtype: uint32
43%|βββββ | 97/227 [04:05<03:45, 1.74s/it]
[2024-06-06 22:13:03] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.17.moe.e1_e3.q_scale[0m", shape: (8, 28672, 128), dtype: float16
43%|βββββ | 97/227 [04:07<03:45, 1.74s/it]
44%|βββββ | 101/227 [04:07<03:38, 1.74s/it]
[2024-06-06 22:13:05] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.17.moe.e2.q_weight[0m", shape: (8, 4096, 1792), dtype: uint32
44%|βββββ | 101/227 [04:09<03:38, 1.74s/it]
[2024-06-06 22:13:06] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.17.moe.e2.q_scale[0m", shape: (8, 4096, 448), dtype: float16
44%|βββββ | 101/227 [04:09<03:38, 1.74s/it]
45%|βββββ | 102/227 [04:09<03:52, 1.86s/it]
[2024-06-06 22:13:06] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.17.moe.gate.weight[0m", shape: (8, 4096), dtype: float16
45%|βββββ | 102/227 [04:09<03:52, 1.86s/it]
[2024-06-06 22:13:06] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.17.input_layernorm.weight[0m", shape: (4096,), dtype: float16
45%|βββββ | 102/227 [04:09<03:52, 1.86s/it]
[2024-06-06 22:13:06] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.17.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16
45%|βββββ | 102/227 [04:09<03:52, 1.86s/it]
[2024-06-06 22:13:06] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.17.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32
45%|βββββ | 102/227 [04:09<03:52, 1.86s/it]
[2024-06-06 22:13:06] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.17.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16
45%|βββββ | 102/227 [04:09<03:52, 1.86s/it]
47%|βββββ | 106/227 [04:09<02:07, 1.06s/it]
[2024-06-06 22:13:06] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.17.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32
47%|βββββ | 106/227 [04:10<02:07, 1.06s/it]
[2024-06-06 22:13:06] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.17.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16
47%|βββββ | 106/227 [04:10<02:07, 1.06s/it]
[2024-06-06 22:13:06] INFO huggingface_loader.py:197: Unloading HF weight file: /models/Mixtral-8x7B-Instruct-v0.1/model-00010-of-00019.safetensors
47%|βββββ | 106/227 [04:10<02:07, 1.06s/it]
[2024-06-06 22:13:07] INFO huggingface_loader.py:185: Loading HF parameters from: /models/Mixtral-8x7B-Instruct-v0.1/model-00012-of-00019.safetensors
47%|βββββ | 106/227 [04:10<02:07, 1.06s/it]
[2024-06-06 22:13:16] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.18.moe.e1_e3.q_weight[0m", shape: (8, 28672, 512), dtype: uint32
47%|βββββ | 106/227 [04:19<02:07, 1.06s/it]
47%|βββββ | 106/227 [04:20<02:07, 1.06s/it]
[2024-06-06 22:13:17] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.18.moe.e1_e3.q_scale[0m", shape: (8, 28672, 128), dtype: float16
47%|βββββ | 106/227 [04:20<02:07, 1.06s/it]
48%|βββββ | 108/227 [04:21<04:12, 2.12s/it]
[2024-06-06 22:13:19] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.18.moe.e2.q_weight[0m", shape: (8, 4096, 1792), dtype: uint32
48%|βββββ | 108/227 [04:22<04:12, 2.12s/it]
[2024-06-06 22:13:20] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.18.moe.e2.q_scale[0m", shape: (8, 4096, 448), dtype: float16
48%|βββββ | 108/227 [04:23<04:12, 2.12s/it]
48%|βββββ | 109/227 [04:23<04:18, 2.19s/it]
[2024-06-06 22:13:20] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.18.moe.gate.weight[0m", shape: (8, 4096), dtype: float16
48%|βββββ | 109/227 [04:23<04:18, 2.19s/it]
[2024-06-06 22:13:20] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.18.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32
48%|βββββ | 109/227 [04:23<04:18, 2.19s/it]
[2024-06-06 22:13:20] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.18.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16
48%|βββββ | 109/227 [04:23<04:18, 2.19s/it]
49%|βββββ | 111/227 [04:23<03:02, 1.57s/it]
[2024-06-06 22:13:20] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.18.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32
49%|βββββ | 111/227 [04:23<03:02, 1.57s/it]
[2024-06-06 22:13:20] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.18.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16
49%|βββββ | 111/227 [04:23<03:02, 1.57s/it]
[2024-06-06 22:13:20] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.18.input_layernorm.weight[0m", shape: (4096,), dtype: float16
49%|βββββ | 111/227 [04:23<03:02, 1.57s/it]
[2024-06-06 22:13:20] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.18.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16
49%|βββββ | 111/227 [04:23<03:02, 1.57s/it]
[2024-06-06 22:13:26] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.19.moe.e1_e3.q_weight[0m", shape: (8, 28672, 512), dtype: uint32
49%|βββββ | 111/227 [04:30<03:02, 1.57s/it]
[2024-06-06 22:13:28] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.19.moe.e1_e3.q_scale[0m", shape: (8, 28672, 128), dtype: float16
49%|βββββ | 111/227 [04:31<03:02, 1.57s/it]
51%|βββββ | 115/227 [04:31<03:17, 1.77s/it]
[2024-06-06 22:13:30] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.19.moe.e2.q_weight[0m", shape: (8, 4096, 1792), dtype: uint32
51%|βββββ | 115/227 [04:33<03:17, 1.77s/it]
[2024-06-06 22:13:30] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.19.moe.e2.q_scale[0m", shape: (8, 4096, 448), dtype: float16
51%|βββββ | 115/227 [04:34<03:17, 1.77s/it]
51%|βββββ | 116/227 [04:34<03:30, 1.89s/it]
[2024-06-06 22:13:31] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.19.moe.gate.weight[0m", shape: (8, 4096), dtype: float16
51%|βββββ | 116/227 [04:34<03:30, 1.89s/it]
[2024-06-06 22:13:31] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.19.input_layernorm.weight[0m", shape: (4096,), dtype: float16
51%|βββββ | 116/227 [04:34<03:30, 1.89s/it]
[2024-06-06 22:13:31] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.19.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16
51%|βββββ | 116/227 [04:34<03:30, 1.89s/it]
[2024-06-06 22:13:31] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.19.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32
51%|βββββ | 116/227 [04:34<03:30, 1.89s/it]
[2024-06-06 22:13:31] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.19.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16
51%|βββββ | 116/227 [04:34<03:30, 1.89s/it]
53%|ββββββ | 120/227 [04:34<01:54, 1.07s/it]
[2024-06-06 22:13:31] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.19.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32
53%|ββββββ | 120/227 [04:34<01:54, 1.07s/it]
[2024-06-06 22:13:31] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.19.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16
53%|ββββββ | 120/227 [04:34<01:54, 1.07s/it]
[2024-06-06 22:13:31] INFO huggingface_loader.py:197: Unloading HF weight file: /models/Mixtral-8x7B-Instruct-v0.1/model-00011-of-00019.safetensors
53%|ββββββ | 120/227 [04:34<01:54, 1.07s/it]
[2024-06-06 22:13:31] INFO huggingface_loader.py:185: Loading HF parameters from: /models/Mixtral-8x7B-Instruct-v0.1/model-00013-of-00019.safetensors
53%|ββββββ | 120/227 [04:35<01:54, 1.07s/it]
[2024-06-06 22:13:42] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.20.moe.e1_e3.q_weight[0m", shape: (8, 28672, 512), dtype: uint32
53%|ββββββ | 120/227 [04:45<01:54, 1.07s/it]
[2024-06-06 22:13:43] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.20.moe.e1_e3.q_scale[0m", shape: (8, 28672, 128), dtype: float16
53%|ββββββ | 120/227 [04:46<01:54, 1.07s/it]
54%|ββββββ | 122/227 [04:47<04:04, 2.33s/it]
[2024-06-06 22:13:45] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.20.moe.e2.q_weight[0m", shape: (8, 4096, 1792), dtype: uint32
54%|ββββββ | 122/227 [04:49<04:04, 2.33s/it]
[2024-06-06 22:13:46] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.20.moe.e2.q_scale[0m", shape: (8, 4096, 448), dtype: float16
54%|ββββββ | 122/227 [04:49<04:04, 2.33s/it]
54%|ββββββ | 123/227 [04:49<04:06, 2.37s/it]
[2024-06-06 22:13:46] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.20.moe.gate.weight[0m", shape: (8, 4096), dtype: float16
54%|ββββββ | 123/227 [04:49<04:06, 2.37s/it]
[2024-06-06 22:13:46] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.20.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32
54%|ββββββ | 123/227 [04:49<04:06, 2.37s/it]
[2024-06-06 22:13:46] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.20.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16
54%|ββββββ | 123/227 [04:49<04:06, 2.37s/it]
55%|ββββββ | 125/227 [04:49<02:52, 1.69s/it]
[2024-06-06 22:13:46] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.20.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32
55%|ββββββ | 125/227 [04:50<02:52, 1.69s/it]
[2024-06-06 22:13:46] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.20.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16
55%|ββββββ | 125/227 [04:50<02:52, 1.69s/it]
[2024-06-06 22:13:46] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.20.input_layernorm.weight[0m", shape: (4096,), dtype: float16
55%|ββββββ | 125/227 [04:50<02:52, 1.69s/it]
[2024-06-06 22:13:46] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.20.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16
55%|ββββββ | 125/227 [04:50<02:52, 1.69s/it]
[2024-06-06 22:13:51] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.21.moe.e1_e3.q_weight[0m", shape: (8, 28672, 512), dtype: uint32
55%|ββββββ | 125/227 [04:55<02:52, 1.69s/it]
[2024-06-06 22:13:53] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.21.moe.e1_e3.q_scale[0m", shape: (8, 28672, 128), dtype: float16
55%|ββββββ | 125/227 [04:56<02:52, 1.69s/it]
57%|ββββββ | 129/227 [04:56<02:44, 1.68s/it]
[2024-06-06 22:13:55] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.21.moe.e2.q_weight[0m", shape: (8, 4096, 1792), dtype: uint32
57%|ββββββ | 129/227 [04:58<02:44, 1.68s/it]
[2024-06-06 22:13:55] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.21.moe.e2.q_scale[0m", shape: (8, 4096, 448), dtype: float16
57%|ββββββ | 129/227 [04:59<02:44, 1.68s/it]
57%|ββββββ | 130/227 [04:59<02:56, 1.82s/it]
[2024-06-06 22:13:55] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.21.moe.gate.weight[0m", shape: (8, 4096), dtype: float16
57%|ββββββ | 130/227 [04:59<02:56, 1.82s/it]
[2024-06-06 22:13:55] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.21.input_layernorm.weight[0m", shape: (4096,), dtype: float16
57%|ββββββ | 130/227 [04:59<02:56, 1.82s/it]
[2024-06-06 22:13:55] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.21.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16
57%|ββββββ | 130/227 [04:59<02:56, 1.82s/it]
[2024-06-06 22:13:56] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.21.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32
57%|ββββββ | 130/227 [04:59<02:56, 1.82s/it]
[2024-06-06 22:13:56] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.21.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16
57%|ββββββ | 130/227 [04:59<02:56, 1.82s/it]
59%|ββββββ | 134/227 [04:59<01:35, 1.03s/it]
[2024-06-06 22:13:56] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.21.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32
59%|ββββββ | 134/227 [04:59<01:35, 1.03s/it]
[2024-06-06 22:13:56] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.21.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16
59%|ββββββ | 134/227 [04:59<01:35, 1.03s/it]
[2024-06-06 22:13:56] INFO huggingface_loader.py:197: Unloading HF weight file: /models/Mixtral-8x7B-Instruct-v0.1/model-00012-of-00019.safetensors
59%|ββββββ | 134/227 [04:59<01:35, 1.03s/it]
[2024-06-06 22:13:56] INFO huggingface_loader.py:185: Loading HF parameters from: /models/Mixtral-8x7B-Instruct-v0.1/model-00014-of-00019.safetensors
59%|ββββββ | 134/227 [05:00<01:35, 1.03s/it]
59%|ββββββ | 134/227 [05:10<01:35, 1.03s/it]
[2024-06-06 22:14:07] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.22.moe.e1_e3.q_weight[0m", shape: (8, 28672, 512), dtype: uint32
59%|ββββββ | 134/227 [05:11<01:35, 1.03s/it]
[2024-06-06 22:14:08] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.22.moe.e1_e3.q_scale[0m", shape: (8, 28672, 128), dtype: float16
59%|ββββββ | 134/227 [05:12<01:35, 1.03s/it]
60%|ββββββ | 136/227 [05:12<03:34, 2.35s/it]
[2024-06-06 22:14:11] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.22.moe.e2.q_weight[0m", shape: (8, 4096, 1792), dtype: uint32
60%|ββββββ | 136/227 [05:14<03:34, 2.35s/it]
[2024-06-06 22:14:11] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.22.moe.e2.q_scale[0m", shape: (8, 4096, 448), dtype: float16
60%|ββββββ | 136/227 [05:15<03:34, 2.35s/it]
60%|ββββββ | 137/227 [05:15<03:35, 2.40s/it]
[2024-06-06 22:14:11] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.22.moe.gate.weight[0m", shape: (8, 4096), dtype: float16
60%|ββββββ | 137/227 [05:15<03:35, 2.40s/it]
[2024-06-06 22:14:11] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.22.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32
60%|ββββββ | 137/227 [05:15<03:35, 2.40s/it]
[2024-06-06 22:14:11] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.22.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16
60%|ββββββ | 137/227 [05:15<03:35, 2.40s/it]
61%|ββββββ | 139/227 [05:15<02:30, 1.71s/it]
[2024-06-06 22:14:12] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.22.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32
61%|ββββββ | 139/227 [05:15<02:30, 1.71s/it]
[2024-06-06 22:14:12] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.22.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16
61%|ββββββ | 139/227 [05:15<02:30, 1.71s/it]
[2024-06-06 22:14:12] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.22.input_layernorm.weight[0m", shape: (4096,), dtype: float16
61%|ββββββ | 139/227 [05:15<02:30, 1.71s/it]
[2024-06-06 22:14:12] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.22.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16
61%|ββββββ | 139/227 [05:15<02:30, 1.71s/it]
[2024-06-06 22:14:12] INFO huggingface_loader.py:197: Unloading HF weight file: /models/Mixtral-8x7B-Instruct-v0.1/model-00013-of-00019.safetensors
61%|ββββββ | 139/227 [05:15<02:30, 1.71s/it]
[2024-06-06 22:14:12] INFO huggingface_loader.py:185: Loading HF parameters from: /models/Mixtral-8x7B-Instruct-v0.1/model-00015-of-00019.safetensors
61%|ββββββ | 139/227 [05:15<02:30, 1.71s/it]
[2024-06-06 22:14:23] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.23.moe.e1_e3.q_weight[0m", shape: (8, 28672, 512), dtype: uint32
61%|ββββββ | 139/227 [05:27<02:30, 1.71s/it]
[2024-06-06 22:14:25] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.23.moe.e1_e3.q_scale[0m", shape: (8, 28672, 128), dtype: float16
61%|ββββββ | 139/227 [05:28<02:30, 1.71s/it]
63%|βββββββ | 143/227 [05:28<03:26, 2.46s/it]
[2024-06-06 22:14:27] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.23.moe.e2.q_weight[0m", shape: (8, 4096, 1792), dtype: uint32
63%|βββββββ | 143/227 [05:30<03:26, 2.46s/it]
[2024-06-06 22:14:27] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.23.moe.e2.q_scale[0m", shape: (8, 4096, 448), dtype: float16
63%|βββββββ | 143/227 [05:31<03:26, 2.46s/it]
63%|βββββββ | 144/227 [05:31<03:26, 2.49s/it]
[2024-06-06 22:14:28] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.23.moe.gate.weight[0m", shape: (8, 4096), dtype: float16
63%|βββββββ | 144/227 [05:31<03:26, 2.49s/it]
[2024-06-06 22:14:28] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.23.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32
63%|βββββββ | 144/227 [05:31<03:26, 2.49s/it]
[2024-06-06 22:14:28] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.23.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16
63%|βββββββ | 144/227 [05:31<03:26, 2.49s/it]
64%|βββββββ | 146/227 [05:31<02:25, 1.80s/it]
[2024-06-06 22:14:28] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.23.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32
64%|βββββββ | 146/227 [05:31<02:25, 1.80s/it]
[2024-06-06 22:14:28] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.23.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16
64%|βββββββ | 146/227 [05:31<02:25, 1.80s/it]
[2024-06-06 22:14:28] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.23.input_layernorm.weight[0m", shape: (4096,), dtype: float16
64%|βββββββ | 146/227 [05:31<02:25, 1.80s/it]
[2024-06-06 22:14:28] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.23.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16
64%|βββββββ | 146/227 [05:31<02:25, 1.80s/it]
[2024-06-06 22:14:34] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.24.moe.e1_e3.q_weight[0m", shape: (8, 28672, 512), dtype: uint32
64%|βββββββ | 146/227 [05:38<02:25, 1.80s/it]
[2024-06-06 22:14:36] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.24.moe.e1_e3.q_scale[0m", shape: (8, 28672, 128), dtype: float16
64%|βββββββ | 146/227 [05:39<02:25, 1.80s/it]
66%|βββββββ | 150/227 [05:39<02:26, 1.90s/it]
[2024-06-06 22:14:38] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.24.moe.e2.q_weight[0m", shape: (8, 4096, 1792), dtype: uint32
66%|βββββββ | 150/227 [05:41<02:26, 1.90s/it]
[2024-06-06 22:14:38] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.24.moe.e2.q_scale[0m", shape: (8, 4096, 448), dtype: float16
66%|βββββββ | 150/227 [05:42<02:26, 1.90s/it]
67%|βββββββ | 151/227 [05:42<02:31, 2.00s/it]
[2024-06-06 22:14:38] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.24.moe.gate.weight[0m", shape: (8, 4096), dtype: float16
67%|βββββββ | 151/227 [05:42<02:31, 2.00s/it]
[2024-06-06 22:14:38] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.24.input_layernorm.weight[0m", shape: (4096,), dtype: float16
67%|βββββββ | 151/227 [05:42<02:31, 2.00s/it]
[2024-06-06 22:14:38] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.24.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16
67%|βββββββ | 151/227 [05:42<02:31, 2.00s/it]
[2024-06-06 22:14:38] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.24.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32
67%|βββββββ | 151/227 [05:42<02:31, 2.00s/it]
[2024-06-06 22:14:39] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.24.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16
67%|βββββββ | 151/227 [05:42<02:31, 2.00s/it]
68%|βββββββ | 155/227 [05:42<01:21, 1.13s/it]
[2024-06-06 22:14:39] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.24.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32
68%|βββββββ | 155/227 [05:42<01:21, 1.13s/it]
[2024-06-06 22:14:39] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.24.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16
68%|βββββββ | 155/227 [05:42<01:21, 1.13s/it]
[2024-06-06 22:14:39] INFO huggingface_loader.py:197: Unloading HF weight file: /models/Mixtral-8x7B-Instruct-v0.1/model-00014-of-00019.safetensors
68%|βββββββ | 155/227 [05:42<01:21, 1.13s/it]
[2024-06-06 22:14:39] INFO huggingface_loader.py:185: Loading HF parameters from: /models/Mixtral-8x7B-Instruct-v0.1/model-00016-of-00019.safetensors
68%|βββββββ | 155/227 [05:42<01:21, 1.13s/it]
[2024-06-06 22:14:53] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.25.moe.e1_e3.q_weight[0m", shape: (8, 28672, 512), dtype: uint32
68%|βββββββ | 155/227 [05:56<01:21, 1.13s/it]
[2024-06-06 22:14:54] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.25.moe.e1_e3.q_scale[0m", shape: (8, 28672, 128), dtype: float16
68%|βββββββ | 155/227 [05:57<01:21, 1.13s/it]
69%|βββββββ | 157/227 [05:57<03:11, 2.74s/it]
[2024-06-06 22:14:56] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.25.moe.e2.q_weight[0m", shape: (8, 4096, 1792), dtype: uint32
69%|βββββββ | 157/227 [05:59<03:11, 2.74s/it]
[2024-06-06 22:14:57] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.25.moe.e2.q_scale[0m", shape: (8, 4096, 448), dtype: float16
69%|βββββββ | 157/227 [06:00<03:11, 2.74s/it]
70%|βββββββ | 158/227 [06:00<03:08, 2.73s/it]
[2024-06-06 22:14:57] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.25.moe.gate.weight[0m", shape: (8, 4096), dtype: float16
70%|βββββββ | 158/227 [06:00<03:08, 2.73s/it]
[2024-06-06 22:14:57] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.25.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32
70%|βββββββ | 158/227 [06:00<03:08, 2.73s/it]
[2024-06-06 22:14:57] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.25.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16
70%|βββββββ | 158/227 [06:00<03:08, 2.73s/it]
70%|βββββββ | 160/227 [06:00<02:10, 1.95s/it]
[2024-06-06 22:14:57] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.25.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32
70%|βββββββ | 160/227 [06:00<02:10, 1.95s/it]
[2024-06-06 22:14:57] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.25.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16
70%|βββββββ | 160/227 [06:00<02:10, 1.95s/it]
[2024-06-06 22:14:57] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.25.input_layernorm.weight[0m", shape: (4096,), dtype: float16
70%|βββββββ | 160/227 [06:00<02:10, 1.95s/it]
[2024-06-06 22:14:57] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.25.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16
70%|βββββββ | 160/227 [06:00<02:10, 1.95s/it]
[2024-06-06 22:15:04] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.26.moe.e1_e3.q_weight[0m", shape: (8, 28672, 512), dtype: uint32
70%|βββββββ | 160/227 [06:08<02:10, 1.95s/it]
[2024-06-06 22:15:06] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.26.moe.e1_e3.q_scale[0m", shape: (8, 28672, 128), dtype: float16
70%|βββββββ | 160/227 [06:09<02:10, 1.95s/it]
72%|ββββββββ | 164/227 [06:09<02:10, 2.07s/it]
[2024-06-06 22:15:08] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.26.moe.e2.q_weight[0m", shape: (8, 4096, 1792), dtype: uint32
72%|ββββββββ | 164/227 [06:11<02:10, 2.07s/it]
[2024-06-06 22:15:08] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.26.moe.e2.q_scale[0m", shape: (8, 4096, 448), dtype: float16
72%|ββββββββ | 164/227 [06:12<02:10, 2.07s/it]
73%|ββββββββ | 165/227 [06:12<02:13, 2.15s/it]
[2024-06-06 22:15:08] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.26.moe.gate.weight[0m", shape: (8, 4096), dtype: float16
73%|ββββββββ | 165/227 [06:12<02:13, 2.15s/it]
[2024-06-06 22:15:08] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.26.input_layernorm.weight[0m", shape: (4096,), dtype: float16
73%|ββββββββ | 165/227 [06:12<02:13, 2.15s/it]
[2024-06-06 22:15:08] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.26.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16
73%|ββββββββ | 165/227 [06:12<02:13, 2.15s/it]
[2024-06-06 22:15:09] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.26.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32
73%|ββββββββ | 165/227 [06:12<02:13, 2.15s/it]
[2024-06-06 22:15:09] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.26.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16
73%|ββββββββ | 165/227 [06:12<02:13, 2.15s/it]
74%|ββββββββ | 169/227 [06:12<01:10, 1.21s/it]
[2024-06-06 22:15:09] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.26.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32
74%|ββββββββ | 169/227 [06:12<01:10, 1.21s/it]
[2024-06-06 22:15:09] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.26.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16
74%|ββββββββ | 169/227 [06:12<01:10, 1.21s/it]
[2024-06-06 22:15:09] INFO huggingface_loader.py:197: Unloading HF weight file: /models/Mixtral-8x7B-Instruct-v0.1/model-00015-of-00019.safetensors
74%|ββββββββ | 169/227 [06:12<01:10, 1.21s/it]
[2024-06-06 22:15:09] INFO huggingface_loader.py:185: Loading HF parameters from: /models/Mixtral-8x7B-Instruct-v0.1/model-00017-of-00019.safetensors
74%|ββββββββ | 169/227 [06:13<01:10, 1.21s/it]
[2024-06-06 22:15:22] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.27.moe.e1_e3.q_weight[0m", shape: (8, 28672, 512), dtype: uint32
74%|ββββββββ | 169/227 [06:25<01:10, 1.21s/it]
[2024-06-06 22:15:23] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.27.moe.e1_e3.q_scale[0m", shape: (8, 28672, 128), dtype: float16
74%|ββββββββ | 169/227 [06:26<01:10, 1.21s/it]
75%|ββββββββ | 171/227 [06:27<02:30, 2.69s/it]
[2024-06-06 22:15:25] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.27.moe.e2.q_weight[0m", shape: (8, 4096, 1792), dtype: uint32
75%|ββββββββ | 171/227 [06:29<02:30, 2.69s/it]
[2024-06-06 22:15:26] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.27.moe.e2.q_scale[0m", shape: (8, 4096, 448), dtype: float16
75%|ββββββββ | 171/227 [06:29<02:30, 2.69s/it]
76%|ββββββββ | 172/227 [06:29<02:27, 2.68s/it]
[2024-06-06 22:15:26] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.27.moe.gate.weight[0m", shape: (8, 4096), dtype: float16
76%|ββββββββ | 172/227 [06:29<02:27, 2.68s/it]
[2024-06-06 22:15:26] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.27.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32
76%|ββββββββ | 172/227 [06:29<02:27, 2.68s/it]
[2024-06-06 22:15:26] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.27.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16
76%|ββββββββ | 172/227 [06:29<02:27, 2.68s/it]
77%|ββββββββ | 174/227 [06:29<01:41, 1.91s/it]
[2024-06-06 22:15:26] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.27.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32
77%|ββββββββ | 174/227 [06:30<01:41, 1.91s/it]
[2024-06-06 22:15:26] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.27.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16
77%|ββββββββ | 174/227 [06:30<01:41, 1.91s/it]
[2024-06-06 22:15:26] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.27.input_layernorm.weight[0m", shape: (4096,), dtype: float16
77%|ββββββββ | 174/227 [06:30<01:41, 1.91s/it]
[2024-06-06 22:15:26] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.27.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16
77%|ββββββββ | 174/227 [06:30<01:41, 1.91s/it]
[2024-06-06 22:15:26] INFO huggingface_loader.py:197: Unloading HF weight file: /models/Mixtral-8x7B-Instruct-v0.1/model-00016-of-00019.safetensors
77%|ββββββββ | 174/227 [06:30<01:41, 1.91s/it]
[2024-06-06 22:15:27] INFO huggingface_loader.py:185: Loading HF parameters from: /models/Mixtral-8x7B-Instruct-v0.1/model-00018-of-00019.safetensors
77%|ββββββββ | 174/227 [06:30<01:41, 1.91s/it]
[2024-06-06 22:15:39] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.28.moe.e1_e3.q_weight[0m", shape: (8, 28672, 512), dtype: uint32
77%|ββββββββ | 174/227 [06:42<01:41, 1.91s/it]
[2024-06-06 22:15:40] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.28.moe.e1_e3.q_scale[0m", shape: (8, 28672, 128), dtype: float16
77%|ββββββββ | 174/227 [06:43<01:41, 1.91s/it]
78%|ββββββββ | 178/227 [06:43<02:08, 2.62s/it]
[2024-06-06 22:15:42] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.28.moe.e2.q_weight[0m", shape: (8, 4096, 1792), dtype: uint32
78%|ββββββββ | 178/227 [06:45<02:08, 2.62s/it]
[2024-06-06 22:15:42] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.28.moe.e2.q_scale[0m", shape: (8, 4096, 448), dtype: float16
78%|ββββββββ | 178/227 [06:46<02:08, 2.62s/it]
79%|ββββββββ | 179/227 [06:46<02:05, 2.62s/it]
[2024-06-06 22:15:43] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.28.moe.gate.weight[0m", shape: (8, 4096), dtype: float16
79%|ββββββββ | 179/227 [06:46<02:05, 2.62s/it]
[2024-06-06 22:15:43] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.28.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32
79%|ββββββββ | 179/227 [06:46<02:05, 2.62s/it]
[2024-06-06 22:15:43] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.28.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16
79%|ββββββββ | 179/227 [06:46<02:05, 2.62s/it]
80%|ββββββββ | 181/227 [06:46<01:26, 1.89s/it]
[2024-06-06 22:15:43] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.28.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32
80%|ββββββββ | 181/227 [06:46<01:26, 1.89s/it]
[2024-06-06 22:15:43] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.28.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16
80%|ββββββββ | 181/227 [06:46<01:26, 1.89s/it]
[2024-06-06 22:15:43] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.28.input_layernorm.weight[0m", shape: (4096,), dtype: float16
80%|ββββββββ | 181/227 [06:46<01:26, 1.89s/it]
[2024-06-06 22:15:43] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.28.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16
80%|ββββββββ | 181/227 [06:46<01:26, 1.89s/it]
[2024-06-06 22:15:51] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.29.moe.e1_e3.q_weight[0m", shape: (8, 28672, 512), dtype: uint32
80%|ββββββββ | 181/227 [06:54<01:26, 1.89s/it]
[2024-06-06 22:15:52] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.29.moe.e1_e3.q_scale[0m", shape: (8, 28672, 128), dtype: float16
80%|ββββββββ | 181/227 [06:55<01:26, 1.89s/it]
81%|βββββββββ | 185/227 [06:56<01:28, 2.11s/it]
[2024-06-06 22:15:54] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.29.moe.e2.q_weight[0m", shape: (8, 4096, 1792), dtype: uint32
81%|βββββββββ | 185/227 [06:57<01:28, 2.11s/it]
[2024-06-06 22:15:55] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.29.moe.e2.q_scale[0m", shape: (8, 4096, 448), dtype: float16
81%|βββββββββ | 185/227 [06:58<01:28, 2.11s/it]
82%|βββββββββ | 186/227 [06:58<01:29, 2.19s/it]
[2024-06-06 22:15:55] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.29.moe.gate.weight[0m", shape: (8, 4096), dtype: float16
82%|βββββββββ | 186/227 [06:58<01:29, 2.19s/it]
[2024-06-06 22:15:55] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.29.input_layernorm.weight[0m", shape: (4096,), dtype: float16
82%|βββββββββ | 186/227 [06:58<01:29, 2.19s/it]
[2024-06-06 22:15:55] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.29.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16
82%|βββββββββ | 186/227 [06:58<01:29, 2.19s/it]
[2024-06-06 22:15:55] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.29.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32
82%|βββββββββ | 186/227 [06:58<01:29, 2.19s/it]
[2024-06-06 22:15:55] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.29.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16
82%|βββββββββ | 186/227 [06:58<01:29, 2.19s/it]
84%|βββββββββ | 190/227 [06:58<00:45, 1.24s/it]
[2024-06-06 22:15:55] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.29.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32
84%|βββββββββ | 190/227 [06:58<00:45, 1.24s/it]
[2024-06-06 22:15:55] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.29.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16
84%|βββββββββ | 190/227 [06:58<00:45, 1.24s/it]
[2024-06-06 22:15:55] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.30.moe.gate.weight[0m", shape: (8, 4096), dtype: float16
84%|βββββββββ | 190/227 [06:58<00:45, 1.24s/it]
[2024-06-06 22:15:55] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.30.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32
84%|βββββββββ | 190/227 [06:59<00:45, 1.24s/it]
[2024-06-06 22:15:55] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.30.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16
84%|βββββββββ | 190/227 [06:59<00:45, 1.24s/it]
85%|βββββββββ | 193/227 [06:59<00:29, 1.16it/s]
[2024-06-06 22:15:55] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.30.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32
85%|βββββββββ | 193/227 [06:59<00:29, 1.16it/s]
[2024-06-06 22:15:55] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.30.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16
85%|βββββββββ | 193/227 [06:59<00:29, 1.16it/s]
[2024-06-06 22:15:55] INFO huggingface_loader.py:197: Unloading HF weight file: /models/Mixtral-8x7B-Instruct-v0.1/model-00017-of-00019.safetensors
85%|βββββββββ | 193/227 [06:59<00:29, 1.16it/s]
[2024-06-06 22:15:56] INFO huggingface_loader.py:197: Unloading HF weight file: /models/Mixtral-8x7B-Instruct-v0.1/model-00018-of-00019.safetensors
85%|βββββββββ | 193/227 [06:59<00:29, 1.16it/s]
[2024-06-06 22:15:56] INFO huggingface_loader.py:185: Loading HF parameters from: /models/Mixtral-8x7B-Instruct-v0.1/model-00003-of-00019.safetensors
85%|βββββββββ | 193/227 [07:00<00:29, 1.16it/s]
[2024-06-06 22:16:01] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.3.input_layernorm.weight[0m", shape: (4096,), dtype: float16
85%|βββββββββ | 193/227 [07:04<00:29, 1.16it/s]
86%|βββββββββ | 195/227 [07:04<00:42, 1.33s/it]
[2024-06-06 22:16:01] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.3.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16
86%|βββββββββ | 195/227 [07:04<00:42, 1.33s/it]
[2024-06-06 22:16:07] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.4.moe.e1_e3.q_weight[0m", shape: (8, 28672, 512), dtype: uint32
86%|βββββββββ | 195/227 [07:10<00:42, 1.33s/it]
[2024-06-06 22:16:08] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.4.moe.e1_e3.q_scale[0m", shape: (8, 28672, 128), dtype: float16
86%|βββββββββ | 195/227 [07:11<00:42, 1.33s/it]
87%|βββββββββ | 197/227 [07:11<00:56, 1.89s/it]
[2024-06-06 22:16:10] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.4.moe.e2.q_weight[0m", shape: (8, 4096, 1792), dtype: uint32
87%|βββββββββ | 197/227 [07:13<00:56, 1.89s/it]
[2024-06-06 22:16:11] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.4.moe.e2.q_scale[0m", shape: (8, 4096, 448), dtype: float16
87%|βββββββββ | 197/227 [07:14<00:56, 1.89s/it]
87%|βββββββββ | 198/227 [07:14<00:58, 2.01s/it]
[2024-06-06 22:16:11] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.4.moe.gate.weight[0m", shape: (8, 4096), dtype: float16
87%|βββββββββ | 198/227 [07:14<00:58, 2.01s/it]
[2024-06-06 22:16:11] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.4.input_layernorm.weight[0m", shape: (4096,), dtype: float16
87%|βββββββββ | 198/227 [07:14<00:58, 2.01s/it]
[2024-06-06 22:16:11] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.4.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16
87%|βββββββββ | 198/227 [07:14<00:58, 2.01s/it]
[2024-06-06 22:16:11] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.4.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32
87%|βββββββββ | 198/227 [07:14<00:58, 2.01s/it]
[2024-06-06 22:16:11] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.4.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16
87%|βββββββββ | 198/227 [07:14<00:58, 2.01s/it]
89%|βββββββββ | 202/227 [07:14<00:27, 1.09s/it]
[2024-06-06 22:16:11] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.4.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32
89%|βββββββββ | 202/227 [07:14<00:27, 1.09s/it]
[2024-06-06 22:16:11] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.4.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16
89%|βββββββββ | 202/227 [07:14<00:27, 1.09s/it]
[2024-06-06 22:16:11] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.5.moe.gate.weight[0m", shape: (8, 4096), dtype: float16
89%|βββββββββ | 202/227 [07:14<00:27, 1.09s/it]
[2024-06-06 22:16:11] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.5.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32
89%|βββββββββ | 202/227 [07:14<00:27, 1.09s/it]
[2024-06-06 22:16:11] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.5.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16
89%|βββββββββ | 202/227 [07:14<00:27, 1.09s/it]
90%|βββββββββ | 205/227 [07:14<00:16, 1.33it/s]
[2024-06-06 22:16:11] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.5.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32
90%|βββββββββ | 205/227 [07:15<00:16, 1.33it/s]
[2024-06-06 22:16:11] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.5.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16
90%|βββββββββ | 205/227 [07:15<00:16, 1.33it/s]
[2024-06-06 22:16:11] INFO huggingface_loader.py:197: Unloading HF weight file: /models/Mixtral-8x7B-Instruct-v0.1/model-00003-of-00019.safetensors
90%|βββββββββ | 205/227 [07:15<00:16, 1.33it/s]
[2024-06-06 22:16:12] INFO huggingface_loader.py:185: Loading HF parameters from: /models/Mixtral-8x7B-Instruct-v0.1/model-00004-of-00019.safetensors
90%|βββββββββ | 205/227 [07:15<00:16, 1.33it/s]
90%|βββββββββ | 205/227 [07:30<00:16, 1.33it/s]
[2024-06-06 22:16:27] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.5.moe.e1_e3.q_weight[0m", shape: (8, 28672, 512), dtype: uint32
90%|βββββββββ | 205/227 [07:31<00:16, 1.33it/s]
[2024-06-06 22:16:28] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.5.moe.e1_e3.q_scale[0m", shape: (8, 28672, 128), dtype: float16
90%|βββββββββ | 205/227 [07:32<00:16, 1.33it/s]
91%|βββββββββ | 207/227 [07:32<00:53, 2.67s/it]
[2024-06-06 22:16:30] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.5.moe.e2.q_weight[0m", shape: (8, 4096, 1792), dtype: uint32
91%|βββββββββ | 207/227 [07:34<00:53, 2.67s/it]
[2024-06-06 22:16:31] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.5.moe.e2.q_scale[0m", shape: (8, 4096, 448), dtype: float16
91%|βββββββββ | 207/227 [07:34<00:53, 2.67s/it]
92%|ββββββββββ| 208/227 [07:35<00:50, 2.66s/it]
[2024-06-06 22:16:31] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.5.input_layernorm.weight[0m", shape: (4096,), dtype: float16
92%|ββββββββββ| 208/227 [07:35<00:50, 2.66s/it]
[2024-06-06 22:16:31] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.5.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16
92%|ββββββββββ| 208/227 [07:35<00:50, 2.66s/it]
[2024-06-06 22:16:31] INFO huggingface_loader.py:185: Loading HF parameters from: /models/Mixtral-8x7B-Instruct-v0.1/model-00005-of-00019.safetensors
92%|ββββββββββ| 208/227 [07:35<00:50, 2.66s/it]
[2024-06-06 22:16:50] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.6.moe.e1_e3.q_weight[0m", shape: (8, 28672, 512), dtype: uint32
92%|ββββββββββ| 208/227 [07:53<00:50, 2.66s/it]
[2024-06-06 22:16:51] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.6.moe.e1_e3.q_scale[0m", shape: (8, 28672, 128), dtype: float16
92%|ββββββββββ| 208/227 [07:55<00:50, 2.66s/it]
93%|ββββββββββ| 211/227 [07:55<01:08, 4.26s/it]
[2024-06-06 22:16:54] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.6.moe.e2.q_weight[0m", shape: (8, 4096, 1792), dtype: uint32
93%|ββββββββββ| 211/227 [07:58<01:08, 4.26s/it]
[2024-06-06 22:16:55] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.6.moe.e2.q_scale[0m", shape: (8, 4096, 448), dtype: float16
93%|ββββββββββ| 211/227 [07:58<01:08, 4.26s/it]
93%|ββββββββββ| 212/227 [07:58<01:01, 4.12s/it]
[2024-06-06 22:16:55] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.6.moe.gate.weight[0m", shape: (8, 4096), dtype: float16
93%|ββββββββββ| 212/227 [07:58<01:01, 4.12s/it]
[2024-06-06 22:16:55] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.6.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32
93%|ββββββββββ| 212/227 [07:58<01:01, 4.12s/it]
[2024-06-06 22:16:55] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.6.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16
93%|ββββββββββ| 212/227 [07:58<01:01, 4.12s/it]
94%|ββββββββββ| 214/227 [07:58<00:37, 2.88s/it]
[2024-06-06 22:16:55] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.6.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32
94%|ββββββββββ| 214/227 [07:59<00:37, 2.88s/it]
[2024-06-06 22:16:55] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.6.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16
94%|ββββββββββ| 214/227 [07:59<00:37, 2.88s/it]
[2024-06-06 22:16:55] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.6.input_layernorm.weight[0m", shape: (4096,), dtype: float16
94%|ββββββββββ| 214/227 [07:59<00:37, 2.88s/it]
[2024-06-06 22:16:55] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.6.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16
94%|ββββββββββ| 214/227 [07:59<00:37, 2.88s/it]
[2024-06-06 22:17:07] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.7.moe.e1_e3.q_weight[0m", shape: (8, 28672, 512), dtype: uint32
94%|ββββββββββ| 214/227 [08:11<00:37, 2.88s/it]
[2024-06-06 22:17:09] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.7.moe.e1_e3.q_scale[0m", shape: (8, 28672, 128), dtype: float16
94%|ββββββββββ| 214/227 [08:12<00:37, 2.88s/it]
96%|ββββββββββ| 218/227 [08:12<00:28, 3.14s/it]
[2024-06-06 22:17:11] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.7.moe.e2.q_weight[0m", shape: (8, 4096, 1792), dtype: uint32
96%|ββββββββββ| 218/227 [08:14<00:28, 3.14s/it]
[2024-06-06 22:17:11] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.7.moe.e2.q_scale[0m", shape: (8, 4096, 448), dtype: float16
96%|ββββββββββ| 218/227 [08:15<00:28, 3.14s/it]
96%|ββββββββββ| 219/227 [08:15<00:24, 3.07s/it]
[2024-06-06 22:17:12] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.7.moe.gate.weight[0m", shape: (8, 4096), dtype: float16
96%|ββββββββββ| 219/227 [08:15<00:24, 3.07s/it]
[2024-06-06 22:17:12] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.7.input_layernorm.weight[0m", shape: (4096,), dtype: float16
96%|ββββββββββ| 219/227 [08:15<00:24, 3.07s/it]
[2024-06-06 22:17:12] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.7.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16
96%|ββββββββββ| 219/227 [08:15<00:24, 3.07s/it]
[2024-06-06 22:17:12] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.7.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32
96%|ββββββββββ| 219/227 [08:15<00:24, 3.07s/it]
[2024-06-06 22:17:12] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.7.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16
96%|ββββββββββ| 219/227 [08:15<00:24, 3.07s/it]
98%|ββββββββββ| 223/227 [08:15<00:06, 1.71s/it]
[2024-06-06 22:17:12] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.7.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32
98%|ββββββββββ| 223/227 [08:15<00:06, 1.71s/it]
[2024-06-06 22:17:12] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.7.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16
98%|ββββββββββ| 223/227 [08:15<00:06, 1.71s/it]
[2024-06-06 22:17:12] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.8.moe.gate.weight[0m", shape: (8, 4096), dtype: float16
98%|ββββββββββ| 223/227 [08:15<00:06, 1.71s/it]
[2024-06-06 22:17:12] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.8.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32
98%|ββββββββββ| 223/227 [08:15<00:06, 1.71s/it]
[2024-06-06 22:17:12] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.8.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16
98%|ββββββββββ| 223/227 [08:15<00:06, 1.71s/it]
100%|ββββββββββ| 226/227 [08:15<00:01, 1.18s/it]
[2024-06-06 22:17:12] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.8.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32
100%|ββββββββββ| 226/227 [08:15<00:01, 1.18s/it]
[2024-06-06 22:17:12] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.8.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16
100%|ββββββββββ| 226/227 [08:15<00:01, 1.18s/it]
100%|ββββββββββ| 227/227 [08:15<00:00, 2.18s/it]
[2024-06-06 22:17:12] INFO huggingface_loader.py:197: Unloading HF weight file: /models/Mixtral-8x7B-Instruct-v0.1/model-00004-of-00019.safetensors
[2024-06-06 22:17:13] INFO huggingface_loader.py:197: Unloading HF weight file: /models/Mixtral-8x7B-Instruct-v0.1/model-00005-of-00019.safetensors
[2024-06-06 22:17:13] INFO stats.py:77: [92mTime usage[0m: HF loading: 125.315 sec; Pre-quantization mapping: 286.394 sec; Quantization: 4.263 sec
[2024-06-06 22:17:13] INFO stats.py:91: [92mRAM usage[0m: Peak RAM: 18.563 GB. Total bytes loaded from disk: 210.951 GB
[2024-06-06 22:17:13] INFO convert_weight.py:155: [92mParameter size[0m after quantization: 24.468 GB
[2024-06-06 22:17:13] INFO convert_weight.py:160: [92mTotal parameters[0m: 56,626,802,688
[2024-06-06 22:17:13] INFO convert_weight.py:161: [92mBits per parameter[0m: 3.712
[2024-06-06 22:17:13] INFO convert_weight.py:166: Saved to directory: [1m/models/mlc-delivery/hf/mlc-ai/Mixtral-8x7B-Instruct-v0.1-q4f16_1-MLC[0m
All finished, 162 total shards committed, record saved to /models/mlc-delivery/hf/mlc-ai/Mixtral-8x7B-Instruct-v0.1-q4f16_1-MLC/ndarray-cache.json
|