|
/usr/bin/python3 -m mlc_llm gen_config dist/models/stablelm-2-zephyr-1_6b --quantization q4f16_1 --conv-template stablelm-2 --output /tmp/tmpzhq1hkac --context-window-size 4096 |
|
[2024-05-24 18:37:49] INFO auto_config.py:115: [92mFound[0m model configuration: dist/models/stablelm-2-zephyr-1_6b/config.json |
|
[2024-05-24 18:37:49] INFO auto_config.py:153: [92mFound[0m model type: [1mstablelm[0m. Use `--model-type` to override. |
|
[2024-05-24 18:37:49] INFO stablelm_model.py:49: [1mcontext_window_size[0m not found in config.json. Falling back to [1mmax_position_embeddings[0m (4096) |
|
[2024-05-24 18:37:49] INFO stablelm_model.py:66: [1mprefill_chunk_size[0m defaults to 2048 |
|
[2024-05-24 18:37:49] INFO config.py:106: Overriding [1mcontext_window_size[0m from 4096 to 4096 |
|
[2024-05-24 18:37:49] INFO config.py:106: Overriding [1mmax_batch_size[0m from 1 to 80 |
|
[2024-05-24 18:37:49] INFO gen_config.py:255: [generation_config.json] Setting [1mbos_token_id[0m: 100257 |
|
[2024-05-24 18:37:49] INFO gen_config.py:255: [generation_config.json] Setting [1meos_token_id[0m: 100257 |
|
[2024-05-24 18:37:49] INFO gen_config.py:269: [91mNot found[0m tokenizer config: dist/models/stablelm-2-zephyr-1_6b/tokenizer.model |
|
[2024-05-24 18:37:49] INFO gen_config.py:267: [92mFound[0m tokenizer config: dist/models/stablelm-2-zephyr-1_6b/tokenizer.json. Copying to [1m/tmp/tmpzhq1hkac/tokenizer.json[0m |
|
[2024-05-24 18:37:49] INFO gen_config.py:267: [92mFound[0m tokenizer config: dist/models/stablelm-2-zephyr-1_6b/vocab.json. Copying to [1m/tmp/tmpzhq1hkac/vocab.json[0m |
|
[2024-05-24 18:37:49] INFO gen_config.py:267: [92mFound[0m tokenizer config: dist/models/stablelm-2-zephyr-1_6b/merges.txt. Copying to [1m/tmp/tmpzhq1hkac/merges.txt[0m |
|
[2024-05-24 18:37:49] INFO gen_config.py:269: [91mNot found[0m tokenizer config: dist/models/stablelm-2-zephyr-1_6b/added_tokens.json |
|
[2024-05-24 18:37:49] INFO gen_config.py:267: [92mFound[0m tokenizer config: dist/models/stablelm-2-zephyr-1_6b/tokenizer_config.json. Copying to [1m/tmp/tmpzhq1hkac/tokenizer_config.json[0m |
|
[2024-05-24 18:37:49] INFO gen_config.py:80: [System default] Setting [1mpad_token_id[0m: 0 |
|
[2024-05-24 18:37:49] INFO gen_config.py:80: [System default] Setting [1mtemperature[0m: 0.7 |
|
[2024-05-24 18:37:49] INFO gen_config.py:80: [System default] Setting [1mpresence_penalty[0m: 0.0 |
|
[2024-05-24 18:37:49] INFO gen_config.py:80: [System default] Setting [1mfrequency_penalty[0m: 0.0 |
|
[2024-05-24 18:37:49] INFO gen_config.py:80: [System default] Setting [1mrepetition_penalty[0m: 1.0 |
|
[2024-05-24 18:37:49] INFO gen_config.py:80: [System default] Setting [1mtop_p[0m: 0.95 |
|
[2024-05-24 18:37:49] INFO gen_config.py:80: [System default] Setting [1mmean_gen_len[0m: 128 |
|
[2024-05-24 18:37:49] INFO gen_config.py:80: [System default] Setting [1mmax_gen_len[0m: 512 |
|
[2024-05-24 18:37:49] INFO gen_config.py:80: [System default] Setting [1mshift_fill_factor[0m: 0.3 |
|
[2024-05-24 18:37:49] INFO gen_config.py:335: Dumping configuration file to: [1m/tmp/tmpzhq1hkac/mlc-chat-config.json[0m |
|
/usr/bin/python3 -m mlc_llm convert_weight dist/models/stablelm-2-zephyr-1_6b --quantization q4f16_1 --source-format auto --output /tmp/tmpzhq1hkac |
|
[2024-05-24 18:37:50] INFO auto_config.py:115: [92mFound[0m model configuration: dist/models/stablelm-2-zephyr-1_6b/config.json |
|
[2024-05-24 18:37:53] INFO auto_device.py:79: [92mFound[0m device: cuda:0 |
|
[2024-05-24 18:37:54] INFO auto_device.py:88: [91mNot found[0m device: rocm:0 |
|
[2024-05-24 18:37:55] INFO auto_device.py:88: [91mNot found[0m device: metal:0 |
|
[2024-05-24 18:37:56] INFO auto_device.py:88: [91mNot found[0m device: vulkan:0 |
|
[2024-05-24 18:37:57] INFO auto_device.py:88: [91mNot found[0m device: opencl:0 |
|
[2024-05-24 18:37:57] INFO auto_device.py:35: Using device: [1mcuda:0[0m |
|
[2024-05-24 18:37:57] INFO auto_weight.py:70: Finding weights in: dist/models/stablelm-2-zephyr-1_6b |
|
[2024-05-24 18:37:57] INFO auto_weight.py:136: [91mNot found[0m Huggingface PyTorch |
|
[2024-05-24 18:37:57] INFO auto_weight.py:143: [92mFound[0m source weight format: huggingface-safetensor. Source configuration: dist/models/stablelm-2-zephyr-1_6b/model.safetensors.index.json |
|
[2024-05-24 18:37:57] INFO auto_weight.py:106: Using source weight configuration: [1mdist/models/stablelm-2-zephyr-1_6b/model.safetensors.index.json[0m. Use `--source` to override. |
|
[2024-05-24 18:37:57] INFO auto_weight.py:110: Using source weight format: [1mhuggingface-safetensor[0m. Use `--source-format` to override. |
|
[2024-05-24 18:37:57] INFO auto_config.py:153: [92mFound[0m model type: [1mstablelm[0m. Use `--model-type` to override. |
|
[2024-05-24 18:37:57] INFO stablelm_model.py:49: [1mcontext_window_size[0m not found in config.json. Falling back to [1mmax_position_embeddings[0m (4096) |
|
[2024-05-24 18:37:57] INFO stablelm_model.py:66: [1mprefill_chunk_size[0m defaults to 2048 |
|
[1mWeight conversion with arguments:[0m |
|
[1m--config[0m dist/models/stablelm-2-zephyr-1_6b/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 stablelm |
|
[1m--device[0m cuda:0 |
|
[1m--source[0m dist/models/stablelm-2-zephyr-1_6b/model.safetensors.index.json |
|
[1m--source-format[0m huggingface-safetensor |
|
[1m--output[0m /tmp/tmpzhq1hkac |
|
Start storing to cache /tmp/tmpzhq1hkac |
|
0%| | 0/220 [00:00<?, ?it/s]
[2024-05-24 18:37:59] INFO huggingface_loader.py:184: Loading HF parameters from: dist/models/stablelm-2-zephyr-1_6b/model.safetensors |
|
0%| | 0/220 [00:00<?, ?it/s]
[2024-05-24 18:38:01] INFO group_quantization.py:217: Compiling quantize function for key: ((100352, 2048), float16, cuda, axis=1, output_transpose=False) |
|
0%| | 0/220 [00:01<?, ?it/s]
[2024-05-24 18:38:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mlm_head.q_weight[0m", shape: (100352, 256), dtype: uint32 |
|
0%| | 0/220 [00:02<?, ?it/s]
[2024-05-24 18:38:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mlm_head.q_scale[0m", shape: (100352, 64), dtype: float16 |
|
0%| | 0/220 [00:02<?, ?it/s]
0%| | 1/220 [00:02<10:31, 2.88s/it]
[2024-05-24 18:38:02] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.embed_tokens.q_weight[0m", shape: (100352, 256), dtype: uint32 |
|
0%| | 1/220 [00:03<10:31, 2.88s/it]
[2024-05-24 18:38:03] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.embed_tokens.q_scale[0m", shape: (100352, 64), dtype: float16 |
|
0%| | 1/220 [00:03<10:31, 2.88s/it]
1%| | 2/220 [00:03<05:31, 1.52s/it]
[2024-05-24 18:38:03] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.0.input_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
1%| | 2/220 [00:03<05:31, 1.52s/it]
[2024-05-24 18:38:03] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.0.input_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
1%| | 2/220 [00:03<05:31, 1.52s/it]
[2024-05-24 18:38:03] INFO group_quantization.py:217: Compiling quantize function for key: ((2048, 5632), float16, cuda, axis=1, output_transpose=False) |
|
1%| | 2/220 [00:03<05:31, 1.52s/it]
[2024-05-24 18:38:03] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.0.mlp.down_proj.q_weight[0m", shape: (2048, 704), dtype: uint32 |
|
1%| | 2/220 [00:03<05:31, 1.52s/it]
[2024-05-24 18:38:03] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.0.mlp.down_proj.q_scale[0m", shape: (2048, 176), dtype: float16 |
|
1%| | 2/220 [00:03<05:31, 1.52s/it]
2%|β | 5/220 [00:03<01:52, 1.92it/s]
[2024-05-24 18:38:03] INFO group_quantization.py:217: Compiling quantize function for key: ((11264, 2048), float16, cuda, axis=1, output_transpose=False) |
|
2%|β | 5/220 [00:03<01:52, 1.92it/s]
[2024-05-24 18:38:04] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.0.mlp.gate_up_proj.q_weight[0m", shape: (11264, 256), dtype: uint32 |
|
2%|β | 5/220 [00:04<01:52, 1.92it/s]
[2024-05-24 18:38:04] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.0.mlp.gate_up_proj.q_scale[0m", shape: (11264, 64), dtype: float16 |
|
2%|β | 5/220 [00:04<01:52, 1.92it/s]
3%|β | 6/220 [00:04<01:48, 1.97it/s]
[2024-05-24 18:38:04] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.0.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
3%|β | 6/220 [00:04<01:48, 1.97it/s]
[2024-05-24 18:38:04] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.0.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
3%|β | 6/220 [00:04<01:48, 1.97it/s]
[2024-05-24 18:38:04] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.0.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 |
|
3%|β | 6/220 [00:04<01:48, 1.97it/s]
[2024-05-24 18:38:04] INFO group_quantization.py:217: Compiling quantize function for key: ((6144, 2048), float16, cuda, axis=1, output_transpose=False) |
|
3%|β | 6/220 [00:04<01:48, 1.97it/s]
[2024-05-24 18:38:04] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.0.self_attn.qkv_proj.q_weight[0m", shape: (6144, 256), dtype: uint32 |
|
3%|β | 6/220 [00:04<01:48, 1.97it/s]
[2024-05-24 18:38:04] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.0.self_attn.qkv_proj.q_scale[0m", shape: (6144, 64), dtype: float16 |
|
3%|β | 6/220 [00:04<01:48, 1.97it/s]
5%|β | 10/220 [00:04<00:55, 3.81it/s]
[2024-05-24 18:38:04] INFO group_quantization.py:217: Compiling quantize function for key: ((2048, 2048), float16, cuda, axis=1, output_transpose=False) |
|
5%|β | 10/220 [00:04<00:55, 3.81it/s]
[2024-05-24 18:38:04] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.0.self_attn.o_proj.q_weight[0m", shape: (2048, 256), dtype: uint32 |
|
5%|β | 10/220 [00:05<00:55, 3.81it/s]
[2024-05-24 18:38:04] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.0.self_attn.o_proj.q_scale[0m", shape: (2048, 64), dtype: float16 |
|
5%|β | 10/220 [00:05<00:55, 3.81it/s]
5%|β | 11/220 [00:05<00:59, 3.53it/s]
[2024-05-24 18:38:04] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.1.input_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
5%|β | 11/220 [00:05<00:59, 3.53it/s]
[2024-05-24 18:38:04] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.1.input_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
5%|β | 11/220 [00:05<00:59, 3.53it/s]
[2024-05-24 18:38:04] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.1.mlp.down_proj.q_weight[0m", shape: (2048, 704), dtype: uint32 |
|
5%|β | 11/220 [00:05<00:59, 3.53it/s]
[2024-05-24 18:38:04] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.1.mlp.down_proj.q_scale[0m", shape: (2048, 176), dtype: float16 |
|
5%|β | 11/220 [00:05<00:59, 3.53it/s]
[2024-05-24 18:38:04] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.1.mlp.gate_up_proj.q_weight[0m", shape: (11264, 256), dtype: uint32 |
|
5%|β | 11/220 [00:05<00:59, 3.53it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.1.mlp.gate_up_proj.q_scale[0m", shape: (11264, 64), dtype: float16 |
|
5%|β | 11/220 [00:05<00:59, 3.53it/s]
7%|β | 15/220 [00:05<00:32, 6.25it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.1.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
7%|β | 15/220 [00:05<00:32, 6.25it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.1.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
7%|β | 15/220 [00:05<00:32, 6.25it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.1.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 |
|
7%|β | 15/220 [00:05<00:32, 6.25it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.1.self_attn.qkv_proj.q_weight[0m", shape: (6144, 256), dtype: uint32 |
|
7%|β | 15/220 [00:05<00:32, 6.25it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.1.self_attn.qkv_proj.q_scale[0m", shape: (6144, 64), dtype: float16 |
|
7%|β | 15/220 [00:05<00:32, 6.25it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.1.self_attn.o_proj.q_weight[0m", shape: (2048, 256), dtype: uint32 |
|
7%|β | 15/220 [00:05<00:32, 6.25it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.1.self_attn.o_proj.q_scale[0m", shape: (2048, 64), dtype: float16 |
|
7%|β | 15/220 [00:05<00:32, 6.25it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.10.input_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
7%|β | 15/220 [00:05<00:32, 6.25it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.10.input_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
7%|β | 15/220 [00:05<00:32, 6.25it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.10.mlp.down_proj.q_weight[0m", shape: (2048, 704), dtype: uint32 |
|
7%|β | 15/220 [00:05<00:32, 6.25it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.10.mlp.down_proj.q_scale[0m", shape: (2048, 176), dtype: float16 |
|
7%|β | 15/220 [00:05<00:32, 6.25it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.10.mlp.gate_up_proj.q_weight[0m", shape: (11264, 256), dtype: uint32 |
|
7%|β | 15/220 [00:05<00:32, 6.25it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.10.mlp.gate_up_proj.q_scale[0m", shape: (11264, 64), dtype: float16 |
|
7%|β | 15/220 [00:05<00:32, 6.25it/s]
11%|β | 24/220 [00:05<00:14, 13.75it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.10.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
11%|β | 24/220 [00:05<00:14, 13.75it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.10.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
11%|β | 24/220 [00:05<00:14, 13.75it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.10.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 |
|
11%|β | 24/220 [00:05<00:14, 13.75it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.10.self_attn.qkv_proj.q_weight[0m", shape: (6144, 256), dtype: uint32 |
|
11%|β | 24/220 [00:05<00:14, 13.75it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.10.self_attn.qkv_proj.q_scale[0m", shape: (6144, 64), dtype: float16 |
|
11%|β | 24/220 [00:05<00:14, 13.75it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.10.self_attn.o_proj.q_weight[0m", shape: (2048, 256), dtype: uint32 |
|
11%|β | 24/220 [00:05<00:14, 13.75it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.10.self_attn.o_proj.q_scale[0m", shape: (2048, 64), dtype: float16 |
|
11%|β | 24/220 [00:05<00:14, 13.75it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.11.input_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
11%|β | 24/220 [00:05<00:14, 13.75it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.11.input_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
11%|β | 24/220 [00:05<00:14, 13.75it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.11.mlp.down_proj.q_weight[0m", shape: (2048, 704), dtype: uint32 |
|
11%|β | 24/220 [00:05<00:14, 13.75it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.11.mlp.down_proj.q_scale[0m", shape: (2048, 176), dtype: float16 |
|
11%|β | 24/220 [00:05<00:14, 13.75it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.11.mlp.gate_up_proj.q_weight[0m", shape: (11264, 256), dtype: uint32 |
|
11%|β | 24/220 [00:05<00:14, 13.75it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.11.mlp.gate_up_proj.q_scale[0m", shape: (11264, 64), dtype: float16 |
|
11%|β | 24/220 [00:05<00:14, 13.75it/s]
15%|ββ | 33/220 [00:05<00:08, 21.47it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.11.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
15%|ββ | 33/220 [00:05<00:08, 21.47it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.11.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
15%|ββ | 33/220 [00:05<00:08, 21.47it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.11.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 |
|
15%|ββ | 33/220 [00:05<00:08, 21.47it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.11.self_attn.qkv_proj.q_weight[0m", shape: (6144, 256), dtype: uint32 |
|
15%|ββ | 33/220 [00:05<00:08, 21.47it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.11.self_attn.qkv_proj.q_scale[0m", shape: (6144, 64), dtype: float16 |
|
15%|ββ | 33/220 [00:05<00:08, 21.47it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.11.self_attn.o_proj.q_weight[0m", shape: (2048, 256), dtype: uint32 |
|
15%|ββ | 33/220 [00:05<00:08, 21.47it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.11.self_attn.o_proj.q_scale[0m", shape: (2048, 64), dtype: float16 |
|
15%|ββ | 33/220 [00:05<00:08, 21.47it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.12.input_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
15%|ββ | 33/220 [00:05<00:08, 21.47it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.12.input_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
15%|ββ | 33/220 [00:05<00:08, 21.47it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.12.mlp.down_proj.q_weight[0m", shape: (2048, 704), dtype: uint32 |
|
15%|ββ | 33/220 [00:05<00:08, 21.47it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.12.mlp.down_proj.q_scale[0m", shape: (2048, 176), dtype: float16 |
|
15%|ββ | 33/220 [00:05<00:08, 21.47it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.12.mlp.gate_up_proj.q_weight[0m", shape: (11264, 256), dtype: uint32 |
|
15%|ββ | 33/220 [00:05<00:08, 21.47it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.12.mlp.gate_up_proj.q_scale[0m", shape: (11264, 64), dtype: float16 |
|
15%|ββ | 33/220 [00:05<00:08, 21.47it/s]
19%|ββ | 42/220 [00:05<00:06, 28.86it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.12.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
19%|ββ | 42/220 [00:05<00:06, 28.86it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.12.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
19%|ββ | 42/220 [00:05<00:06, 28.86it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.12.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 |
|
19%|ββ | 42/220 [00:05<00:06, 28.86it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.12.self_attn.qkv_proj.q_weight[0m", shape: (6144, 256), dtype: uint32 |
|
19%|ββ | 42/220 [00:05<00:06, 28.86it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.12.self_attn.qkv_proj.q_scale[0m", shape: (6144, 64), dtype: float16 |
|
19%|ββ | 42/220 [00:05<00:06, 28.86it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.12.self_attn.o_proj.q_weight[0m", shape: (2048, 256), dtype: uint32 |
|
19%|ββ | 42/220 [00:05<00:06, 28.86it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.12.self_attn.o_proj.q_scale[0m", shape: (2048, 64), dtype: float16 |
|
19%|ββ | 42/220 [00:05<00:06, 28.86it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.13.input_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
19%|ββ | 42/220 [00:05<00:06, 28.86it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.13.input_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
19%|ββ | 42/220 [00:05<00:06, 28.86it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.13.mlp.down_proj.q_weight[0m", shape: (2048, 704), dtype: uint32 |
|
19%|ββ | 42/220 [00:05<00:06, 28.86it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.13.mlp.down_proj.q_scale[0m", shape: (2048, 176), dtype: float16 |
|
19%|ββ | 42/220 [00:05<00:06, 28.86it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.13.mlp.gate_up_proj.q_weight[0m", shape: (11264, 256), dtype: uint32 |
|
19%|ββ | 42/220 [00:05<00:06, 28.86it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.13.mlp.gate_up_proj.q_scale[0m", shape: (11264, 64), dtype: float16 |
|
19%|ββ | 42/220 [00:05<00:06, 28.86it/s]
23%|βββ | 51/220 [00:05<00:04, 35.42it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.13.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
23%|βββ | 51/220 [00:05<00:04, 35.42it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.13.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
23%|βββ | 51/220 [00:05<00:04, 35.42it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.13.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 |
|
23%|βββ | 51/220 [00:05<00:04, 35.42it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.13.self_attn.qkv_proj.q_weight[0m", shape: (6144, 256), dtype: uint32 |
|
23%|βββ | 51/220 [00:05<00:04, 35.42it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.13.self_attn.qkv_proj.q_scale[0m", shape: (6144, 64), dtype: float16 |
|
23%|βββ | 51/220 [00:05<00:04, 35.42it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.13.self_attn.o_proj.q_weight[0m", shape: (2048, 256), dtype: uint32 |
|
23%|βββ | 51/220 [00:05<00:04, 35.42it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.13.self_attn.o_proj.q_scale[0m", shape: (2048, 64), dtype: float16 |
|
23%|βββ | 51/220 [00:05<00:04, 35.42it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.14.input_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
23%|βββ | 51/220 [00:05<00:04, 35.42it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.14.input_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
23%|βββ | 51/220 [00:05<00:04, 35.42it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.14.mlp.down_proj.q_weight[0m", shape: (2048, 704), dtype: uint32 |
|
23%|βββ | 51/220 [00:05<00:04, 35.42it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.14.mlp.down_proj.q_scale[0m", shape: (2048, 176), dtype: float16 |
|
23%|βββ | 51/220 [00:05<00:04, 35.42it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.14.mlp.gate_up_proj.q_weight[0m", shape: (11264, 256), dtype: uint32 |
|
23%|βββ | 51/220 [00:05<00:04, 35.42it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.14.mlp.gate_up_proj.q_scale[0m", shape: (11264, 64), dtype: float16 |
|
23%|βββ | 51/220 [00:05<00:04, 35.42it/s]
27%|βββ | 60/220 [00:05<00:03, 41.13it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.14.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
27%|βββ | 60/220 [00:05<00:03, 41.13it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.14.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
27%|βββ | 60/220 [00:05<00:03, 41.13it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.14.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 |
|
27%|βββ | 60/220 [00:05<00:03, 41.13it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.14.self_attn.qkv_proj.q_weight[0m", shape: (6144, 256), dtype: uint32 |
|
27%|βββ | 60/220 [00:05<00:03, 41.13it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.14.self_attn.qkv_proj.q_scale[0m", shape: (6144, 64), dtype: float16 |
|
27%|βββ | 60/220 [00:05<00:03, 41.13it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.14.self_attn.o_proj.q_weight[0m", shape: (2048, 256), dtype: uint32 |
|
27%|βββ | 60/220 [00:05<00:03, 41.13it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.14.self_attn.o_proj.q_scale[0m", shape: (2048, 64), dtype: float16 |
|
27%|βββ | 60/220 [00:05<00:03, 41.13it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.15.input_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
27%|βββ | 60/220 [00:05<00:03, 41.13it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.15.input_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
27%|βββ | 60/220 [00:05<00:03, 41.13it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.15.mlp.down_proj.q_weight[0m", shape: (2048, 704), dtype: uint32 |
|
27%|βββ | 60/220 [00:06<00:03, 41.13it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.15.mlp.down_proj.q_scale[0m", shape: (2048, 176), dtype: float16 |
|
27%|βββ | 60/220 [00:06<00:03, 41.13it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.15.mlp.gate_up_proj.q_weight[0m", shape: (11264, 256), dtype: uint32 |
|
27%|βββ | 60/220 [00:06<00:03, 41.13it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.15.mlp.gate_up_proj.q_scale[0m", shape: (11264, 64), dtype: float16 |
|
27%|βββ | 60/220 [00:06<00:03, 41.13it/s]
31%|ββββ | 69/220 [00:06<00:03, 45.69it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.15.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
31%|ββββ | 69/220 [00:06<00:03, 45.69it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.15.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
31%|ββββ | 69/220 [00:06<00:03, 45.69it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.15.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 |
|
31%|ββββ | 69/220 [00:06<00:03, 45.69it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.15.self_attn.qkv_proj.q_weight[0m", shape: (6144, 256), dtype: uint32 |
|
31%|ββββ | 69/220 [00:06<00:03, 45.69it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.15.self_attn.qkv_proj.q_scale[0m", shape: (6144, 64), dtype: float16 |
|
31%|ββββ | 69/220 [00:06<00:03, 45.69it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.15.self_attn.o_proj.q_weight[0m", shape: (2048, 256), dtype: uint32 |
|
31%|ββββ | 69/220 [00:06<00:03, 45.69it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.15.self_attn.o_proj.q_scale[0m", shape: (2048, 64), dtype: float16 |
|
31%|ββββ | 69/220 [00:06<00:03, 45.69it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.16.input_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
31%|ββββ | 69/220 [00:06<00:03, 45.69it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.16.input_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
31%|ββββ | 69/220 [00:06<00:03, 45.69it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.16.mlp.down_proj.q_weight[0m", shape: (2048, 704), dtype: uint32 |
|
31%|ββββ | 69/220 [00:06<00:03, 45.69it/s]
[2024-05-24 18:38:05] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.16.mlp.down_proj.q_scale[0m", shape: (2048, 176), dtype: float16 |
|
31%|ββββ | 69/220 [00:06<00:03, 45.69it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.16.mlp.gate_up_proj.q_weight[0m", shape: (11264, 256), dtype: uint32 |
|
31%|ββββ | 69/220 [00:06<00:03, 45.69it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.16.mlp.gate_up_proj.q_scale[0m", shape: (11264, 64), dtype: float16 |
|
31%|ββββ | 69/220 [00:06<00:03, 45.69it/s]
35%|ββββ | 78/220 [00:06<00:02, 49.33it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.16.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
35%|ββββ | 78/220 [00:06<00:02, 49.33it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.16.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
35%|ββββ | 78/220 [00:06<00:02, 49.33it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.16.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 |
|
35%|ββββ | 78/220 [00:06<00:02, 49.33it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.16.self_attn.qkv_proj.q_weight[0m", shape: (6144, 256), dtype: uint32 |
|
35%|ββββ | 78/220 [00:06<00:02, 49.33it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.16.self_attn.qkv_proj.q_scale[0m", shape: (6144, 64), dtype: float16 |
|
35%|ββββ | 78/220 [00:06<00:02, 49.33it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.16.self_attn.o_proj.q_weight[0m", shape: (2048, 256), dtype: uint32 |
|
35%|ββββ | 78/220 [00:06<00:02, 49.33it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.16.self_attn.o_proj.q_scale[0m", shape: (2048, 64), dtype: float16 |
|
35%|ββββ | 78/220 [00:06<00:02, 49.33it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.17.input_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
35%|ββββ | 78/220 [00:06<00:02, 49.33it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.17.input_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
35%|ββββ | 78/220 [00:06<00:02, 49.33it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.17.mlp.down_proj.q_weight[0m", shape: (2048, 704), dtype: uint32 |
|
35%|ββββ | 78/220 [00:06<00:02, 49.33it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.17.mlp.down_proj.q_scale[0m", shape: (2048, 176), dtype: float16 |
|
35%|ββββ | 78/220 [00:06<00:02, 49.33it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.17.mlp.gate_up_proj.q_weight[0m", shape: (11264, 256), dtype: uint32 |
|
35%|ββββ | 78/220 [00:06<00:02, 49.33it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.17.mlp.gate_up_proj.q_scale[0m", shape: (11264, 64), dtype: float16 |
|
35%|ββββ | 78/220 [00:06<00:02, 49.33it/s]
40%|ββββ | 87/220 [00:06<00:02, 52.11it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.17.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
40%|ββββ | 87/220 [00:06<00:02, 52.11it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.17.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
40%|ββββ | 87/220 [00:06<00:02, 52.11it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.17.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 |
|
40%|ββββ | 87/220 [00:06<00:02, 52.11it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.17.self_attn.qkv_proj.q_weight[0m", shape: (6144, 256), dtype: uint32 |
|
40%|ββββ | 87/220 [00:06<00:02, 52.11it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.17.self_attn.qkv_proj.q_scale[0m", shape: (6144, 64), dtype: float16 |
|
40%|ββββ | 87/220 [00:06<00:02, 52.11it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.17.self_attn.o_proj.q_weight[0m", shape: (2048, 256), dtype: uint32 |
|
40%|ββββ | 87/220 [00:06<00:02, 52.11it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.17.self_attn.o_proj.q_scale[0m", shape: (2048, 64), dtype: float16 |
|
40%|ββββ | 87/220 [00:06<00:02, 52.11it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.18.input_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
40%|ββββ | 87/220 [00:06<00:02, 52.11it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.18.input_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
40%|ββββ | 87/220 [00:06<00:02, 52.11it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.18.mlp.down_proj.q_weight[0m", shape: (2048, 704), dtype: uint32 |
|
40%|ββββ | 87/220 [00:06<00:02, 52.11it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.18.mlp.down_proj.q_scale[0m", shape: (2048, 176), dtype: float16 |
|
40%|ββββ | 87/220 [00:06<00:02, 52.11it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.18.mlp.gate_up_proj.q_weight[0m", shape: (11264, 256), dtype: uint32 |
|
40%|ββββ | 87/220 [00:06<00:02, 52.11it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.18.mlp.gate_up_proj.q_scale[0m", shape: (11264, 64), dtype: float16 |
|
40%|ββββ | 87/220 [00:06<00:02, 52.11it/s]
44%|βββββ | 96/220 [00:06<00:02, 54.20it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.18.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
44%|βββββ | 96/220 [00:06<00:02, 54.20it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.18.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
44%|βββββ | 96/220 [00:06<00:02, 54.20it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.18.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 |
|
44%|βββββ | 96/220 [00:06<00:02, 54.20it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.18.self_attn.qkv_proj.q_weight[0m", shape: (6144, 256), dtype: uint32 |
|
44%|βββββ | 96/220 [00:06<00:02, 54.20it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.18.self_attn.qkv_proj.q_scale[0m", shape: (6144, 64), dtype: float16 |
|
44%|βββββ | 96/220 [00:06<00:02, 54.20it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.18.self_attn.o_proj.q_weight[0m", shape: (2048, 256), dtype: uint32 |
|
44%|βββββ | 96/220 [00:06<00:02, 54.20it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.18.self_attn.o_proj.q_scale[0m", shape: (2048, 64), dtype: float16 |
|
44%|βββββ | 96/220 [00:06<00:02, 54.20it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.19.input_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
44%|βββββ | 96/220 [00:06<00:02, 54.20it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.19.input_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
44%|βββββ | 96/220 [00:06<00:02, 54.20it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.19.mlp.down_proj.q_weight[0m", shape: (2048, 704), dtype: uint32 |
|
44%|βββββ | 96/220 [00:06<00:02, 54.20it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.19.mlp.down_proj.q_scale[0m", shape: (2048, 176), dtype: float16 |
|
44%|βββββ | 96/220 [00:06<00:02, 54.20it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.19.mlp.gate_up_proj.q_weight[0m", shape: (11264, 256), dtype: uint32 |
|
44%|βββββ | 96/220 [00:06<00:02, 54.20it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.19.mlp.gate_up_proj.q_scale[0m", shape: (11264, 64), dtype: float16 |
|
44%|βββββ | 96/220 [00:06<00:02, 54.20it/s]
48%|βββββ | 105/220 [00:06<00:02, 55.87it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.19.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
48%|βββββ | 105/220 [00:06<00:02, 55.87it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.19.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
48%|βββββ | 105/220 [00:06<00:02, 55.87it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.19.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 |
|
48%|βββββ | 105/220 [00:06<00:02, 55.87it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.19.self_attn.qkv_proj.q_weight[0m", shape: (6144, 256), dtype: uint32 |
|
48%|βββββ | 105/220 [00:06<00:02, 55.87it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.19.self_attn.qkv_proj.q_scale[0m", shape: (6144, 64), dtype: float16 |
|
48%|βββββ | 105/220 [00:06<00:02, 55.87it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.19.self_attn.o_proj.q_weight[0m", shape: (2048, 256), dtype: uint32 |
|
48%|βββββ | 105/220 [00:06<00:02, 55.87it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.19.self_attn.o_proj.q_scale[0m", shape: (2048, 64), dtype: float16 |
|
48%|βββββ | 105/220 [00:06<00:02, 55.87it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.2.input_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
48%|βββββ | 105/220 [00:06<00:02, 55.87it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.2.input_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
48%|βββββ | 105/220 [00:06<00:02, 55.87it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.2.mlp.down_proj.q_weight[0m", shape: (2048, 704), dtype: uint32 |
|
48%|βββββ | 105/220 [00:06<00:02, 55.87it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.2.mlp.down_proj.q_scale[0m", shape: (2048, 176), dtype: float16 |
|
48%|βββββ | 105/220 [00:06<00:02, 55.87it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.2.mlp.gate_up_proj.q_weight[0m", shape: (11264, 256), dtype: uint32 |
|
48%|βββββ | 105/220 [00:06<00:02, 55.87it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.2.mlp.gate_up_proj.q_scale[0m", shape: (11264, 64), dtype: float16 |
|
48%|βββββ | 105/220 [00:06<00:02, 55.87it/s]
52%|ββββββ | 114/220 [00:06<00:01, 57.03it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.2.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
52%|ββββββ | 114/220 [00:06<00:01, 57.03it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.2.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
52%|ββββββ | 114/220 [00:06<00:01, 57.03it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.2.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 |
|
52%|ββββββ | 114/220 [00:06<00:01, 57.03it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.2.self_attn.qkv_proj.q_weight[0m", shape: (6144, 256), dtype: uint32 |
|
52%|ββββββ | 114/220 [00:06<00:01, 57.03it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.2.self_attn.qkv_proj.q_scale[0m", shape: (6144, 64), dtype: float16 |
|
52%|ββββββ | 114/220 [00:06<00:01, 57.03it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.2.self_attn.o_proj.q_weight[0m", shape: (2048, 256), dtype: uint32 |
|
52%|ββββββ | 114/220 [00:06<00:01, 57.03it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.2.self_attn.o_proj.q_scale[0m", shape: (2048, 64), dtype: float16 |
|
52%|ββββββ | 114/220 [00:06<00:01, 57.03it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.20.input_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
52%|ββββββ | 114/220 [00:06<00:01, 57.03it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.20.input_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
52%|ββββββ | 114/220 [00:06<00:01, 57.03it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.20.mlp.down_proj.q_weight[0m", shape: (2048, 704), dtype: uint32 |
|
52%|ββββββ | 114/220 [00:06<00:01, 57.03it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.20.mlp.down_proj.q_scale[0m", shape: (2048, 176), dtype: float16 |
|
52%|ββββββ | 114/220 [00:06<00:01, 57.03it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.20.mlp.gate_up_proj.q_weight[0m", shape: (11264, 256), dtype: uint32 |
|
52%|ββββββ | 114/220 [00:06<00:01, 57.03it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.20.mlp.gate_up_proj.q_scale[0m", shape: (11264, 64), dtype: float16 |
|
52%|ββββββ | 114/220 [00:07<00:01, 57.03it/s]
56%|ββββββ | 123/220 [00:07<00:01, 57.66it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.20.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
56%|ββββββ | 123/220 [00:07<00:01, 57.66it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.20.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
56%|ββββββ | 123/220 [00:07<00:01, 57.66it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.20.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 |
|
56%|ββββββ | 123/220 [00:07<00:01, 57.66it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.20.self_attn.qkv_proj.q_weight[0m", shape: (6144, 256), dtype: uint32 |
|
56%|ββββββ | 123/220 [00:07<00:01, 57.66it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.20.self_attn.qkv_proj.q_scale[0m", shape: (6144, 64), dtype: float16 |
|
56%|ββββββ | 123/220 [00:07<00:01, 57.66it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.20.self_attn.o_proj.q_weight[0m", shape: (2048, 256), dtype: uint32 |
|
56%|ββββββ | 123/220 [00:07<00:01, 57.66it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.20.self_attn.o_proj.q_scale[0m", shape: (2048, 64), dtype: float16 |
|
56%|ββββββ | 123/220 [00:07<00:01, 57.66it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.21.input_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
56%|ββββββ | 123/220 [00:07<00:01, 57.66it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.21.input_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
56%|ββββββ | 123/220 [00:07<00:01, 57.66it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.21.mlp.down_proj.q_weight[0m", shape: (2048, 704), dtype: uint32 |
|
56%|ββββββ | 123/220 [00:07<00:01, 57.66it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.21.mlp.down_proj.q_scale[0m", shape: (2048, 176), dtype: float16 |
|
56%|ββββββ | 123/220 [00:07<00:01, 57.66it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.21.mlp.gate_up_proj.q_weight[0m", shape: (11264, 256), dtype: uint32 |
|
56%|ββββββ | 123/220 [00:07<00:01, 57.66it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.21.mlp.gate_up_proj.q_scale[0m", shape: (11264, 64), dtype: float16 |
|
56%|ββββββ | 123/220 [00:07<00:01, 57.66it/s]
60%|ββββββ | 132/220 [00:07<00:01, 58.26it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.21.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
60%|ββββββ | 132/220 [00:07<00:01, 58.26it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.21.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
60%|ββββββ | 132/220 [00:07<00:01, 58.26it/s]
[2024-05-24 18:38:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.21.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 |
|
60%|ββββββ | 132/220 [00:07<00:01, 58.26it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.21.self_attn.qkv_proj.q_weight[0m", shape: (6144, 256), dtype: uint32 |
|
60%|ββββββ | 132/220 [00:07<00:01, 58.26it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.21.self_attn.qkv_proj.q_scale[0m", shape: (6144, 64), dtype: float16 |
|
60%|ββββββ | 132/220 [00:07<00:01, 58.26it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.21.self_attn.o_proj.q_weight[0m", shape: (2048, 256), dtype: uint32 |
|
60%|ββββββ | 132/220 [00:07<00:01, 58.26it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.21.self_attn.o_proj.q_scale[0m", shape: (2048, 64), dtype: float16 |
|
60%|ββββββ | 132/220 [00:07<00:01, 58.26it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.22.input_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
60%|ββββββ | 132/220 [00:07<00:01, 58.26it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.22.input_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
60%|ββββββ | 132/220 [00:07<00:01, 58.26it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.22.mlp.down_proj.q_weight[0m", shape: (2048, 704), dtype: uint32 |
|
60%|ββββββ | 132/220 [00:07<00:01, 58.26it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.22.mlp.down_proj.q_scale[0m", shape: (2048, 176), dtype: float16 |
|
60%|ββββββ | 132/220 [00:07<00:01, 58.26it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.22.mlp.gate_up_proj.q_weight[0m", shape: (11264, 256), dtype: uint32 |
|
60%|ββββββ | 132/220 [00:07<00:01, 58.26it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.22.mlp.gate_up_proj.q_scale[0m", shape: (11264, 64), dtype: float16 |
|
60%|ββββββ | 132/220 [00:07<00:01, 58.26it/s]
64%|βββββββ | 141/220 [00:07<00:01, 58.85it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.22.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
64%|βββββββ | 141/220 [00:07<00:01, 58.85it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.22.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
64%|βββββββ | 141/220 [00:07<00:01, 58.85it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.22.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 |
|
64%|βββββββ | 141/220 [00:07<00:01, 58.85it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.22.self_attn.qkv_proj.q_weight[0m", shape: (6144, 256), dtype: uint32 |
|
64%|βββββββ | 141/220 [00:07<00:01, 58.85it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.22.self_attn.qkv_proj.q_scale[0m", shape: (6144, 64), dtype: float16 |
|
64%|βββββββ | 141/220 [00:07<00:01, 58.85it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.22.self_attn.o_proj.q_weight[0m", shape: (2048, 256), dtype: uint32 |
|
64%|βββββββ | 141/220 [00:07<00:01, 58.85it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.22.self_attn.o_proj.q_scale[0m", shape: (2048, 64), dtype: float16 |
|
64%|βββββββ | 141/220 [00:07<00:01, 58.85it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.23.input_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
64%|βββββββ | 141/220 [00:07<00:01, 58.85it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.23.input_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
64%|βββββββ | 141/220 [00:07<00:01, 58.85it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.23.mlp.down_proj.q_weight[0m", shape: (2048, 704), dtype: uint32 |
|
64%|βββββββ | 141/220 [00:07<00:01, 58.85it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.23.mlp.down_proj.q_scale[0m", shape: (2048, 176), dtype: float16 |
|
64%|βββββββ | 141/220 [00:07<00:01, 58.85it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.23.mlp.gate_up_proj.q_weight[0m", shape: (11264, 256), dtype: uint32 |
|
64%|βββββββ | 141/220 [00:07<00:01, 58.85it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.23.mlp.gate_up_proj.q_scale[0m", shape: (11264, 64), dtype: float16 |
|
64%|βββββββ | 141/220 [00:07<00:01, 58.85it/s]
68%|βββββββ | 150/220 [00:07<00:01, 59.13it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.23.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
68%|βββββββ | 150/220 [00:07<00:01, 59.13it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.23.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
68%|βββββββ | 150/220 [00:07<00:01, 59.13it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.23.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 |
|
68%|βββββββ | 150/220 [00:07<00:01, 59.13it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.23.self_attn.qkv_proj.q_weight[0m", shape: (6144, 256), dtype: uint32 |
|
68%|βββββββ | 150/220 [00:07<00:01, 59.13it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.23.self_attn.qkv_proj.q_scale[0m", shape: (6144, 64), dtype: float16 |
|
68%|βββββββ | 150/220 [00:07<00:01, 59.13it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.23.self_attn.o_proj.q_weight[0m", shape: (2048, 256), dtype: uint32 |
|
68%|βββββββ | 150/220 [00:07<00:01, 59.13it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.23.self_attn.o_proj.q_scale[0m", shape: (2048, 64), dtype: float16 |
|
68%|βββββββ | 150/220 [00:07<00:01, 59.13it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.3.input_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
68%|βββββββ | 150/220 [00:07<00:01, 59.13it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.3.input_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
68%|βββββββ | 150/220 [00:07<00:01, 59.13it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.3.mlp.down_proj.q_weight[0m", shape: (2048, 704), dtype: uint32 |
|
68%|βββββββ | 150/220 [00:07<00:01, 59.13it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.3.mlp.down_proj.q_scale[0m", shape: (2048, 176), dtype: float16 |
|
68%|βββββββ | 150/220 [00:07<00:01, 59.13it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.3.mlp.gate_up_proj.q_weight[0m", shape: (11264, 256), dtype: uint32 |
|
68%|βββββββ | 150/220 [00:07<00:01, 59.13it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.3.mlp.gate_up_proj.q_scale[0m", shape: (11264, 64), dtype: float16 |
|
68%|βββββββ | 150/220 [00:07<00:01, 59.13it/s]
72%|ββββββββ | 159/220 [00:07<00:01, 59.34it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.3.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
72%|ββββββββ | 159/220 [00:07<00:01, 59.34it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.3.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
72%|ββββββββ | 159/220 [00:07<00:01, 59.34it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.3.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 |
|
72%|ββββββββ | 159/220 [00:07<00:01, 59.34it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.3.self_attn.qkv_proj.q_weight[0m", shape: (6144, 256), dtype: uint32 |
|
72%|ββββββββ | 159/220 [00:07<00:01, 59.34it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.3.self_attn.qkv_proj.q_scale[0m", shape: (6144, 64), dtype: float16 |
|
72%|ββββββββ | 159/220 [00:07<00:01, 59.34it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.3.self_attn.o_proj.q_weight[0m", shape: (2048, 256), dtype: uint32 |
|
72%|ββββββββ | 159/220 [00:07<00:01, 59.34it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.3.self_attn.o_proj.q_scale[0m", shape: (2048, 64), dtype: float16 |
|
72%|ββββββββ | 159/220 [00:07<00:01, 59.34it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.4.input_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
72%|ββββββββ | 159/220 [00:07<00:01, 59.34it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.4.input_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
72%|ββββββββ | 159/220 [00:07<00:01, 59.34it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.4.mlp.down_proj.q_weight[0m", shape: (2048, 704), dtype: uint32 |
|
72%|ββββββββ | 159/220 [00:07<00:01, 59.34it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.4.mlp.down_proj.q_scale[0m", shape: (2048, 176), dtype: float16 |
|
72%|ββββββββ | 159/220 [00:07<00:01, 59.34it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.4.mlp.gate_up_proj.q_weight[0m", shape: (11264, 256), dtype: uint32 |
|
72%|ββββββββ | 159/220 [00:07<00:01, 59.34it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.4.mlp.gate_up_proj.q_scale[0m", shape: (11264, 64), dtype: float16 |
|
72%|ββββββββ | 159/220 [00:07<00:01, 59.34it/s]
76%|ββββββββ | 168/220 [00:07<00:00, 59.45it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.4.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
76%|ββββββββ | 168/220 [00:07<00:00, 59.45it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.4.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
76%|ββββββββ | 168/220 [00:07<00:00, 59.45it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.4.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 |
|
76%|ββββββββ | 168/220 [00:07<00:00, 59.45it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.4.self_attn.qkv_proj.q_weight[0m", shape: (6144, 256), dtype: uint32 |
|
76%|ββββββββ | 168/220 [00:07<00:00, 59.45it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.4.self_attn.qkv_proj.q_scale[0m", shape: (6144, 64), dtype: float16 |
|
76%|ββββββββ | 168/220 [00:07<00:00, 59.45it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.4.self_attn.o_proj.q_weight[0m", shape: (2048, 256), dtype: uint32 |
|
76%|ββββββββ | 168/220 [00:07<00:00, 59.45it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.4.self_attn.o_proj.q_scale[0m", shape: (2048, 64), dtype: float16 |
|
76%|ββββββββ | 168/220 [00:07<00:00, 59.45it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.5.input_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
76%|ββββββββ | 168/220 [00:07<00:00, 59.45it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.5.input_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
76%|ββββββββ | 168/220 [00:07<00:00, 59.45it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.5.mlp.down_proj.q_weight[0m", shape: (2048, 704), dtype: uint32 |
|
76%|ββββββββ | 168/220 [00:07<00:00, 59.45it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.5.mlp.down_proj.q_scale[0m", shape: (2048, 176), dtype: float16 |
|
76%|ββββββββ | 168/220 [00:07<00:00, 59.45it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.5.mlp.gate_up_proj.q_weight[0m", shape: (11264, 256), dtype: uint32 |
|
76%|ββββββββ | 168/220 [00:07<00:00, 59.45it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.5.mlp.gate_up_proj.q_scale[0m", shape: (11264, 64), dtype: float16 |
|
76%|ββββββββ | 168/220 [00:07<00:00, 59.45it/s]
80%|ββββββββ | 177/220 [00:07<00:00, 59.53it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.5.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
80%|ββββββββ | 177/220 [00:07<00:00, 59.53it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.5.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
80%|ββββββββ | 177/220 [00:07<00:00, 59.53it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.5.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 |
|
80%|ββββββββ | 177/220 [00:07<00:00, 59.53it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.5.self_attn.qkv_proj.q_weight[0m", shape: (6144, 256), dtype: uint32 |
|
80%|ββββββββ | 177/220 [00:07<00:00, 59.53it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.5.self_attn.qkv_proj.q_scale[0m", shape: (6144, 64), dtype: float16 |
|
80%|ββββββββ | 177/220 [00:07<00:00, 59.53it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.5.self_attn.o_proj.q_weight[0m", shape: (2048, 256), dtype: uint32 |
|
80%|ββββββββ | 177/220 [00:07<00:00, 59.53it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.5.self_attn.o_proj.q_scale[0m", shape: (2048, 64), dtype: float16 |
|
80%|ββββββββ | 177/220 [00:07<00:00, 59.53it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.6.input_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
80%|ββββββββ | 177/220 [00:07<00:00, 59.53it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.6.input_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
80%|ββββββββ | 177/220 [00:07<00:00, 59.53it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.6.mlp.down_proj.q_weight[0m", shape: (2048, 704), dtype: uint32 |
|
80%|ββββββββ | 177/220 [00:07<00:00, 59.53it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.6.mlp.down_proj.q_scale[0m", shape: (2048, 176), dtype: float16 |
|
80%|ββββββββ | 177/220 [00:07<00:00, 59.53it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.6.mlp.gate_up_proj.q_weight[0m", shape: (11264, 256), dtype: uint32 |
|
80%|ββββββββ | 177/220 [00:08<00:00, 59.53it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.6.mlp.gate_up_proj.q_scale[0m", shape: (11264, 64), dtype: float16 |
|
80%|ββββββββ | 177/220 [00:08<00:00, 59.53it/s]
85%|βββββββββ | 186/220 [00:08<00:00, 59.59it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.6.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
85%|βββββββββ | 186/220 [00:08<00:00, 59.59it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.6.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
85%|βββββββββ | 186/220 [00:08<00:00, 59.59it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.6.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 |
|
85%|βββββββββ | 186/220 [00:08<00:00, 59.59it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.6.self_attn.qkv_proj.q_weight[0m", shape: (6144, 256), dtype: uint32 |
|
85%|βββββββββ | 186/220 [00:08<00:00, 59.59it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.6.self_attn.qkv_proj.q_scale[0m", shape: (6144, 64), dtype: float16 |
|
85%|βββββββββ | 186/220 [00:08<00:00, 59.59it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.6.self_attn.o_proj.q_weight[0m", shape: (2048, 256), dtype: uint32 |
|
85%|βββββββββ | 186/220 [00:08<00:00, 59.59it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.6.self_attn.o_proj.q_scale[0m", shape: (2048, 64), dtype: float16 |
|
85%|βββββββββ | 186/220 [00:08<00:00, 59.59it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.7.input_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
85%|βββββββββ | 186/220 [00:08<00:00, 59.59it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.7.input_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
85%|βββββββββ | 186/220 [00:08<00:00, 59.59it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.7.mlp.down_proj.q_weight[0m", shape: (2048, 704), dtype: uint32 |
|
85%|βββββββββ | 186/220 [00:08<00:00, 59.59it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.7.mlp.down_proj.q_scale[0m", shape: (2048, 176), dtype: float16 |
|
85%|βββββββββ | 186/220 [00:08<00:00, 59.59it/s]
[2024-05-24 18:38:07] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.7.mlp.gate_up_proj.q_weight[0m", shape: (11264, 256), dtype: uint32 |
|
85%|βββββββββ | 186/220 [00:08<00:00, 59.59it/s]
[2024-05-24 18:38:08] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.7.mlp.gate_up_proj.q_scale[0m", shape: (11264, 64), dtype: float16 |
|
85%|βββββββββ | 186/220 [00:08<00:00, 59.59it/s]
89%|βββββββββ | 195/220 [00:08<00:00, 59.67it/s]
[2024-05-24 18:38:08] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.7.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
89%|βββββββββ | 195/220 [00:08<00:00, 59.67it/s]
[2024-05-24 18:38:08] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.7.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
89%|βββββββββ | 195/220 [00:08<00:00, 59.67it/s]
[2024-05-24 18:38:08] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.7.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 |
|
89%|βββββββββ | 195/220 [00:08<00:00, 59.67it/s]
[2024-05-24 18:38:08] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.7.self_attn.qkv_proj.q_weight[0m", shape: (6144, 256), dtype: uint32 |
|
89%|βββββββββ | 195/220 [00:08<00:00, 59.67it/s]
[2024-05-24 18:38:08] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.7.self_attn.qkv_proj.q_scale[0m", shape: (6144, 64), dtype: float16 |
|
89%|βββββββββ | 195/220 [00:08<00:00, 59.67it/s]
[2024-05-24 18:38:08] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.7.self_attn.o_proj.q_weight[0m", shape: (2048, 256), dtype: uint32 |
|
89%|βββββββββ | 195/220 [00:08<00:00, 59.67it/s]
[2024-05-24 18:38:08] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.7.self_attn.o_proj.q_scale[0m", shape: (2048, 64), dtype: float16 |
|
89%|βββββββββ | 195/220 [00:08<00:00, 59.67it/s]
[2024-05-24 18:38:08] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.8.input_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
89%|βββββββββ | 195/220 [00:08<00:00, 59.67it/s]
[2024-05-24 18:38:08] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.8.input_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
89%|βββββββββ | 195/220 [00:08<00:00, 59.67it/s]
[2024-05-24 18:38:08] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.8.mlp.down_proj.q_weight[0m", shape: (2048, 704), dtype: uint32 |
|
89%|βββββββββ | 195/220 [00:08<00:00, 59.67it/s]
[2024-05-24 18:38:08] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.8.mlp.down_proj.q_scale[0m", shape: (2048, 176), dtype: float16 |
|
89%|βββββββββ | 195/220 [00:08<00:00, 59.67it/s]
[2024-05-24 18:38:08] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.8.mlp.gate_up_proj.q_weight[0m", shape: (11264, 256), dtype: uint32 |
|
89%|βββββββββ | 195/220 [00:08<00:00, 59.67it/s]
[2024-05-24 18:38:08] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.8.mlp.gate_up_proj.q_scale[0m", shape: (11264, 64), dtype: float16 |
|
89%|βββββββββ | 195/220 [00:08<00:00, 59.67it/s]
93%|ββββββββββ| 204/220 [00:08<00:00, 59.73it/s]
[2024-05-24 18:38:08] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.8.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
93%|ββββββββββ| 204/220 [00:08<00:00, 59.73it/s]
[2024-05-24 18:38:08] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.8.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
93%|ββββββββββ| 204/220 [00:08<00:00, 59.73it/s]
[2024-05-24 18:38:08] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.8.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 |
|
93%|ββββββββββ| 204/220 [00:08<00:00, 59.73it/s]
[2024-05-24 18:38:08] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.8.self_attn.qkv_proj.q_weight[0m", shape: (6144, 256), dtype: uint32 |
|
93%|ββββββββββ| 204/220 [00:08<00:00, 59.73it/s]
[2024-05-24 18:38:08] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.8.self_attn.qkv_proj.q_scale[0m", shape: (6144, 64), dtype: float16 |
|
93%|ββββββββββ| 204/220 [00:08<00:00, 59.73it/s]
[2024-05-24 18:38:08] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.8.self_attn.o_proj.q_weight[0m", shape: (2048, 256), dtype: uint32 |
|
93%|ββββββββββ| 204/220 [00:08<00:00, 59.73it/s]
[2024-05-24 18:38:08] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.8.self_attn.o_proj.q_scale[0m", shape: (2048, 64), dtype: float16 |
|
93%|ββββββββββ| 204/220 [00:08<00:00, 59.73it/s]
[2024-05-24 18:38:08] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.9.input_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
93%|ββββββββββ| 204/220 [00:08<00:00, 59.73it/s]
[2024-05-24 18:38:08] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.9.input_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
93%|ββββββββββ| 204/220 [00:08<00:00, 59.73it/s]
[2024-05-24 18:38:08] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.9.mlp.down_proj.q_weight[0m", shape: (2048, 704), dtype: uint32 |
|
93%|ββββββββββ| 204/220 [00:08<00:00, 59.73it/s]
[2024-05-24 18:38:08] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.9.mlp.down_proj.q_scale[0m", shape: (2048, 176), dtype: float16 |
|
93%|ββββββββββ| 204/220 [00:08<00:00, 59.73it/s]
[2024-05-24 18:38:08] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.9.mlp.gate_up_proj.q_weight[0m", shape: (11264, 256), dtype: uint32 |
|
93%|ββββββββββ| 204/220 [00:08<00:00, 59.73it/s]
[2024-05-24 18:38:08] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.9.mlp.gate_up_proj.q_scale[0m", shape: (11264, 64), dtype: float16 |
|
93%|ββββββββββ| 204/220 [00:08<00:00, 59.73it/s]
97%|ββββββββββ| 213/220 [00:08<00:00, 59.76it/s]
[2024-05-24 18:38:08] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.9.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 |
|
97%|ββββββββββ| 213/220 [00:08<00:00, 59.76it/s]
[2024-05-24 18:38:08] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.9.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 |
|
97%|ββββββββββ| 213/220 [00:08<00:00, 59.76it/s]
[2024-05-24 18:38:08] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.9.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 |
|
97%|ββββββββββ| 213/220 [00:08<00:00, 59.76it/s]
[2024-05-24 18:38:08] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.9.self_attn.qkv_proj.q_weight[0m", shape: (6144, 256), dtype: uint32 |
|
97%|ββββββββββ| 213/220 [00:08<00:00, 59.76it/s]
[2024-05-24 18:38:08] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.9.self_attn.qkv_proj.q_scale[0m", shape: (6144, 64), dtype: float16 |
|
97%|ββββββββββ| 213/220 [00:08<00:00, 59.76it/s]
[2024-05-24 18:38:08] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.9.self_attn.o_proj.q_weight[0m", shape: (2048, 256), dtype: uint32 |
|
97%|ββββββββββ| 213/220 [00:08<00:00, 59.76it/s]
[2024-05-24 18:38:08] INFO huggingface_loader.py:166: [Quantized] Parameter: "[1mmodel.layers.9.self_attn.o_proj.q_scale[0m", shape: (2048, 64), dtype: float16 |
|
97%|ββββββββββ| 213/220 [00:08<00:00, 59.76it/s]
[2024-05-24 18:38:08] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.norm.bias[0m", shape: (2048,), dtype: float16 |
|
97%|ββββββββββ| 213/220 [00:08<00:00, 59.76it/s]
[2024-05-24 18:38:08] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.norm.weight[0m", shape: (2048,), dtype: float16 |
|
97%|ββββββββββ| 213/220 [00:08<00:00, 59.76it/s]
100%|ββββββββββ| 220/220 [00:08<00:00, 25.71it/s] |
|
[2024-05-24 18:38:08] INFO huggingface_loader.py:196: Unloading HF weight file: dist/models/stablelm-2-zephyr-1_6b/model.safetensors |
|
[2024-05-24 18:38:08] INFO stats.py:76: [92mTime usage[0m: HF loading: 1.018 sec; Pre-quantization mapping: 1.220 sec; Quantization: 2.662 sec |
|
[2024-05-24 18:38:08] INFO stats.py:90: [92mRAM usage[0m: Peak RAM: 3.063 GB. Total bytes loaded from disk: 3.063 GB |
|
[2024-05-24 18:38:08] INFO convert_weight.py:155: [92mParameter size[0m after quantization: 0.862 GB |
|
[2024-05-24 18:38:08] INFO convert_weight.py:160: [92mTotal parameters[0m: 1,644,515,328 |
|
[2024-05-24 18:38:08] INFO convert_weight.py:161: [92mBits per parameter[0m: 4.502 |
|
[2024-05-24 18:38:08] INFO convert_weight.py:166: Saved to directory: [1m/tmp/tmpzhq1hkac[0m |
|
|
|
All finished, 27 total shards committed, record saved to /tmp/tmpzhq1hkac/ndarray-cache.json |
|
|