|
/usr/bin/python3 -m mlc_llm gen_config dist/models/Qwen1.5-0.5B-Chat --quantization q4f16_1 --conv-template chatml --output /tmp/tmpbz5k8a9j --context-window-size 32768 |
|
[2024-05-29 23:11:43] INFO auto_config.py:115: [92mFound[0m model configuration: dist/models/Qwen1.5-0.5B-Chat/config.json |
|
[2024-05-29 23:11:43] INFO auto_config.py:153: [92mFound[0m model type: [1mqwen2[0m. Use `--model-type` to override. |
|
[2024-05-29 23:11:43] INFO qwen2_model.py:48: [1mcontext_window_size[0m not found in config.json. Falling back to [1mmax_position_embeddings[0m (32768) |
|
[2024-05-29 23:11:43] INFO qwen2_model.py:65: [1mprefill_chunk_size[0m defaults to 2048 |
|
[2024-05-29 23:11:43] INFO config.py:106: Overriding [1mcontext_window_size[0m from 32768 to 32768 |
|
[2024-05-29 23:11:43] WARNING config.py:99: [91mWarning[0m: Cannot override [1mmax_batch_size[0m, because [1mQWen2Config[0m does not have this field |
|
[2024-05-29 23:11:43] INFO gen_config.py:255: [generation_config.json] Setting [1mbos_token_id[0m: 151643 |
|
[2024-05-29 23:11:43] INFO gen_config.py:255: [generation_config.json] Setting [1mpad_token_id[0m: 151643 |
|
[2024-05-29 23:11:43] INFO gen_config.py:255: [generation_config.json] Setting [1meos_token_id[0m: [151645, 151643] |
|
[2024-05-29 23:11:43] INFO gen_config.py:255: [generation_config.json] Setting [1mrepetition_penalty[0m: 1.1 |
|
[2024-05-29 23:11:43] INFO gen_config.py:255: [generation_config.json] Setting [1mtop_p[0m: 0.8 |
|
[2024-05-29 23:11:43] INFO gen_config.py:269: [91mNot found[0m tokenizer config: dist/models/Qwen1.5-0.5B-Chat/tokenizer.model |
|
[2024-05-29 23:11:43] INFO gen_config.py:267: [92mFound[0m tokenizer config: dist/models/Qwen1.5-0.5B-Chat/tokenizer.json. Copying to [1m/tmp/tmpbz5k8a9j/tokenizer.json[0m |
|
[2024-05-29 23:11:43] INFO gen_config.py:267: [92mFound[0m tokenizer config: dist/models/Qwen1.5-0.5B-Chat/vocab.json. Copying to [1m/tmp/tmpbz5k8a9j/vocab.json[0m |
|
[2024-05-29 23:11:43] INFO gen_config.py:267: [92mFound[0m tokenizer config: dist/models/Qwen1.5-0.5B-Chat/merges.txt. Copying to [1m/tmp/tmpbz5k8a9j/merges.txt[0m |
|
[2024-05-29 23:11:43] INFO gen_config.py:269: [91mNot found[0m tokenizer config: dist/models/Qwen1.5-0.5B-Chat/added_tokens.json |
|
[2024-05-29 23:11:43] INFO gen_config.py:267: [92mFound[0m tokenizer config: dist/models/Qwen1.5-0.5B-Chat/tokenizer_config.json. Copying to [1m/tmp/tmpbz5k8a9j/tokenizer_config.json[0m |
|
[2024-05-29 23:11:43] INFO gen_config.py:80: [System default] Setting [1mtemperature[0m: 0.7 |
|
[2024-05-29 23:11:43] INFO gen_config.py:80: [System default] Setting [1mpresence_penalty[0m: 0.0 |
|
[2024-05-29 23:11:43] INFO gen_config.py:80: [System default] Setting [1mfrequency_penalty[0m: 0.0 |
|
[2024-05-29 23:11:43] INFO gen_config.py:80: [System default] Setting [1mmean_gen_len[0m: 128 |
|
[2024-05-29 23:11:43] INFO gen_config.py:80: [System default] Setting [1mmax_gen_len[0m: 512 |
|
[2024-05-29 23:11:43] INFO gen_config.py:80: [System default] Setting [1mshift_fill_factor[0m: 0.3 |
|
[2024-05-29 23:11:43] INFO gen_config.py:335: Dumping configuration file to: [1m/tmp/tmpbz5k8a9j/mlc-chat-config.json[0m |
|
/usr/bin/python3 -m mlc_llm convert_weight dist/models/Qwen1.5-0.5B-Chat --quantization q4f16_1 --source-format auto --output /tmp/tmpbz5k8a9j |
|
[2024-05-29 23:11:44] INFO auto_config.py:115: [92mFound[0m model configuration: dist/models/Qwen1.5-0.5B-Chat/config.json |
|
[2024-05-29 23:11:47] INFO auto_device.py:79: [92mFound[0m device: cuda:0 |
|
[2024-05-29 23:11:48] INFO auto_device.py:88: [91mNot found[0m device: rocm:0 |
|
[2024-05-29 23:11:48] INFO auto_device.py:88: [91mNot found[0m device: metal:0 |
|
[2024-05-29 23:11:49] INFO auto_device.py:88: [91mNot found[0m device: vulkan:0 |
|
[2024-05-29 23:11:50] INFO auto_device.py:88: [91mNot found[0m device: opencl:0 |
|
[2024-05-29 23:11:50] INFO auto_device.py:35: Using device: [1mcuda:0[0m |
|
[2024-05-29 23:11:50] INFO auto_weight.py:70: Finding weights in: dist/models/Qwen1.5-0.5B-Chat |
|
[2024-05-29 23:11:50] INFO auto_weight.py:136: [91mNot found[0m Huggingface PyTorch |
|
[2024-05-29 23:11:50] INFO auto_weight.py:143: [92mFound[0m source weight format: huggingface-safetensor. Source configuration: dist/models/Qwen1.5-0.5B-Chat/model.safetensors.index.json |
|
[2024-05-29 23:11:50] INFO auto_weight.py:106: Using source weight configuration: [1mdist/models/Qwen1.5-0.5B-Chat/model.safetensors.index.json[0m. Use `--source` to override. |
|
[2024-05-29 23:11:50] INFO auto_weight.py:110: Using source weight format: [1mhuggingface-safetensor[0m. Use `--source-format` to override. |
|
[2024-05-29 23:11:50] INFO auto_config.py:153: [92mFound[0m model type: [1mqwen2[0m. Use `--model-type` to override. |
|
[2024-05-29 23:11:50] INFO qwen2_model.py:48: [1mcontext_window_size[0m not found in config.json. Falling back to [1mmax_position_embeddings[0m (32768) |
|
[2024-05-29 23:11:50] INFO qwen2_model.py:65: [1mprefill_chunk_size[0m defaults to 2048 |
|
[1mWeight conversion with arguments:[0m |
|
[1m--config[0m dist/models/Qwen1.5-0.5B-Chat/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 qwen2 |
|
[1m--device[0m cuda:0 |
|
[1m--source[0m dist/models/Qwen1.5-0.5B-Chat/model.safetensors.index.json |
|
[1m--source-format[0m huggingface-safetensor |
|
[1m--output[0m /tmp/tmpbz5k8a9j |
|
Start storing to cache /tmp/tmpbz5k8a9j |
|
0%| | 0/171 [00:00<?, ?it/s]
[2024-05-29 23:11:53] INFO huggingface_loader.py:184: Loading HF parameters from: dist/models/Qwen1.5-0.5B-Chat/model.safetensors |
|
0%| | 0/171 [00:00<?, ?it/s]
[2024-05-29 23:11:56] INFO group_quantization.py:217: Compiling quantize function for key: ((151936, 1024), float16, cuda, axis=1, output_transpose=False) |
|
0%| | 0/171 [00:02<?, ?it/s]
[2024-05-29 23:11:57] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mlm_head.q_weight[0m", shape: (151936, 128), dtype: uint32 |
|
0%| | 0/171 [00:03<?, ?it/s]
[2024-05-29 23:11:57] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mlm_head.q_scale[0m", shape: (151936, 32), dtype: float16 |
|
0%| | 0/171 [00:04<?, ?it/s]
1%| | 1/171 [00:04<12:09, 4.29s/it]
[2024-05-29 23:11:58] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.embed_tokens.q_weight[0m", shape: (151936, 128), dtype: uint32 |
|
1%| | 1/171 [00:05<12:09, 4.29s/it]
[2024-05-29 23:11:59] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.embed_tokens.q_scale[0m", shape: (151936, 32), dtype: float16 |
|
1%| | 1/171 [00:05<12:09, 4.29s/it]
1%| | 2/171 [00:05<07:19, 2.60s/it]
[2024-05-29 23:11:59] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.0.input_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
1%| | 2/171 [00:05<07:19, 2.60s/it]
[2024-05-29 23:11:59] INFO group_quantization.py:217: Compiling quantize function for key: ((1024, 2816), float16, cuda, axis=1, output_transpose=False) |
|
1%| | 2/171 [00:05<07:19, 2.60s/it]
[2024-05-29 23:11:59] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.0.mlp.down_proj.q_weight[0m", shape: (1024, 352), dtype: uint32 |
|
1%| | 2/171 [00:06<07:19, 2.60s/it]
[2024-05-29 23:11:59] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.0.mlp.down_proj.q_scale[0m", shape: (1024, 88), dtype: float16 |
|
1%| | 2/171 [00:06<07:19, 2.60s/it]
2%|β | 4/171 [00:06<03:03, 1.10s/it]
[2024-05-29 23:11:59] INFO group_quantization.py:217: Compiling quantize function for key: ((5632, 1024), float16, cuda, axis=1, output_transpose=False) |
|
2%|β | 4/171 [00:06<03:03, 1.10s/it]
[2024-05-29 23:12:00] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.0.mlp.gate_up_proj.q_weight[0m", shape: (5632, 128), dtype: uint32 |
|
2%|β | 4/171 [00:06<03:03, 1.10s/it]
[2024-05-29 23:12:00] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.0.mlp.gate_up_proj.q_scale[0m", shape: (5632, 32), dtype: float16 |
|
2%|β | 4/171 [00:06<03:03, 1.10s/it]
3%|β | 5/171 [00:06<02:27, 1.12it/s]
[2024-05-29 23:12:00] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.0.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
3%|β | 5/171 [00:06<02:27, 1.12it/s]
[2024-05-29 23:12:00] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.0.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 |
|
3%|β | 5/171 [00:06<02:27, 1.12it/s]
[2024-05-29 23:12:00] INFO group_quantization.py:217: Compiling quantize function for key: ((3072, 1024), float16, cuda, axis=1, output_transpose=False) |
|
3%|β | 5/171 [00:06<02:27, 1.12it/s]
[2024-05-29 23:12:00] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.0.self_attn.c_attn.q_weight[0m", shape: (3072, 128), dtype: uint32 |
|
3%|β | 5/171 [00:06<02:27, 1.12it/s]
[2024-05-29 23:12:00] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.0.self_attn.c_attn.q_scale[0m", shape: (3072, 32), dtype: float16 |
|
3%|β | 5/171 [00:06<02:27, 1.12it/s]
5%|β | 8/171 [00:06<01:15, 2.16it/s]
[2024-05-29 23:12:00] INFO group_quantization.py:217: Compiling quantize function for key: ((1024, 1024), float16, cuda, axis=1, output_transpose=False) |
|
5%|β | 8/171 [00:06<01:15, 2.16it/s]
[2024-05-29 23:12:00] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.0.self_attn.o_proj.q_weight[0m", shape: (1024, 128), dtype: uint32 |
|
5%|β | 8/171 [00:07<01:15, 2.16it/s]
[2024-05-29 23:12:00] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.0.self_attn.o_proj.q_scale[0m", shape: (1024, 32), dtype: float16 |
|
5%|β | 8/171 [00:07<01:15, 2.16it/s]
5%|β | 9/171 [00:07<01:12, 2.23it/s]
[2024-05-29 23:12:00] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.1.input_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
5%|β | 9/171 [00:07<01:12, 2.23it/s]
[2024-05-29 23:12:00] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.1.mlp.down_proj.q_weight[0m", shape: (1024, 352), dtype: uint32 |
|
5%|β | 9/171 [00:07<01:12, 2.23it/s]
[2024-05-29 23:12:00] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.1.mlp.down_proj.q_scale[0m", shape: (1024, 88), dtype: float16 |
|
5%|β | 9/171 [00:07<01:12, 2.23it/s]
[2024-05-29 23:12:00] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.1.mlp.gate_up_proj.q_weight[0m", shape: (5632, 128), dtype: uint32 |
|
5%|β | 9/171 [00:07<01:12, 2.23it/s]
[2024-05-29 23:12:00] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.1.mlp.gate_up_proj.q_scale[0m", shape: (5632, 32), dtype: float16 |
|
5%|β | 9/171 [00:07<01:12, 2.23it/s]
[2024-05-29 23:12:00] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.1.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
5%|β | 9/171 [00:07<01:12, 2.23it/s]
[2024-05-29 23:12:00] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.1.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 |
|
5%|β | 9/171 [00:07<01:12, 2.23it/s]
[2024-05-29 23:12:00] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.1.self_attn.c_attn.q_weight[0m", shape: (3072, 128), dtype: uint32 |
|
5%|β | 9/171 [00:07<01:12, 2.23it/s]
[2024-05-29 23:12:00] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.1.self_attn.c_attn.q_scale[0m", shape: (3072, 32), dtype: float16 |
|
5%|β | 9/171 [00:07<01:12, 2.23it/s]
[2024-05-29 23:12:00] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.1.self_attn.o_proj.q_weight[0m", shape: (1024, 128), dtype: uint32 |
|
5%|β | 9/171 [00:07<01:12, 2.23it/s]
[2024-05-29 23:12:00] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.1.self_attn.o_proj.q_scale[0m", shape: (1024, 32), dtype: float16 |
|
5%|β | 9/171 [00:07<01:12, 2.23it/s]
9%|β | 16/171 [00:07<00:24, 6.26it/s]
[2024-05-29 23:12:00] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.10.input_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
9%|β | 16/171 [00:07<00:24, 6.26it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.10.mlp.down_proj.q_weight[0m", shape: (1024, 352), dtype: uint32 |
|
9%|β | 16/171 [00:07<00:24, 6.26it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.10.mlp.down_proj.q_scale[0m", shape: (1024, 88), dtype: float16 |
|
9%|β | 16/171 [00:07<00:24, 6.26it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.10.mlp.gate_up_proj.q_weight[0m", shape: (5632, 128), dtype: uint32 |
|
9%|β | 16/171 [00:07<00:24, 6.26it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.10.mlp.gate_up_proj.q_scale[0m", shape: (5632, 32), dtype: float16 |
|
9%|β | 16/171 [00:07<00:24, 6.26it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.10.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
9%|β | 16/171 [00:07<00:24, 6.26it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.10.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 |
|
9%|β | 16/171 [00:07<00:24, 6.26it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.10.self_attn.c_attn.q_weight[0m", shape: (3072, 128), dtype: uint32 |
|
9%|β | 16/171 [00:07<00:24, 6.26it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.10.self_attn.c_attn.q_scale[0m", shape: (3072, 32), dtype: float16 |
|
9%|β | 16/171 [00:07<00:24, 6.26it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.10.self_attn.o_proj.q_weight[0m", shape: (1024, 128), dtype: uint32 |
|
9%|β | 16/171 [00:07<00:24, 6.26it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.10.self_attn.o_proj.q_scale[0m", shape: (1024, 32), dtype: float16 |
|
9%|β | 16/171 [00:07<00:24, 6.26it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.11.input_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
9%|β | 16/171 [00:07<00:24, 6.26it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.11.mlp.down_proj.q_weight[0m", shape: (1024, 352), dtype: uint32 |
|
9%|β | 16/171 [00:07<00:24, 6.26it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.11.mlp.down_proj.q_scale[0m", shape: (1024, 88), dtype: float16 |
|
9%|β | 16/171 [00:07<00:24, 6.26it/s]
15%|ββ | 25/171 [00:07<00:11, 12.93it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.11.mlp.gate_up_proj.q_weight[0m", shape: (5632, 128), dtype: uint32 |
|
15%|ββ | 25/171 [00:07<00:11, 12.93it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.11.mlp.gate_up_proj.q_scale[0m", shape: (5632, 32), dtype: float16 |
|
15%|ββ | 25/171 [00:07<00:11, 12.93it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.11.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
15%|ββ | 25/171 [00:07<00:11, 12.93it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.11.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 |
|
15%|ββ | 25/171 [00:07<00:11, 12.93it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.11.self_attn.c_attn.q_weight[0m", shape: (3072, 128), dtype: uint32 |
|
15%|ββ | 25/171 [00:07<00:11, 12.93it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.11.self_attn.c_attn.q_scale[0m", shape: (3072, 32), dtype: float16 |
|
15%|ββ | 25/171 [00:07<00:11, 12.93it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.11.self_attn.o_proj.q_weight[0m", shape: (1024, 128), dtype: uint32 |
|
15%|ββ | 25/171 [00:07<00:11, 12.93it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.11.self_attn.o_proj.q_scale[0m", shape: (1024, 32), dtype: float16 |
|
15%|ββ | 25/171 [00:07<00:11, 12.93it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.12.input_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
15%|ββ | 25/171 [00:07<00:11, 12.93it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.12.mlp.down_proj.q_weight[0m", shape: (1024, 352), dtype: uint32 |
|
15%|ββ | 25/171 [00:07<00:11, 12.93it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.12.mlp.down_proj.q_scale[0m", shape: (1024, 88), dtype: float16 |
|
15%|ββ | 25/171 [00:07<00:11, 12.93it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.12.mlp.gate_up_proj.q_weight[0m", shape: (5632, 128), dtype: uint32 |
|
15%|ββ | 25/171 [00:07<00:11, 12.93it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.12.mlp.gate_up_proj.q_scale[0m", shape: (5632, 32), dtype: float16 |
|
15%|ββ | 25/171 [00:07<00:11, 12.93it/s]
19%|ββ | 33/171 [00:07<00:07, 19.36it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.12.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
19%|ββ | 33/171 [00:07<00:07, 19.36it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.12.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 |
|
19%|ββ | 33/171 [00:07<00:07, 19.36it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.12.self_attn.c_attn.q_weight[0m", shape: (3072, 128), dtype: uint32 |
|
19%|ββ | 33/171 [00:07<00:07, 19.36it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.12.self_attn.c_attn.q_scale[0m", shape: (3072, 32), dtype: float16 |
|
19%|ββ | 33/171 [00:07<00:07, 19.36it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.12.self_attn.o_proj.q_weight[0m", shape: (1024, 128), dtype: uint32 |
|
19%|ββ | 33/171 [00:07<00:07, 19.36it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.12.self_attn.o_proj.q_scale[0m", shape: (1024, 32), dtype: float16 |
|
19%|ββ | 33/171 [00:07<00:07, 19.36it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.13.input_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
19%|ββ | 33/171 [00:07<00:07, 19.36it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.13.mlp.down_proj.q_weight[0m", shape: (1024, 352), dtype: uint32 |
|
19%|ββ | 33/171 [00:07<00:07, 19.36it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.13.mlp.down_proj.q_scale[0m", shape: (1024, 88), dtype: float16 |
|
19%|ββ | 33/171 [00:07<00:07, 19.36it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.13.mlp.gate_up_proj.q_weight[0m", shape: (5632, 128), dtype: uint32 |
|
19%|ββ | 33/171 [00:07<00:07, 19.36it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.13.mlp.gate_up_proj.q_scale[0m", shape: (5632, 32), dtype: float16 |
|
19%|ββ | 33/171 [00:07<00:07, 19.36it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.13.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
19%|ββ | 33/171 [00:07<00:07, 19.36it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.13.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 |
|
19%|ββ | 33/171 [00:07<00:07, 19.36it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.13.self_attn.c_attn.q_weight[0m", shape: (3072, 128), dtype: uint32 |
|
19%|ββ | 33/171 [00:07<00:07, 19.36it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.13.self_attn.c_attn.q_scale[0m", shape: (3072, 32), dtype: float16 |
|
19%|ββ | 33/171 [00:07<00:07, 19.36it/s]
25%|βββ | 43/171 [00:07<00:04, 29.22it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.13.self_attn.o_proj.q_weight[0m", shape: (1024, 128), dtype: uint32 |
|
25%|βββ | 43/171 [00:07<00:04, 29.22it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.13.self_attn.o_proj.q_scale[0m", shape: (1024, 32), dtype: float16 |
|
25%|βββ | 43/171 [00:07<00:04, 29.22it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.14.input_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
25%|βββ | 43/171 [00:07<00:04, 29.22it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.14.mlp.down_proj.q_weight[0m", shape: (1024, 352), dtype: uint32 |
|
25%|βββ | 43/171 [00:07<00:04, 29.22it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.14.mlp.down_proj.q_scale[0m", shape: (1024, 88), dtype: float16 |
|
25%|βββ | 43/171 [00:07<00:04, 29.22it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.14.mlp.gate_up_proj.q_weight[0m", shape: (5632, 128), dtype: uint32 |
|
25%|βββ | 43/171 [00:07<00:04, 29.22it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.14.mlp.gate_up_proj.q_scale[0m", shape: (5632, 32), dtype: float16 |
|
25%|βββ | 43/171 [00:07<00:04, 29.22it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.14.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
25%|βββ | 43/171 [00:07<00:04, 29.22it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.14.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 |
|
25%|βββ | 43/171 [00:08<00:04, 29.22it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.14.self_attn.c_attn.q_weight[0m", shape: (3072, 128), dtype: uint32 |
|
25%|βββ | 43/171 [00:08<00:04, 29.22it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.14.self_attn.c_attn.q_scale[0m", shape: (3072, 32), dtype: float16 |
|
25%|βββ | 43/171 [00:08<00:04, 29.22it/s]
29%|βββ | 50/171 [00:08<00:03, 32.35it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.14.self_attn.o_proj.q_weight[0m", shape: (1024, 128), dtype: uint32 |
|
29%|βββ | 50/171 [00:08<00:03, 32.35it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.14.self_attn.o_proj.q_scale[0m", shape: (1024, 32), dtype: float16 |
|
29%|βββ | 50/171 [00:08<00:03, 32.35it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.15.input_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
29%|βββ | 50/171 [00:08<00:03, 32.35it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.15.mlp.down_proj.q_weight[0m", shape: (1024, 352), dtype: uint32 |
|
29%|βββ | 50/171 [00:08<00:03, 32.35it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.15.mlp.down_proj.q_scale[0m", shape: (1024, 88), dtype: float16 |
|
29%|βββ | 50/171 [00:08<00:03, 32.35it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.15.mlp.gate_up_proj.q_weight[0m", shape: (5632, 128), dtype: uint32 |
|
29%|βββ | 50/171 [00:08<00:03, 32.35it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.15.mlp.gate_up_proj.q_scale[0m", shape: (5632, 32), dtype: float16 |
|
29%|βββ | 50/171 [00:08<00:03, 32.35it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.15.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
29%|βββ | 50/171 [00:08<00:03, 32.35it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.15.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 |
|
29%|βββ | 50/171 [00:08<00:03, 32.35it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.15.self_attn.c_attn.q_weight[0m", shape: (3072, 128), dtype: uint32 |
|
29%|βββ | 50/171 [00:08<00:03, 32.35it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.15.self_attn.c_attn.q_scale[0m", shape: (3072, 32), dtype: float16 |
|
29%|βββ | 50/171 [00:08<00:03, 32.35it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.15.self_attn.o_proj.q_weight[0m", shape: (1024, 128), dtype: uint32 |
|
29%|βββ | 50/171 [00:08<00:03, 32.35it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.15.self_attn.o_proj.q_scale[0m", shape: (1024, 32), dtype: float16 |
|
29%|βββ | 50/171 [00:08<00:03, 32.35it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.16.input_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
29%|βββ | 50/171 [00:08<00:03, 32.35it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.16.mlp.down_proj.q_weight[0m", shape: (1024, 352), dtype: uint32 |
|
29%|βββ | 50/171 [00:08<00:03, 32.35it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.16.mlp.down_proj.q_scale[0m", shape: (1024, 88), dtype: float16 |
|
29%|βββ | 50/171 [00:08<00:03, 32.35it/s]
35%|ββββ | 60/171 [00:08<00:02, 42.61it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.16.mlp.gate_up_proj.q_weight[0m", shape: (5632, 128), dtype: uint32 |
|
35%|ββββ | 60/171 [00:08<00:02, 42.61it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.16.mlp.gate_up_proj.q_scale[0m", shape: (5632, 32), dtype: float16 |
|
35%|ββββ | 60/171 [00:08<00:02, 42.61it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.16.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
35%|ββββ | 60/171 [00:08<00:02, 42.61it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.16.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 |
|
35%|ββββ | 60/171 [00:08<00:02, 42.61it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.16.self_attn.c_attn.q_weight[0m", shape: (3072, 128), dtype: uint32 |
|
35%|ββββ | 60/171 [00:08<00:02, 42.61it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.16.self_attn.c_attn.q_scale[0m", shape: (3072, 32), dtype: float16 |
|
35%|ββββ | 60/171 [00:08<00:02, 42.61it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.16.self_attn.o_proj.q_weight[0m", shape: (1024, 128), dtype: uint32 |
|
35%|ββββ | 60/171 [00:08<00:02, 42.61it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.16.self_attn.o_proj.q_scale[0m", shape: (1024, 32), dtype: float16 |
|
35%|ββββ | 60/171 [00:08<00:02, 42.61it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.17.input_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
35%|ββββ | 60/171 [00:08<00:02, 42.61it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.17.mlp.down_proj.q_weight[0m", shape: (1024, 352), dtype: uint32 |
|
35%|ββββ | 60/171 [00:08<00:02, 42.61it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.17.mlp.down_proj.q_scale[0m", shape: (1024, 88), dtype: float16 |
|
35%|ββββ | 60/171 [00:08<00:02, 42.61it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.17.mlp.gate_up_proj.q_weight[0m", shape: (5632, 128), dtype: uint32 |
|
35%|ββββ | 60/171 [00:08<00:02, 42.61it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.17.mlp.gate_up_proj.q_scale[0m", shape: (5632, 32), dtype: float16 |
|
35%|ββββ | 60/171 [00:08<00:02, 42.61it/s]
40%|ββββ | 68/171 [00:08<00:02, 47.81it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.17.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
40%|ββββ | 68/171 [00:08<00:02, 47.81it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.17.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 |
|
40%|ββββ | 68/171 [00:08<00:02, 47.81it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.17.self_attn.c_attn.q_weight[0m", shape: (3072, 128), dtype: uint32 |
|
40%|ββββ | 68/171 [00:08<00:02, 47.81it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.17.self_attn.c_attn.q_scale[0m", shape: (3072, 32), dtype: float16 |
|
40%|ββββ | 68/171 [00:08<00:02, 47.81it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.17.self_attn.o_proj.q_weight[0m", shape: (1024, 128), dtype: uint32 |
|
40%|ββββ | 68/171 [00:08<00:02, 47.81it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.17.self_attn.o_proj.q_scale[0m", shape: (1024, 32), dtype: float16 |
|
40%|ββββ | 68/171 [00:08<00:02, 47.81it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.18.input_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
40%|ββββ | 68/171 [00:08<00:02, 47.81it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.18.mlp.down_proj.q_weight[0m", shape: (1024, 352), dtype: uint32 |
|
40%|ββββ | 68/171 [00:08<00:02, 47.81it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.18.mlp.down_proj.q_scale[0m", shape: (1024, 88), dtype: float16 |
|
40%|ββββ | 68/171 [00:08<00:02, 47.81it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.18.mlp.gate_up_proj.q_weight[0m", shape: (5632, 128), dtype: uint32 |
|
40%|ββββ | 68/171 [00:08<00:02, 47.81it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.18.mlp.gate_up_proj.q_scale[0m", shape: (5632, 32), dtype: float16 |
|
40%|ββββ | 68/171 [00:08<00:02, 47.81it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.18.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
40%|ββββ | 68/171 [00:08<00:02, 47.81it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.18.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 |
|
40%|ββββ | 68/171 [00:08<00:02, 47.81it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.18.self_attn.c_attn.q_weight[0m", shape: (3072, 128), dtype: uint32 |
|
40%|ββββ | 68/171 [00:08<00:02, 47.81it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.18.self_attn.c_attn.q_scale[0m", shape: (3072, 32), dtype: float16 |
|
40%|ββββ | 68/171 [00:08<00:02, 47.81it/s]
46%|βββββ | 78/171 [00:08<00:01, 49.88it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.18.self_attn.o_proj.q_weight[0m", shape: (1024, 128), dtype: uint32 |
|
46%|βββββ | 78/171 [00:08<00:01, 49.88it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.18.self_attn.o_proj.q_scale[0m", shape: (1024, 32), dtype: float16 |
|
46%|βββββ | 78/171 [00:08<00:01, 49.88it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.19.input_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
46%|βββββ | 78/171 [00:08<00:01, 49.88it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.19.mlp.down_proj.q_weight[0m", shape: (1024, 352), dtype: uint32 |
|
46%|βββββ | 78/171 [00:08<00:01, 49.88it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.19.mlp.down_proj.q_scale[0m", shape: (1024, 88), dtype: float16 |
|
46%|βββββ | 78/171 [00:08<00:01, 49.88it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.19.mlp.gate_up_proj.q_weight[0m", shape: (5632, 128), dtype: uint32 |
|
46%|βββββ | 78/171 [00:08<00:01, 49.88it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.19.mlp.gate_up_proj.q_scale[0m", shape: (5632, 32), dtype: float16 |
|
46%|βββββ | 78/171 [00:08<00:01, 49.88it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.19.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
46%|βββββ | 78/171 [00:08<00:01, 49.88it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.19.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 |
|
46%|βββββ | 78/171 [00:08<00:01, 49.88it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.19.self_attn.c_attn.q_weight[0m", shape: (3072, 128), dtype: uint32 |
|
46%|βββββ | 78/171 [00:08<00:01, 49.88it/s]
[2024-05-29 23:12:01] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.19.self_attn.c_attn.q_scale[0m", shape: (3072, 32), dtype: float16 |
|
46%|βββββ | 78/171 [00:08<00:01, 49.88it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.19.self_attn.o_proj.q_weight[0m", shape: (1024, 128), dtype: uint32 |
|
46%|βββββ | 78/171 [00:08<00:01, 49.88it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.19.self_attn.o_proj.q_scale[0m", shape: (1024, 32), dtype: float16 |
|
46%|βββββ | 78/171 [00:08<00:01, 49.88it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.2.input_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
46%|βββββ | 78/171 [00:08<00:01, 49.88it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.2.mlp.down_proj.q_weight[0m", shape: (1024, 352), dtype: uint32 |
|
46%|βββββ | 78/171 [00:08<00:01, 49.88it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.2.mlp.down_proj.q_scale[0m", shape: (1024, 88), dtype: float16 |
|
46%|βββββ | 78/171 [00:08<00:01, 49.88it/s]
51%|ββββββ | 88/171 [00:08<00:01, 58.01it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.2.mlp.gate_up_proj.q_weight[0m", shape: (5632, 128), dtype: uint32 |
|
51%|ββββββ | 88/171 [00:08<00:01, 58.01it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.2.mlp.gate_up_proj.q_scale[0m", shape: (5632, 32), dtype: float16 |
|
51%|ββββββ | 88/171 [00:08<00:01, 58.01it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.2.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
51%|ββββββ | 88/171 [00:08<00:01, 58.01it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.2.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 |
|
51%|ββββββ | 88/171 [00:08<00:01, 58.01it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.2.self_attn.c_attn.q_weight[0m", shape: (3072, 128), dtype: uint32 |
|
51%|ββββββ | 88/171 [00:08<00:01, 58.01it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.2.self_attn.c_attn.q_scale[0m", shape: (3072, 32), dtype: float16 |
|
51%|ββββββ | 88/171 [00:08<00:01, 58.01it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.2.self_attn.o_proj.q_weight[0m", shape: (1024, 128), dtype: uint32 |
|
51%|ββββββ | 88/171 [00:08<00:01, 58.01it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.2.self_attn.o_proj.q_scale[0m", shape: (1024, 32), dtype: float16 |
|
51%|ββββββ | 88/171 [00:08<00:01, 58.01it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.20.input_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
51%|ββββββ | 88/171 [00:08<00:01, 58.01it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.20.mlp.down_proj.q_weight[0m", shape: (1024, 352), dtype: uint32 |
|
51%|ββββββ | 88/171 [00:08<00:01, 58.01it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.20.mlp.down_proj.q_scale[0m", shape: (1024, 88), dtype: float16 |
|
51%|ββββββ | 88/171 [00:08<00:01, 58.01it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.20.mlp.gate_up_proj.q_weight[0m", shape: (5632, 128), dtype: uint32 |
|
51%|ββββββ | 88/171 [00:08<00:01, 58.01it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.20.mlp.gate_up_proj.q_scale[0m", shape: (5632, 32), dtype: float16 |
|
51%|ββββββ | 88/171 [00:08<00:01, 58.01it/s]
56%|ββββββ | 96/171 [00:08<00:01, 60.18it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.20.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
56%|ββββββ | 96/171 [00:08<00:01, 60.18it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.20.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 |
|
56%|ββββββ | 96/171 [00:08<00:01, 60.18it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.20.self_attn.c_attn.q_weight[0m", shape: (3072, 128), dtype: uint32 |
|
56%|ββββββ | 96/171 [00:08<00:01, 60.18it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.20.self_attn.c_attn.q_scale[0m", shape: (3072, 32), dtype: float16 |
|
56%|ββββββ | 96/171 [00:08<00:01, 60.18it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.20.self_attn.o_proj.q_weight[0m", shape: (1024, 128), dtype: uint32 |
|
56%|ββββββ | 96/171 [00:08<00:01, 60.18it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.20.self_attn.o_proj.q_scale[0m", shape: (1024, 32), dtype: float16 |
|
56%|ββββββ | 96/171 [00:08<00:01, 60.18it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.21.input_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
56%|ββββββ | 96/171 [00:08<00:01, 60.18it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.21.mlp.down_proj.q_weight[0m", shape: (1024, 352), dtype: uint32 |
|
56%|ββββββ | 96/171 [00:08<00:01, 60.18it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.21.mlp.down_proj.q_scale[0m", shape: (1024, 88), dtype: float16 |
|
56%|ββββββ | 96/171 [00:08<00:01, 60.18it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.21.mlp.gate_up_proj.q_weight[0m", shape: (5632, 128), dtype: uint32 |
|
56%|ββββββ | 96/171 [00:08<00:01, 60.18it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.21.mlp.gate_up_proj.q_scale[0m", shape: (5632, 32), dtype: float16 |
|
56%|ββββββ | 96/171 [00:08<00:01, 60.18it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.21.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
56%|ββββββ | 96/171 [00:08<00:01, 60.18it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.21.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 |
|
56%|ββββββ | 96/171 [00:08<00:01, 60.18it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.21.self_attn.c_attn.q_weight[0m", shape: (3072, 128), dtype: uint32 |
|
56%|ββββββ | 96/171 [00:08<00:01, 60.18it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.21.self_attn.c_attn.q_scale[0m", shape: (3072, 32), dtype: float16 |
|
56%|ββββββ | 96/171 [00:08<00:01, 60.18it/s]
62%|βββββββ | 106/171 [00:08<00:00, 68.44it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.21.self_attn.o_proj.q_weight[0m", shape: (1024, 128), dtype: uint32 |
|
62%|βββββββ | 106/171 [00:08<00:00, 68.44it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.21.self_attn.o_proj.q_scale[0m", shape: (1024, 32), dtype: float16 |
|
62%|βββββββ | 106/171 [00:08<00:00, 68.44it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.22.input_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
62%|βββββββ | 106/171 [00:08<00:00, 68.44it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.22.mlp.down_proj.q_weight[0m", shape: (1024, 352), dtype: uint32 |
|
62%|βββββββ | 106/171 [00:08<00:00, 68.44it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.22.mlp.down_proj.q_scale[0m", shape: (1024, 88), dtype: float16 |
|
62%|βββββββ | 106/171 [00:08<00:00, 68.44it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.22.mlp.gate_up_proj.q_weight[0m", shape: (5632, 128), dtype: uint32 |
|
62%|βββββββ | 106/171 [00:08<00:00, 68.44it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.22.mlp.gate_up_proj.q_scale[0m", shape: (5632, 32), dtype: float16 |
|
62%|βββββββ | 106/171 [00:08<00:00, 68.44it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.22.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
62%|βββββββ | 106/171 [00:08<00:00, 68.44it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.22.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 |
|
62%|βββββββ | 106/171 [00:08<00:00, 68.44it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.22.self_attn.c_attn.q_weight[0m", shape: (3072, 128), dtype: uint32 |
|
62%|βββββββ | 106/171 [00:08<00:00, 68.44it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.22.self_attn.c_attn.q_scale[0m", shape: (3072, 32), dtype: float16 |
|
62%|βββββββ | 106/171 [00:08<00:00, 68.44it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.22.self_attn.o_proj.q_weight[0m", shape: (1024, 128), dtype: uint32 |
|
62%|βββββββ | 106/171 [00:08<00:00, 68.44it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.22.self_attn.o_proj.q_scale[0m", shape: (1024, 32), dtype: float16 |
|
62%|βββββββ | 106/171 [00:08<00:00, 68.44it/s]
67%|βββββββ | 114/171 [00:08<00:00, 60.61it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.23.input_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
67%|βββββββ | 114/171 [00:08<00:00, 60.61it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.23.mlp.down_proj.q_weight[0m", shape: (1024, 352), dtype: uint32 |
|
67%|βββββββ | 114/171 [00:08<00:00, 60.61it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.23.mlp.down_proj.q_scale[0m", shape: (1024, 88), dtype: float16 |
|
67%|βββββββ | 114/171 [00:08<00:00, 60.61it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.23.mlp.gate_up_proj.q_weight[0m", shape: (5632, 128), dtype: uint32 |
|
67%|βββββββ | 114/171 [00:09<00:00, 60.61it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.23.mlp.gate_up_proj.q_scale[0m", shape: (5632, 32), dtype: float16 |
|
67%|βββββββ | 114/171 [00:09<00:00, 60.61it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.23.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
67%|βββββββ | 114/171 [00:09<00:00, 60.61it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.23.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 |
|
67%|βββββββ | 114/171 [00:09<00:00, 60.61it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.23.self_attn.c_attn.q_weight[0m", shape: (3072, 128), dtype: uint32 |
|
67%|βββββββ | 114/171 [00:09<00:00, 60.61it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.23.self_attn.c_attn.q_scale[0m", shape: (3072, 32), dtype: float16 |
|
67%|βββββββ | 114/171 [00:09<00:00, 60.61it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.23.self_attn.o_proj.q_weight[0m", shape: (1024, 128), dtype: uint32 |
|
67%|βββββββ | 114/171 [00:09<00:00, 60.61it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.23.self_attn.o_proj.q_scale[0m", shape: (1024, 32), dtype: float16 |
|
67%|βββββββ | 114/171 [00:09<00:00, 60.61it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.3.input_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
67%|βββββββ | 114/171 [00:09<00:00, 60.61it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.3.mlp.down_proj.q_weight[0m", shape: (1024, 352), dtype: uint32 |
|
67%|βββββββ | 114/171 [00:09<00:00, 60.61it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.3.mlp.down_proj.q_scale[0m", shape: (1024, 88), dtype: float16 |
|
67%|βββββββ | 114/171 [00:09<00:00, 60.61it/s]
72%|ββββββββ | 123/171 [00:09<00:00, 66.65it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.3.mlp.gate_up_proj.q_weight[0m", shape: (5632, 128), dtype: uint32 |
|
72%|ββββββββ | 123/171 [00:09<00:00, 66.65it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.3.mlp.gate_up_proj.q_scale[0m", shape: (5632, 32), dtype: float16 |
|
72%|ββββββββ | 123/171 [00:09<00:00, 66.65it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.3.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
72%|ββββββββ | 123/171 [00:09<00:00, 66.65it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.3.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 |
|
72%|ββββββββ | 123/171 [00:09<00:00, 66.65it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.3.self_attn.c_attn.q_weight[0m", shape: (3072, 128), dtype: uint32 |
|
72%|ββββββββ | 123/171 [00:09<00:00, 66.65it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.3.self_attn.c_attn.q_scale[0m", shape: (3072, 32), dtype: float16 |
|
72%|ββββββββ | 123/171 [00:09<00:00, 66.65it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.3.self_attn.o_proj.q_weight[0m", shape: (1024, 128), dtype: uint32 |
|
72%|ββββββββ | 123/171 [00:09<00:00, 66.65it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.3.self_attn.o_proj.q_scale[0m", shape: (1024, 32), dtype: float16 |
|
72%|ββββββββ | 123/171 [00:09<00:00, 66.65it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.4.input_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
72%|ββββββββ | 123/171 [00:09<00:00, 66.65it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.4.mlp.down_proj.q_weight[0m", shape: (1024, 352), dtype: uint32 |
|
72%|ββββββββ | 123/171 [00:09<00:00, 66.65it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.4.mlp.down_proj.q_scale[0m", shape: (1024, 88), dtype: float16 |
|
72%|ββββββββ | 123/171 [00:09<00:00, 66.65it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.4.mlp.gate_up_proj.q_weight[0m", shape: (5632, 128), dtype: uint32 |
|
72%|ββββββββ | 123/171 [00:09<00:00, 66.65it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.4.mlp.gate_up_proj.q_scale[0m", shape: (5632, 32), dtype: float16 |
|
72%|ββββββββ | 123/171 [00:09<00:00, 66.65it/s]
77%|ββββββββ | 131/171 [00:09<00:00, 61.30it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.4.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
77%|ββββββββ | 131/171 [00:09<00:00, 61.30it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.4.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 |
|
77%|ββββββββ | 131/171 [00:09<00:00, 61.30it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.4.self_attn.c_attn.q_weight[0m", shape: (3072, 128), dtype: uint32 |
|
77%|ββββββββ | 131/171 [00:09<00:00, 61.30it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.4.self_attn.c_attn.q_scale[0m", shape: (3072, 32), dtype: float16 |
|
77%|ββββββββ | 131/171 [00:09<00:00, 61.30it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.4.self_attn.o_proj.q_weight[0m", shape: (1024, 128), dtype: uint32 |
|
77%|ββββββββ | 131/171 [00:09<00:00, 61.30it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.4.self_attn.o_proj.q_scale[0m", shape: (1024, 32), dtype: float16 |
|
77%|ββββββββ | 131/171 [00:09<00:00, 61.30it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.5.input_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
77%|ββββββββ | 131/171 [00:09<00:00, 61.30it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.5.mlp.down_proj.q_weight[0m", shape: (1024, 352), dtype: uint32 |
|
77%|ββββββββ | 131/171 [00:09<00:00, 61.30it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.5.mlp.down_proj.q_scale[0m", shape: (1024, 88), dtype: float16 |
|
77%|ββββββββ | 131/171 [00:09<00:00, 61.30it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.5.mlp.gate_up_proj.q_weight[0m", shape: (5632, 128), dtype: uint32 |
|
77%|ββββββββ | 131/171 [00:09<00:00, 61.30it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.5.mlp.gate_up_proj.q_scale[0m", shape: (5632, 32), dtype: float16 |
|
77%|ββββββββ | 131/171 [00:09<00:00, 61.30it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.5.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
77%|ββββββββ | 131/171 [00:09<00:00, 61.30it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.5.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 |
|
77%|ββββββββ | 131/171 [00:09<00:00, 61.30it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.5.self_attn.c_attn.q_weight[0m", shape: (3072, 128), dtype: uint32 |
|
77%|ββββββββ | 131/171 [00:09<00:00, 61.30it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.5.self_attn.c_attn.q_scale[0m", shape: (3072, 32), dtype: float16 |
|
77%|ββββββββ | 131/171 [00:09<00:00, 61.30it/s]
82%|βββββββββ | 141/171 [00:09<00:00, 58.97it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.5.self_attn.o_proj.q_weight[0m", shape: (1024, 128), dtype: uint32 |
|
82%|βββββββββ | 141/171 [00:09<00:00, 58.97it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.5.self_attn.o_proj.q_scale[0m", shape: (1024, 32), dtype: float16 |
|
82%|βββββββββ | 141/171 [00:09<00:00, 58.97it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.6.input_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
82%|βββββββββ | 141/171 [00:09<00:00, 58.97it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.6.mlp.down_proj.q_weight[0m", shape: (1024, 352), dtype: uint32 |
|
82%|βββββββββ | 141/171 [00:09<00:00, 58.97it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.6.mlp.down_proj.q_scale[0m", shape: (1024, 88), dtype: float16 |
|
82%|βββββββββ | 141/171 [00:09<00:00, 58.97it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.6.mlp.gate_up_proj.q_weight[0m", shape: (5632, 128), dtype: uint32 |
|
82%|βββββββββ | 141/171 [00:09<00:00, 58.97it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.6.mlp.gate_up_proj.q_scale[0m", shape: (5632, 32), dtype: float16 |
|
82%|βββββββββ | 141/171 [00:09<00:00, 58.97it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.6.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
82%|βββββββββ | 141/171 [00:09<00:00, 58.97it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.6.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 |
|
82%|βββββββββ | 141/171 [00:09<00:00, 58.97it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.6.self_attn.c_attn.q_weight[0m", shape: (3072, 128), dtype: uint32 |
|
82%|βββββββββ | 141/171 [00:09<00:00, 58.97it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.6.self_attn.c_attn.q_scale[0m", shape: (3072, 32), dtype: float16 |
|
82%|βββββββββ | 141/171 [00:09<00:00, 58.97it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.6.self_attn.o_proj.q_weight[0m", shape: (1024, 128), dtype: uint32 |
|
82%|βββββββββ | 141/171 [00:09<00:00, 58.97it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.6.self_attn.o_proj.q_scale[0m", shape: (1024, 32), dtype: float16 |
|
82%|βββββββββ | 141/171 [00:09<00:00, 58.97it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.7.input_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
82%|βββββββββ | 141/171 [00:09<00:00, 58.97it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.7.mlp.down_proj.q_weight[0m", shape: (1024, 352), dtype: uint32 |
|
82%|βββββββββ | 141/171 [00:09<00:00, 58.97it/s]
[2024-05-29 23:12:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.7.mlp.down_proj.q_scale[0m", shape: (1024, 88), dtype: float16 |
|
82%|βββββββββ | 141/171 [00:09<00:00, 58.97it/s]
88%|βββββββββ | 151/171 [00:09<00:00, 65.71it/s]
[2024-05-29 23:12:03] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.7.mlp.gate_up_proj.q_weight[0m", shape: (5632, 128), dtype: uint32 |
|
88%|βββββββββ | 151/171 [00:09<00:00, 65.71it/s]
[2024-05-29 23:12:03] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.7.mlp.gate_up_proj.q_scale[0m", shape: (5632, 32), dtype: float16 |
|
88%|βββββββββ | 151/171 [00:09<00:00, 65.71it/s]
[2024-05-29 23:12:03] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.7.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
88%|βββββββββ | 151/171 [00:09<00:00, 65.71it/s]
[2024-05-29 23:12:03] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.7.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 |
|
88%|βββββββββ | 151/171 [00:09<00:00, 65.71it/s]
[2024-05-29 23:12:03] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.7.self_attn.c_attn.q_weight[0m", shape: (3072, 128), dtype: uint32 |
|
88%|βββββββββ | 151/171 [00:09<00:00, 65.71it/s]
[2024-05-29 23:12:03] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.7.self_attn.c_attn.q_scale[0m", shape: (3072, 32), dtype: float16 |
|
88%|βββββββββ | 151/171 [00:09<00:00, 65.71it/s]
[2024-05-29 23:12:03] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.7.self_attn.o_proj.q_weight[0m", shape: (1024, 128), dtype: uint32 |
|
88%|βββββββββ | 151/171 [00:09<00:00, 65.71it/s]
[2024-05-29 23:12:03] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.7.self_attn.o_proj.q_scale[0m", shape: (1024, 32), dtype: float16 |
|
88%|βββββββββ | 151/171 [00:09<00:00, 65.71it/s]
[2024-05-29 23:12:03] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.8.input_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
88%|βββββββββ | 151/171 [00:09<00:00, 65.71it/s]
[2024-05-29 23:12:03] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.8.mlp.down_proj.q_weight[0m", shape: (1024, 352), dtype: uint32 |
|
88%|βββββββββ | 151/171 [00:09<00:00, 65.71it/s]
[2024-05-29 23:12:03] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.8.mlp.down_proj.q_scale[0m", shape: (1024, 88), dtype: float16 |
|
88%|βββββββββ | 151/171 [00:09<00:00, 65.71it/s]
[2024-05-29 23:12:03] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.8.mlp.gate_up_proj.q_weight[0m", shape: (5632, 128), dtype: uint32 |
|
88%|βββββββββ | 151/171 [00:09<00:00, 65.71it/s]
[2024-05-29 23:12:03] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.8.mlp.gate_up_proj.q_scale[0m", shape: (5632, 32), dtype: float16 |
|
88%|βββββββββ | 151/171 [00:09<00:00, 65.71it/s]
93%|ββββββββββ| 159/171 [00:09<00:00, 65.93it/s]
[2024-05-29 23:12:03] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.8.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
93%|ββββββββββ| 159/171 [00:09<00:00, 65.93it/s]
[2024-05-29 23:12:03] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.8.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 |
|
93%|ββββββββββ| 159/171 [00:09<00:00, 65.93it/s]
[2024-05-29 23:12:03] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.8.self_attn.c_attn.q_weight[0m", shape: (3072, 128), dtype: uint32 |
|
93%|ββββββββββ| 159/171 [00:09<00:00, 65.93it/s]
[2024-05-29 23:12:03] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.8.self_attn.c_attn.q_scale[0m", shape: (3072, 32), dtype: float16 |
|
93%|ββββββββββ| 159/171 [00:09<00:00, 65.93it/s]
[2024-05-29 23:12:03] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.8.self_attn.o_proj.q_weight[0m", shape: (1024, 128), dtype: uint32 |
|
93%|ββββββββββ| 159/171 [00:09<00:00, 65.93it/s]
[2024-05-29 23:12:03] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.8.self_attn.o_proj.q_scale[0m", shape: (1024, 32), dtype: float16 |
|
93%|ββββββββββ| 159/171 [00:09<00:00, 65.93it/s]
[2024-05-29 23:12:03] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.9.input_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
93%|ββββββββββ| 159/171 [00:09<00:00, 65.93it/s]
[2024-05-29 23:12:03] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.9.mlp.down_proj.q_weight[0m", shape: (1024, 352), dtype: uint32 |
|
93%|ββββββββββ| 159/171 [00:09<00:00, 65.93it/s]
[2024-05-29 23:12:03] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.9.mlp.down_proj.q_scale[0m", shape: (1024, 88), dtype: float16 |
|
93%|ββββββββββ| 159/171 [00:09<00:00, 65.93it/s]
[2024-05-29 23:12:03] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.9.mlp.gate_up_proj.q_weight[0m", shape: (5632, 128), dtype: uint32 |
|
93%|ββββββββββ| 159/171 [00:09<00:00, 65.93it/s]
[2024-05-29 23:12:03] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.9.mlp.gate_up_proj.q_scale[0m", shape: (5632, 32), dtype: float16 |
|
93%|ββββββββββ| 159/171 [00:09<00:00, 65.93it/s]
[2024-05-29 23:12:03] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.9.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 |
|
93%|ββββββββββ| 159/171 [00:09<00:00, 65.93it/s]
[2024-05-29 23:12:03] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.9.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 |
|
93%|ββββββββββ| 159/171 [00:09<00:00, 65.93it/s]
[2024-05-29 23:12:03] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.9.self_attn.c_attn.q_weight[0m", shape: (3072, 128), dtype: uint32 |
|
93%|ββββββββββ| 159/171 [00:09<00:00, 65.93it/s]
[2024-05-29 23:12:03] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.9.self_attn.c_attn.q_scale[0m", shape: (3072, 32), dtype: float16 |
|
93%|ββββββββββ| 159/171 [00:09<00:00, 65.93it/s]
99%|ββββββββββ| 169/171 [00:09<00:00, 73.07it/s]
[2024-05-29 23:12:03] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.9.self_attn.o_proj.q_weight[0m", shape: (1024, 128), dtype: uint32 |
|
99%|ββββββββββ| 169/171 [00:09<00:00, 73.07it/s]
[2024-05-29 23:12:03] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.9.self_attn.o_proj.q_scale[0m", shape: (1024, 32), dtype: float16 |
|
99%|ββββββββββ| 169/171 [00:09<00:00, 73.07it/s]
[2024-05-29 23:12:03] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.norm.weight[0m", shape: (1024,), dtype: float16 |
|
99%|ββββββββββ| 169/171 [00:09<00:00, 73.07it/s]
100%|ββββββββββ| 171/171 [00:09<00:00, 17.54it/s] |
|
[2024-05-29 23:12:03] INFO huggingface_loader.py:196: Unloading HF weight file: dist/models/Qwen1.5-0.5B-Chat/model.safetensors |
|
[2024-05-29 23:12:03] INFO stats.py:76: [92mTime usage[0m: HF loading: 1.413 sec; Pre-quantization mapping: 3.707 sec; Quantization: 3.039 sec |
|
[2024-05-29 23:12:03] INFO stats.py:90: [92mRAM usage[0m: Peak RAM: 2.308 GB. Total bytes loaded from disk: 2.308 GB |
|
[2024-05-29 23:12:03] INFO convert_weight.py:155: [92mParameter size[0m after quantization: 0.325 GB |
|
[2024-05-29 23:12:03] INFO convert_weight.py:160: [92mTotal parameters[0m: 619,570,176 |
|
[2024-05-29 23:12:03] INFO convert_weight.py:161: [92mBits per parameter[0m: 4.502 |
|
[2024-05-29 23:12:03] INFO convert_weight.py:166: Saved to directory: [1m/tmp/tmpbz5k8a9j[0m |
|
|
|
All finished, 8 total shards committed, record saved to /tmp/tmpbz5k8a9j/ndarray-cache.json |
|
|