| /opt/conda/envs/py310/bin/python -m mlc_llm gen_config /models/Meta-Llama-3-8B-Instruct --quantization q4f16_1 --conv-template llama-3 --output /models/mlc-delivery/hf/mlc-ai/Llama-3-8B-Instruct-q4f16_1-MLC | |
| [2024-06-04 03:16:55] INFO auto_config.py:116: [92mFound[0m model configuration: /models/Meta-Llama-3-8B-Instruct/config.json | |
| [2024-06-04 03:16:55] INFO auto_config.py:154: [92mFound[0m model type: [1mllama[0m. Use `--model-type` to override. | |
| [2024-06-04 03:16:55] INFO llama_model.py:52: [1mcontext_window_size[0m not found in config.json. Falling back to [1mmax_position_embeddings[0m (8192) | |
| [2024-06-04 03:16:55] INFO llama_model.py:72: [1mprefill_chunk_size[0m defaults to 2048 | |
| [2024-06-04 03:16:55] INFO config.py:107: Overriding [1mmax_batch_size[0m from 1 to 80 | |
| [2024-06-04 03:16:55] INFO gen_config.py:143: [generation_config.json] Setting [1mbos_token_id[0m: 128000 | |
| [2024-06-04 03:16:55] INFO gen_config.py:143: [generation_config.json] Setting [1meos_token_id[0m: [128001, 128009] | |
| [2024-06-04 03:16:55] INFO gen_config.py:143: [generation_config.json] Setting [1mtemperature[0m: 0.6 | |
| [2024-06-04 03:16:55] INFO gen_config.py:143: [generation_config.json] Setting [1mtop_p[0m: 0.9 | |
| [2024-06-04 03:16:55] INFO gen_config.py:157: [91mNot found[0m tokenizer config: /models/Meta-Llama-3-8B-Instruct/tokenizer.model | |
| [2024-06-04 03:16:55] INFO gen_config.py:155: [92mFound[0m tokenizer config: /models/Meta-Llama-3-8B-Instruct/tokenizer.json. Copying to [1m/models/mlc-delivery/hf/mlc-ai/Llama-3-8B-Instruct-q4f16_1-MLC/tokenizer.json[0m | |
| [2024-06-04 03:16:55] INFO gen_config.py:157: [91mNot found[0m tokenizer config: /models/Meta-Llama-3-8B-Instruct/vocab.json | |
| [2024-06-04 03:16:55] INFO gen_config.py:157: [91mNot found[0m tokenizer config: /models/Meta-Llama-3-8B-Instruct/merges.txt | |
| [2024-06-04 03:16:55] INFO gen_config.py:157: [91mNot found[0m tokenizer config: /models/Meta-Llama-3-8B-Instruct/added_tokens.json | |
| [2024-06-04 03:16:55] INFO gen_config.py:155: [92mFound[0m tokenizer config: /models/Meta-Llama-3-8B-Instruct/tokenizer_config.json. Copying to [1m/models/mlc-delivery/hf/mlc-ai/Llama-3-8B-Instruct-q4f16_1-MLC/tokenizer_config.json[0m | |
| [2024-06-04 03:16:55] INFO gen_config.py:216: Detected tokenizer info: {'token_postproc_method': 'byte_level', 'prepend_space_in_encode': False, 'strip_space_in_decode': False} | |
| [2024-06-04 03:16:55] INFO gen_config.py:32: [System default] Setting [1mpad_token_id[0m: 0 | |
| [2024-06-04 03:16:55] INFO gen_config.py:32: [System default] Setting [1mpresence_penalty[0m: 0.0 | |
| [2024-06-04 03:16:55] INFO gen_config.py:32: [System default] Setting [1mfrequency_penalty[0m: 0.0 | |
| [2024-06-04 03:16:55] INFO gen_config.py:32: [System default] Setting [1mrepetition_penalty[0m: 1.0 | |
| [2024-06-04 03:16:55] INFO gen_config.py:32: [System default] Setting [1mmean_gen_len[0m: 128 | |
| [2024-06-04 03:16:55] INFO gen_config.py:32: [System default] Setting [1mmax_gen_len[0m: 512 | |
| [2024-06-04 03:16:55] INFO gen_config.py:32: [System default] Setting [1mshift_fill_factor[0m: 0.3 | |
| [2024-06-04 03:16:55] INFO gen_config.py:223: Dumping configuration file to: [1m/models/mlc-delivery/hf/mlc-ai/Llama-3-8B-Instruct-q4f16_1-MLC/mlc-chat-config.json[0m | |
| /opt/conda/envs/py310/bin/python -m mlc_llm convert_weight /models/Meta-Llama-3-8B-Instruct --quantization q4f16_1 --output /models/mlc-delivery/hf/mlc-ai/Llama-3-8B-Instruct-q4f16_1-MLC | |
| [2024-06-04 03:16:56] INFO auto_config.py:116: [92mFound[0m model configuration: /models/Meta-Llama-3-8B-Instruct/config.json | |
| [2024-06-04 03:16:58] INFO auto_device.py:79: [92mFound[0m device: cuda:0 | |
| [2024-06-04 03:16:59] INFO auto_device.py:88: [91mNot found[0m device: rocm:0 | |
| [2024-06-04 03:17:01] INFO auto_device.py:88: [91mNot found[0m device: metal:0 | |
| [2024-06-04 03:17:02] INFO auto_device.py:79: [92mFound[0m device: vulkan:0 | |
| [2024-06-04 03:17:02] INFO auto_device.py:79: [92mFound[0m device: vulkan:1 | |
| [2024-06-04 03:17:02] INFO auto_device.py:79: [92mFound[0m device: vulkan:2 | |
| [2024-06-04 03:17:02] INFO auto_device.py:79: [92mFound[0m device: vulkan:3 | |
| [2024-06-04 03:17:04] INFO auto_device.py:88: [91mNot found[0m device: opencl:0 | |
| [2024-06-04 03:17:04] INFO auto_device.py:35: Using device: [1mcuda:0[0m | |
| [2024-06-04 03:17:04] INFO auto_weight.py:71: Finding weights in: /models/Meta-Llama-3-8B-Instruct | |
| [2024-06-04 03:17:04] INFO auto_weight.py:137: [91mNot found[0m Huggingface PyTorch | |
| [2024-06-04 03:17:04] INFO auto_weight.py:144: [92mFound[0m source weight format: huggingface-safetensor. Source configuration: /models/Meta-Llama-3-8B-Instruct/model.safetensors.index.json | |
| [2024-06-04 03:17:04] INFO auto_weight.py:107: Using source weight configuration: [1m/models/Meta-Llama-3-8B-Instruct/model.safetensors.index.json[0m. Use `--source` to override. | |
| [2024-06-04 03:17:04] INFO auto_weight.py:111: Using source weight format: [1mhuggingface-safetensor[0m. Use `--source-format` to override. | |
| [2024-06-04 03:17:04] INFO auto_config.py:154: [92mFound[0m model type: [1mllama[0m. Use `--model-type` to override. | |
| [2024-06-04 03:17:04] INFO llama_model.py:52: [1mcontext_window_size[0m not found in config.json. Falling back to [1mmax_position_embeddings[0m (8192) | |
| [2024-06-04 03:17:04] INFO llama_model.py:72: [1mprefill_chunk_size[0m defaults to 2048 | |
| [1mWeight conversion with arguments:[0m | |
| [1m--config[0m /models/Meta-Llama-3-8B-Instruct/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 llama | |
| [1m--device[0m cuda:0 | |
| [1m--source[0m /models/Meta-Llama-3-8B-Instruct/model.safetensors.index.json | |
| [1m--source-format[0m huggingface-safetensor | |
| [1m--output[0m /models/mlc-delivery/hf/mlc-ai/Llama-3-8B-Instruct-q4f16_1-MLC | |
| Start storing to cache /models/mlc-delivery/hf/mlc-ai/Llama-3-8B-Instruct-q4f16_1-MLC | |
| 0%| | 0/195 [00:00<?, ?it/s] [2024-06-04 03:17:07] INFO huggingface_loader.py:185: Loading HF parameters from: /models/Meta-Llama-3-8B-Instruct/model-00004-of-00004.safetensors | |
| 0%| | 0/195 [00:00<?, ?it/s] [2024-06-04 03:17:11] INFO group_quantization.py:217: Compiling quantize function for key: ((128256, 4096), float16, cuda, axis=1, output_transpose=False) | |
| 0%| | 0/195 [00:03<?, ?it/s] [2024-06-04 03:17:12] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mlm_head.q_weight[0m", shape: (128256, 512), dtype: uint32 | |
| 0%| | 0/195 [00:04<?, ?it/s] [2024-06-04 03:17:13] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mlm_head.q_scale[0m", shape: (128256, 128), dtype: float16 | |
| 0%| | 0/195 [00:05<?, ?it/s] 1%| | 1/195 [00:05<17:57, 5.55s/it] [2024-06-04 03:17:13] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.31.input_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 1%| | 1/195 [00:05<17:57, 5.55s/it] [2024-06-04 03:17:13] INFO group_quantization.py:217: Compiling quantize function for key: ((4096, 14336), float16, cuda, axis=1, output_transpose=False) | |
| 1%| | 1/195 [00:05<17:57, 5.55s/it] [2024-06-04 03:17:14] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.31.mlp.down_proj.q_weight[0m", shape: (4096, 1792), dtype: uint32 | |
| 1%| | 1/195 [00:06<17:57, 5.55s/it] [2024-06-04 03:17:14] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.31.mlp.down_proj.q_scale[0m", shape: (4096, 448), dtype: float16 | |
| 1%| | 1/195 [00:06<17:57, 5.55s/it] 2%|β | 3/195 [00:06<05:36, 1.75s/it] [2024-06-04 03:17:14] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.31.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 2%|β | 3/195 [00:06<05:36, 1.75s/it] [2024-06-04 03:17:14] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.norm.weight[0m", shape: (4096,), dtype: float16 | |
| 2%|β | 3/195 [00:06<05:36, 1.75s/it] [2024-06-04 03:17:14] INFO huggingface_loader.py:197: Unloading HF weight file: /models/Meta-Llama-3-8B-Instruct/model-00004-of-00004.safetensors | |
| 2%|β | 3/195 [00:06<05:36, 1.75s/it] [2024-06-04 03:17:14] INFO huggingface_loader.py:185: Loading HF parameters from: /models/Meta-Llama-3-8B-Instruct/model-00001-of-00004.safetensors | |
| 2%|β | 3/195 [00:06<05:36, 1.75s/it] [2024-06-04 03:17:20] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.embed_tokens.q_weight[0m", shape: (128256, 512), dtype: uint32 | |
| 2%|β | 3/195 [00:12<05:36, 1.75s/it] [2024-06-04 03:17:21] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.embed_tokens.q_scale[0m", shape: (128256, 128), dtype: float16 | |
| 2%|β | 3/195 [00:13<05:36, 1.75s/it] 3%|β | 6/195 [00:13<06:40, 2.12s/it] [2024-06-04 03:17:21] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.0.input_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 3%|β | 6/195 [00:13<06:40, 2.12s/it] [2024-06-04 03:17:21] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.0.mlp.down_proj.q_weight[0m", shape: (4096, 1792), dtype: uint32 | |
| 3%|β | 6/195 [00:13<06:40, 2.12s/it] [2024-06-04 03:17:21] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.0.mlp.down_proj.q_scale[0m", shape: (4096, 448), dtype: float16 | |
| 3%|β | 6/195 [00:13<06:40, 2.12s/it] 4%|β | 8/195 [00:13<04:20, 1.40s/it] [2024-06-04 03:17:22] INFO group_quantization.py:217: Compiling quantize function for key: ((28672, 4096), float16, cuda, axis=1, output_transpose=False) | |
| 4%|β | 8/195 [00:14<04:20, 1.40s/it] [2024-06-04 03:17:22] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.0.mlp.gate_up_proj.q_weight[0m", shape: (28672, 512), dtype: uint32 | |
| 4%|β | 8/195 [00:14<04:20, 1.40s/it] [2024-06-04 03:17:22] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.0.mlp.gate_up_proj.q_scale[0m", shape: (28672, 128), dtype: float16 | |
| 4%|β | 8/195 [00:14<04:20, 1.40s/it] 5%|β | 9/195 [00:14<04:09, 1.34s/it] [2024-06-04 03:17:22] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.0.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 5%|β | 9/195 [00:14<04:09, 1.34s/it] [2024-06-04 03:17:22] INFO group_quantization.py:217: Compiling quantize function for key: ((6144, 4096), float16, cuda, axis=1, output_transpose=False) | |
| 5%|β | 9/195 [00:15<04:09, 1.34s/it] [2024-06-04 03:17:23] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.0.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32 | |
| 5%|β | 9/195 [00:15<04:09, 1.34s/it] [2024-06-04 03:17:23] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.0.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16 | |
| 5%|β | 9/195 [00:15<04:09, 1.34s/it] 6%|β | 11/195 [00:15<02:55, 1.05it/s] [2024-06-04 03:17:23] INFO group_quantization.py:217: Compiling quantize function for key: ((4096, 4096), float16, cuda, axis=1, output_transpose=False) | |
| 6%|β | 11/195 [00:15<02:55, 1.05it/s] [2024-06-04 03:17:24] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.0.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32 | |
| 6%|β | 11/195 [00:16<02:55, 1.05it/s] [2024-06-04 03:17:24] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.0.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16 | |
| 6%|β | 11/195 [00:16<02:55, 1.05it/s] 6%|β | 12/195 [00:16<02:41, 1.13it/s] [2024-06-04 03:17:24] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.1.input_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 6%|β | 12/195 [00:16<02:41, 1.13it/s] [2024-06-04 03:17:24] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.1.mlp.down_proj.q_weight[0m", shape: (4096, 1792), dtype: uint32 | |
| 6%|β | 12/195 [00:16<02:41, 1.13it/s] [2024-06-04 03:17:24] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.1.mlp.down_proj.q_scale[0m", shape: (4096, 448), dtype: float16 | |
| 6%|β | 12/195 [00:16<02:41, 1.13it/s] 7%|β | 14/195 [00:16<01:50, 1.64it/s] [2024-06-04 03:17:24] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.1.mlp.gate_up_proj.q_weight[0m", shape: (28672, 512), dtype: uint32 | |
| 7%|β | 14/195 [00:16<01:50, 1.64it/s] [2024-06-04 03:17:25] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.1.mlp.gate_up_proj.q_scale[0m", shape: (28672, 128), dtype: float16 | |
| 7%|β | 14/195 [00:17<01:50, 1.64it/s] 8%|β | 15/195 [00:17<01:50, 1.62it/s] [2024-06-04 03:17:25] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.1.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 8%|β | 15/195 [00:17<01:50, 1.62it/s] [2024-06-04 03:17:25] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.1.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32 | |
| 8%|β | 15/195 [00:17<01:50, 1.62it/s] [2024-06-04 03:17:25] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.1.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16 | |
| 8%|β | 15/195 [00:17<01:50, 1.62it/s] 9%|β | 17/195 [00:17<01:14, 2.39it/s] [2024-06-04 03:17:25] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.1.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32 | |
| 9%|β | 17/195 [00:17<01:14, 2.39it/s] [2024-06-04 03:17:25] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.1.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16 | |
| 9%|β | 17/195 [00:17<01:14, 2.39it/s] [2024-06-04 03:17:25] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.2.input_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 9%|β | 17/195 [00:17<01:14, 2.39it/s] [2024-06-04 03:17:25] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.2.mlp.down_proj.q_weight[0m", shape: (4096, 1792), dtype: uint32 | |
| 9%|β | 17/195 [00:17<01:14, 2.39it/s] [2024-06-04 03:17:25] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.2.mlp.down_proj.q_scale[0m", shape: (4096, 448), dtype: float16 | |
| 9%|β | 17/195 [00:17<01:14, 2.39it/s] 10%|β | 20/195 [00:17<00:50, 3.46it/s] [2024-06-04 03:17:26] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.2.mlp.gate_up_proj.q_weight[0m", shape: (28672, 512), dtype: uint32 | |
| 10%|β | 20/195 [00:18<00:50, 3.46it/s] [2024-06-04 03:17:26] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.2.mlp.gate_up_proj.q_scale[0m", shape: (28672, 128), dtype: float16 | |
| 10%|β | 20/195 [00:18<00:50, 3.46it/s] 11%|β | 21/195 [00:18<01:00, 2.87it/s] [2024-06-04 03:17:26] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.2.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 11%|β | 21/195 [00:18<01:00, 2.87it/s] [2024-06-04 03:17:26] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.2.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32 | |
| 11%|β | 21/195 [00:18<01:00, 2.87it/s] [2024-06-04 03:17:26] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.2.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16 | |
| 11%|β | 21/195 [00:18<01:00, 2.87it/s] 12%|ββ | 23/195 [00:18<00:44, 3.89it/s] [2024-06-04 03:17:26] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.2.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32 | |
| 12%|ββ | 23/195 [00:18<00:44, 3.89it/s] [2024-06-04 03:17:26] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.2.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16 | |
| 12%|ββ | 23/195 [00:18<00:44, 3.89it/s] [2024-06-04 03:17:26] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.3.input_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 12%|ββ | 23/195 [00:18<00:44, 3.89it/s] [2024-06-04 03:17:26] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.3.mlp.down_proj.q_weight[0m", shape: (4096, 1792), dtype: uint32 | |
| 12%|ββ | 23/195 [00:18<00:44, 3.89it/s] [2024-06-04 03:17:26] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.3.mlp.down_proj.q_scale[0m", shape: (4096, 448), dtype: float16 | |
| 12%|ββ | 23/195 [00:18<00:44, 3.89it/s] 13%|ββ | 26/195 [00:18<00:33, 5.01it/s] [2024-06-04 03:17:27] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.3.mlp.gate_up_proj.q_weight[0m", shape: (28672, 512), dtype: uint32 | |
| 13%|ββ | 26/195 [00:19<00:33, 5.01it/s] [2024-06-04 03:17:27] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.3.mlp.gate_up_proj.q_scale[0m", shape: (28672, 128), dtype: float16 | |
| 13%|ββ | 26/195 [00:19<00:33, 5.01it/s] 14%|ββ | 27/195 [00:19<00:47, 3.54it/s] [2024-06-04 03:17:27] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.3.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 14%|ββ | 27/195 [00:19<00:47, 3.54it/s] [2024-06-04 03:17:27] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.3.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32 | |
| 14%|ββ | 27/195 [00:19<00:47, 3.54it/s] [2024-06-04 03:17:27] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.3.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16 | |
| 14%|ββ | 27/195 [00:19<00:47, 3.54it/s] 15%|ββ | 29/195 [00:19<00:34, 4.79it/s] [2024-06-04 03:17:27] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.3.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32 | |
| 15%|ββ | 29/195 [00:19<00:34, 4.79it/s] [2024-06-04 03:17:27] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.3.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16 | |
| 15%|ββ | 29/195 [00:19<00:34, 4.79it/s] [2024-06-04 03:17:27] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.4.input_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 15%|ββ | 29/195 [00:19<00:34, 4.79it/s] [2024-06-04 03:17:27] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.4.mlp.down_proj.q_weight[0m", shape: (4096, 1792), dtype: uint32 | |
| 15%|ββ | 29/195 [00:19<00:34, 4.79it/s] [2024-06-04 03:17:27] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.4.mlp.down_proj.q_scale[0m", shape: (4096, 448), dtype: float16 | |
| 15%|ββ | 29/195 [00:19<00:34, 4.79it/s] 16%|ββ | 32/195 [00:19<00:29, 5.58it/s] [2024-06-04 03:17:28] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.4.mlp.gate_up_proj.q_weight[0m", shape: (28672, 512), dtype: uint32 | |
| 16%|ββ | 32/195 [00:20<00:29, 5.58it/s] [2024-06-04 03:17:28] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.4.mlp.gate_up_proj.q_scale[0m", shape: (28672, 128), dtype: float16 | |
| 16%|ββ | 32/195 [00:20<00:29, 5.58it/s] 17%|ββ | 33/195 [00:20<00:41, 3.93it/s] [2024-06-04 03:17:28] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.4.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 17%|ββ | 33/195 [00:20<00:41, 3.93it/s] [2024-06-04 03:17:28] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.4.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32 | |
| 17%|ββ | 33/195 [00:20<00:41, 3.93it/s] [2024-06-04 03:17:28] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.4.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16 | |
| 17%|ββ | 33/195 [00:20<00:41, 3.93it/s] 18%|ββ | 35/195 [00:20<00:30, 5.24it/s] [2024-06-04 03:17:28] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.4.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32 | |
| 18%|ββ | 35/195 [00:20<00:30, 5.24it/s] [2024-06-04 03:17:28] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.4.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16 | |
| 18%|ββ | 35/195 [00:20<00:30, 5.24it/s] [2024-06-04 03:17:28] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.5.input_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 18%|ββ | 35/195 [00:20<00:30, 5.24it/s] 19%|ββ | 37/195 [00:20<00:23, 6.71it/s] [2024-06-04 03:17:29] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.5.mlp.down_proj.q_weight[0m", shape: (4096, 1792), dtype: uint32 | |
| 19%|ββ | 37/195 [00:21<00:23, 6.71it/s] [2024-06-04 03:17:29] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.5.mlp.down_proj.q_scale[0m", shape: (4096, 448), dtype: float16 | |
| 19%|ββ | 37/195 [00:21<00:23, 6.71it/s] [2024-06-04 03:17:29] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.5.mlp.gate_up_proj.q_weight[0m", shape: (28672, 512), dtype: uint32 | |
| 19%|ββ | 37/195 [00:21<00:23, 6.71it/s] [2024-06-04 03:17:29] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.5.mlp.gate_up_proj.q_scale[0m", shape: (28672, 128), dtype: float16 | |
| 19%|ββ | 37/195 [00:21<00:23, 6.71it/s] 20%|ββ | 39/195 [00:21<00:37, 4.12it/s] [2024-06-04 03:17:29] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.5.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 20%|ββ | 39/195 [00:21<00:37, 4.12it/s] [2024-06-04 03:17:29] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.5.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32 | |
| 20%|ββ | 39/195 [00:21<00:37, 4.12it/s] [2024-06-04 03:17:29] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.5.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16 | |
| 20%|ββ | 39/195 [00:21<00:37, 4.12it/s] 21%|ββ | 41/195 [00:21<00:30, 5.12it/s] [2024-06-04 03:17:29] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.5.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32 | |
| 21%|ββ | 41/195 [00:21<00:30, 5.12it/s] [2024-06-04 03:17:29] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.5.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16 | |
| 21%|ββ | 41/195 [00:21<00:30, 5.12it/s] [2024-06-04 03:17:29] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.6.input_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 21%|ββ | 41/195 [00:22<00:30, 5.12it/s] [2024-06-04 03:17:30] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.6.mlp.down_proj.q_weight[0m", shape: (4096, 1792), dtype: uint32 | |
| 21%|ββ | 41/195 [00:22<00:30, 5.12it/s] [2024-06-04 03:17:30] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.6.mlp.down_proj.q_scale[0m", shape: (4096, 448), dtype: float16 | |
| 21%|ββ | 41/195 [00:22<00:30, 5.12it/s] 23%|βββ | 44/195 [00:22<00:24, 6.08it/s] [2024-06-04 03:17:30] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.6.mlp.gate_up_proj.q_weight[0m", shape: (28672, 512), dtype: uint32 | |
| 23%|βββ | 44/195 [00:22<00:24, 6.08it/s] [2024-06-04 03:17:30] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.6.mlp.gate_up_proj.q_scale[0m", shape: (28672, 128), dtype: float16 | |
| 23%|βββ | 44/195 [00:22<00:24, 6.08it/s] 23%|βββ | 45/195 [00:22<00:35, 4.17it/s] [2024-06-04 03:17:30] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.6.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 23%|βββ | 45/195 [00:22<00:35, 4.17it/s] [2024-06-04 03:17:31] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.6.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32 | |
| 23%|βββ | 45/195 [00:23<00:35, 4.17it/s] [2024-06-04 03:17:31] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.6.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16 | |
| 23%|βββ | 45/195 [00:23<00:35, 4.17it/s] 24%|βββ | 47/195 [00:23<00:28, 5.25it/s] [2024-06-04 03:17:31] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.6.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32 | |
| 24%|βββ | 47/195 [00:23<00:28, 5.25it/s] [2024-06-04 03:17:31] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.6.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16 | |
| 24%|βββ | 47/195 [00:23<00:28, 5.25it/s] [2024-06-04 03:17:31] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.7.input_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 24%|βββ | 47/195 [00:23<00:28, 5.25it/s] [2024-06-04 03:17:31] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.7.mlp.down_proj.q_weight[0m", shape: (4096, 1792), dtype: uint32 | |
| 24%|βββ | 47/195 [00:23<00:28, 5.25it/s] [2024-06-04 03:17:31] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.7.mlp.down_proj.q_scale[0m", shape: (4096, 448), dtype: float16 | |
| 24%|βββ | 47/195 [00:23<00:28, 5.25it/s] 26%|βββ | 50/195 [00:23<00:23, 6.19it/s] [2024-06-04 03:17:31] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.7.mlp.gate_up_proj.q_weight[0m", shape: (28672, 512), dtype: uint32 | |
| 26%|βββ | 50/195 [00:23<00:23, 6.19it/s] [2024-06-04 03:17:32] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.7.mlp.gate_up_proj.q_scale[0m", shape: (28672, 128), dtype: float16 | |
| 26%|βββ | 50/195 [00:24<00:23, 6.19it/s] 26%|βββ | 51/195 [00:24<00:35, 4.08it/s] [2024-06-04 03:17:32] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.7.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 26%|βββ | 51/195 [00:24<00:35, 4.08it/s] [2024-06-04 03:17:32] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.7.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32 | |
| 26%|βββ | 51/195 [00:24<00:35, 4.08it/s] [2024-06-04 03:17:32] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.7.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16 | |
| 26%|βββ | 51/195 [00:24<00:35, 4.08it/s] 27%|βββ | 53/195 [00:24<00:26, 5.41it/s] [2024-06-04 03:17:32] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.7.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32 | |
| 27%|βββ | 53/195 [00:24<00:26, 5.41it/s] [2024-06-04 03:17:32] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.7.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16 | |
| 27%|βββ | 53/195 [00:24<00:26, 5.41it/s] [2024-06-04 03:17:32] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.8.input_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 27%|βββ | 53/195 [00:24<00:26, 5.41it/s] [2024-06-04 03:17:32] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.8.mlp.down_proj.q_weight[0m", shape: (4096, 1792), dtype: uint32 | |
| 27%|βββ | 53/195 [00:24<00:26, 5.41it/s] [2024-06-04 03:17:32] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.8.mlp.down_proj.q_scale[0m", shape: (4096, 448), dtype: float16 | |
| 27%|βββ | 53/195 [00:24<00:26, 5.41it/s] 29%|βββ | 56/195 [00:24<00:22, 6.08it/s] [2024-06-04 03:17:33] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.8.mlp.gate_up_proj.q_weight[0m", shape: (28672, 512), dtype: uint32 | |
| 29%|βββ | 56/195 [00:25<00:22, 6.08it/s] [2024-06-04 03:17:33] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.8.mlp.gate_up_proj.q_scale[0m", shape: (28672, 128), dtype: float16 | |
| 29%|βββ | 56/195 [00:25<00:22, 6.08it/s] 29%|βββ | 57/195 [00:25<00:32, 4.20it/s] [2024-06-04 03:17:33] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.8.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 29%|βββ | 57/195 [00:25<00:32, 4.20it/s] [2024-06-04 03:17:33] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.8.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32 | |
| 29%|βββ | 57/195 [00:25<00:32, 4.20it/s] [2024-06-04 03:17:33] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.8.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16 | |
| 29%|βββ | 57/195 [00:25<00:32, 4.20it/s] 30%|βββ | 59/195 [00:25<00:24, 5.55it/s] [2024-06-04 03:17:33] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.8.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32 | |
| 30%|βββ | 59/195 [00:25<00:24, 5.55it/s] [2024-06-04 03:17:33] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.8.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16 | |
| 30%|βββ | 59/195 [00:25<00:24, 5.55it/s] [2024-06-04 03:17:33] INFO huggingface_loader.py:197: Unloading HF weight file: /models/Meta-Llama-3-8B-Instruct/model-00001-of-00004.safetensors | |
| 30%|βββ | 59/195 [00:25<00:24, 5.55it/s] [2024-06-04 03:17:34] INFO huggingface_loader.py:185: Loading HF parameters from: /models/Meta-Llama-3-8B-Instruct/model-00002-of-00004.safetensors | |
| 30%|βββ | 59/195 [00:26<00:24, 5.55it/s] [2024-06-04 03:17:38] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.10.input_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 30%|βββ | 59/195 [00:30<00:24, 5.55it/s] 31%|ββββ | 61/195 [00:30<01:59, 1.13it/s] [2024-06-04 03:17:38] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.10.mlp.down_proj.q_weight[0m", shape: (4096, 1792), dtype: uint32 | |
| 31%|ββββ | 61/195 [00:30<01:59, 1.13it/s] [2024-06-04 03:17:38] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.10.mlp.down_proj.q_scale[0m", shape: (4096, 448), dtype: float16 | |
| 31%|ββββ | 61/195 [00:30<01:59, 1.13it/s] 32%|ββββ | 62/195 [00:30<01:44, 1.28it/s] [2024-06-04 03:17:39] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.10.mlp.gate_up_proj.q_weight[0m", shape: (28672, 512), dtype: uint32 | |
| 32%|ββββ | 62/195 [00:31<01:44, 1.28it/s] [2024-06-04 03:17:39] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.10.mlp.gate_up_proj.q_scale[0m", shape: (28672, 128), dtype: float16 | |
| 32%|ββββ | 62/195 [00:31<01:44, 1.28it/s] 32%|ββββ | 63/195 [00:31<01:39, 1.33it/s] [2024-06-04 03:17:39] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.10.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 32%|ββββ | 63/195 [00:31<01:39, 1.33it/s] [2024-06-04 03:17:39] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.10.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32 | |
| 32%|ββββ | 63/195 [00:31<01:39, 1.33it/s] [2024-06-04 03:17:39] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.10.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16 | |
| 32%|ββββ | 63/195 [00:31<01:39, 1.33it/s] 33%|ββββ | 65/195 [00:31<01:05, 1.98it/s] [2024-06-04 03:17:39] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.10.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32 | |
| 33%|ββββ | 65/195 [00:31<01:05, 1.98it/s] [2024-06-04 03:17:39] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.10.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16 | |
| 33%|ββββ | 65/195 [00:31<01:05, 1.98it/s] [2024-06-04 03:17:39] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.11.input_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 33%|ββββ | 65/195 [00:31<01:05, 1.98it/s] [2024-06-04 03:17:39] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.11.mlp.down_proj.q_weight[0m", shape: (4096, 1792), dtype: uint32 | |
| 33%|ββββ | 65/195 [00:31<01:05, 1.98it/s] [2024-06-04 03:17:39] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.11.mlp.down_proj.q_scale[0m", shape: (4096, 448), dtype: float16 | |
| 33%|ββββ | 65/195 [00:31<01:05, 1.98it/s] 35%|ββββ | 68/195 [00:31<00:42, 3.02it/s] [2024-06-04 03:17:40] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.11.mlp.gate_up_proj.q_weight[0m", shape: (28672, 512), dtype: uint32 | |
| 35%|ββββ | 68/195 [00:32<00:42, 3.02it/s] [2024-06-04 03:17:40] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.11.mlp.gate_up_proj.q_scale[0m", shape: (28672, 128), dtype: float16 | |
| 35%|ββββ | 68/195 [00:32<00:42, 3.02it/s] 35%|ββββ | 69/195 [00:32<00:48, 2.62it/s] [2024-06-04 03:17:40] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.11.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 35%|ββββ | 69/195 [00:32<00:48, 2.62it/s] [2024-06-04 03:17:40] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.11.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32 | |
| 35%|ββββ | 69/195 [00:32<00:48, 2.62it/s] [2024-06-04 03:17:40] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.11.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16 | |
| 35%|ββββ | 69/195 [00:32<00:48, 2.62it/s] 36%|ββββ | 71/195 [00:32<00:34, 3.57it/s] [2024-06-04 03:17:40] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.11.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32 | |
| 36%|ββββ | 71/195 [00:32<00:34, 3.57it/s] [2024-06-04 03:17:40] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.11.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16 | |
| 36%|ββββ | 71/195 [00:32<00:34, 3.57it/s] [2024-06-04 03:17:40] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.12.input_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 36%|ββββ | 71/195 [00:32<00:34, 3.57it/s] [2024-06-04 03:17:40] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.12.mlp.down_proj.q_weight[0m", shape: (4096, 1792), dtype: uint32 | |
| 36%|ββββ | 71/195 [00:32<00:34, 3.57it/s] [2024-06-04 03:17:40] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.12.mlp.down_proj.q_scale[0m", shape: (4096, 448), dtype: float16 | |
| 36%|ββββ | 71/195 [00:32<00:34, 3.57it/s] 38%|ββββ | 74/195 [00:32<00:25, 4.73it/s] [2024-06-04 03:17:41] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.12.mlp.gate_up_proj.q_weight[0m", shape: (28672, 512), dtype: uint32 | |
| 38%|ββββ | 74/195 [00:33<00:25, 4.73it/s] [2024-06-04 03:17:41] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.12.mlp.gate_up_proj.q_scale[0m", shape: (28672, 128), dtype: float16 | |
| 38%|ββββ | 74/195 [00:33<00:25, 4.73it/s] 38%|ββββ | 75/195 [00:33<00:34, 3.45it/s] [2024-06-04 03:17:41] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.12.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 38%|ββββ | 75/195 [00:33<00:34, 3.45it/s] [2024-06-04 03:17:41] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.12.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32 | |
| 38%|ββββ | 75/195 [00:33<00:34, 3.45it/s] [2024-06-04 03:17:41] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.12.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16 | |
| 38%|ββββ | 75/195 [00:33<00:34, 3.45it/s] 39%|ββββ | 77/195 [00:33<00:25, 4.67it/s] [2024-06-04 03:17:41] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.12.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32 | |
| 39%|ββββ | 77/195 [00:33<00:25, 4.67it/s] [2024-06-04 03:17:41] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.12.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16 | |
| 39%|ββββ | 77/195 [00:33<00:25, 4.67it/s] [2024-06-04 03:17:41] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.13.input_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 39%|ββββ | 77/195 [00:33<00:25, 4.67it/s] [2024-06-04 03:17:41] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.13.mlp.down_proj.q_weight[0m", shape: (4096, 1792), dtype: uint32 | |
| 39%|ββββ | 77/195 [00:33<00:25, 4.67it/s] [2024-06-04 03:17:41] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.13.mlp.down_proj.q_scale[0m", shape: (4096, 448), dtype: float16 | |
| 39%|ββββ | 77/195 [00:33<00:25, 4.67it/s] 41%|ββββ | 80/195 [00:34<00:20, 5.50it/s] [2024-06-04 03:17:42] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.13.mlp.gate_up_proj.q_weight[0m", shape: (28672, 512), dtype: uint32 | |
| 41%|ββββ | 80/195 [00:34<00:20, 5.50it/s] [2024-06-04 03:17:42] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.13.mlp.gate_up_proj.q_scale[0m", shape: (28672, 128), dtype: float16 | |
| 41%|ββββ | 80/195 [00:34<00:20, 5.50it/s] 42%|βββββ | 81/195 [00:34<00:29, 3.90it/s] [2024-06-04 03:17:42] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.13.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 42%|βββββ | 81/195 [00:34<00:29, 3.90it/s] [2024-06-04 03:17:42] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.13.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32 | |
| 42%|βββββ | 81/195 [00:34<00:29, 3.90it/s] [2024-06-04 03:17:42] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.13.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16 | |
| 42%|βββββ | 81/195 [00:34<00:29, 3.90it/s] 43%|βββββ | 83/195 [00:34<00:21, 5.17it/s] [2024-06-04 03:17:42] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.13.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32 | |
| 43%|βββββ | 83/195 [00:34<00:21, 5.17it/s] [2024-06-04 03:17:42] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.13.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16 | |
| 43%|βββββ | 83/195 [00:34<00:21, 5.17it/s] [2024-06-04 03:17:42] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.14.input_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 43%|βββββ | 83/195 [00:34<00:21, 5.17it/s] 44%|βββββ | 85/195 [00:34<00:16, 6.61it/s] [2024-06-04 03:17:43] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.14.mlp.down_proj.q_weight[0m", shape: (4096, 1792), dtype: uint32 | |
| 44%|βββββ | 85/195 [00:35<00:16, 6.61it/s] [2024-06-04 03:17:43] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.14.mlp.down_proj.q_scale[0m", shape: (4096, 448), dtype: float16 | |
| 44%|βββββ | 85/195 [00:35<00:16, 6.61it/s] [2024-06-04 03:17:43] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.14.mlp.gate_up_proj.q_weight[0m", shape: (28672, 512), dtype: uint32 | |
| 44%|βββββ | 85/195 [00:35<00:16, 6.61it/s] [2024-06-04 03:17:43] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.14.mlp.gate_up_proj.q_scale[0m", shape: (28672, 128), dtype: float16 | |
| 44%|βββββ | 85/195 [00:35<00:16, 6.61it/s] 45%|βββββ | 87/195 [00:35<00:26, 4.02it/s] [2024-06-04 03:17:43] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.14.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 45%|βββββ | 87/195 [00:35<00:26, 4.02it/s] [2024-06-04 03:17:43] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.14.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32 | |
| 45%|βββββ | 87/195 [00:35<00:26, 4.02it/s] [2024-06-04 03:17:43] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.14.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16 | |
| 45%|βββββ | 87/195 [00:35<00:26, 4.02it/s] 46%|βββββ | 89/195 [00:36<00:21, 5.02it/s] [2024-06-04 03:17:44] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.14.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32 | |
| 46%|βββββ | 89/195 [00:36<00:21, 5.02it/s] [2024-06-04 03:17:44] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.14.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16 | |
| 46%|βββββ | 89/195 [00:36<00:21, 5.02it/s] [2024-06-04 03:17:44] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.15.input_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 46%|βββββ | 89/195 [00:36<00:21, 5.02it/s] [2024-06-04 03:17:44] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.15.mlp.down_proj.q_weight[0m", shape: (4096, 1792), dtype: uint32 | |
| 46%|βββββ | 89/195 [00:36<00:21, 5.02it/s] [2024-06-04 03:17:44] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.15.mlp.down_proj.q_scale[0m", shape: (4096, 448), dtype: float16 | |
| 46%|βββββ | 89/195 [00:36<00:21, 5.02it/s] 47%|βββββ | 92/195 [00:36<00:17, 6.03it/s] [2024-06-04 03:17:44] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.15.mlp.gate_up_proj.q_weight[0m", shape: (28672, 512), dtype: uint32 | |
| 47%|βββββ | 92/195 [00:36<00:17, 6.03it/s] [2024-06-04 03:17:44] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.15.mlp.gate_up_proj.q_scale[0m", shape: (28672, 128), dtype: float16 | |
| 47%|βββββ | 92/195 [00:37<00:17, 6.03it/s] 48%|βββββ | 93/195 [00:37<00:24, 4.13it/s] [2024-06-04 03:17:44] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.15.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 48%|βββββ | 93/195 [00:37<00:24, 4.13it/s] [2024-06-04 03:17:45] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.15.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32 | |
| 48%|βββββ | 93/195 [00:37<00:24, 4.13it/s] [2024-06-04 03:17:45] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.15.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16 | |
| 48%|βββββ | 93/195 [00:37<00:24, 4.13it/s] 49%|βββββ | 95/195 [00:37<00:18, 5.27it/s] [2024-06-04 03:17:45] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.15.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32 | |
| 49%|βββββ | 95/195 [00:37<00:18, 5.27it/s] [2024-06-04 03:17:45] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.15.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16 | |
| 49%|βββββ | 95/195 [00:37<00:18, 5.27it/s] [2024-06-04 03:17:45] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.16.input_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 49%|βββββ | 95/195 [00:37<00:18, 5.27it/s] [2024-06-04 03:17:45] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.16.mlp.down_proj.q_weight[0m", shape: (4096, 1792), dtype: uint32 | |
| 49%|βββββ | 95/195 [00:37<00:18, 5.27it/s] [2024-06-04 03:17:45] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.16.mlp.down_proj.q_scale[0m", shape: (4096, 448), dtype: float16 | |
| 49%|βββββ | 95/195 [00:37<00:18, 5.27it/s] 50%|βββββ | 98/195 [00:37<00:15, 6.25it/s] [2024-06-04 03:17:45] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.16.mlp.gate_up_proj.q_weight[0m", shape: (28672, 512), dtype: uint32 | |
| 50%|βββββ | 98/195 [00:38<00:15, 6.25it/s] [2024-06-04 03:17:46] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.16.mlp.gate_up_proj.q_scale[0m", shape: (28672, 128), dtype: float16 | |
| 50%|βββββ | 98/195 [00:38<00:15, 6.25it/s] 51%|βββββ | 99/195 [00:38<00:23, 4.06it/s] [2024-06-04 03:17:46] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.16.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 51%|βββββ | 99/195 [00:38<00:23, 4.06it/s] [2024-06-04 03:17:46] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.16.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32 | |
| 51%|βββββ | 99/195 [00:38<00:23, 4.06it/s] [2024-06-04 03:17:46] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.16.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16 | |
| 51%|βββββ | 99/195 [00:38<00:23, 4.06it/s] 52%|ββββββ | 101/195 [00:38<00:17, 5.38it/s] [2024-06-04 03:17:46] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.16.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32 | |
| 52%|ββββββ | 101/195 [00:38<00:17, 5.38it/s] [2024-06-04 03:17:46] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.16.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16 | |
| 52%|ββββββ | 101/195 [00:38<00:17, 5.38it/s] [2024-06-04 03:17:46] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.17.input_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 52%|ββββββ | 101/195 [00:38<00:17, 5.38it/s] [2024-06-04 03:17:46] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.17.mlp.down_proj.q_weight[0m", shape: (4096, 1792), dtype: uint32 | |
| 52%|ββββββ | 101/195 [00:38<00:17, 5.38it/s] [2024-06-04 03:17:46] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.17.mlp.down_proj.q_scale[0m", shape: (4096, 448), dtype: float16 | |
| 52%|ββββββ | 101/195 [00:38<00:17, 5.38it/s] 53%|ββββββ | 104/195 [00:38<00:15, 6.01it/s] [2024-06-04 03:17:47] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.17.mlp.gate_up_proj.q_weight[0m", shape: (28672, 512), dtype: uint32 | |
| 53%|ββββββ | 104/195 [00:39<00:15, 6.01it/s] [2024-06-04 03:17:47] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.17.mlp.gate_up_proj.q_scale[0m", shape: (28672, 128), dtype: float16 | |
| 53%|ββββββ | 104/195 [00:39<00:15, 6.01it/s] 54%|ββββββ | 105/195 [00:39<00:21, 4.12it/s] [2024-06-04 03:17:47] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.17.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 54%|ββββββ | 105/195 [00:39<00:21, 4.12it/s] [2024-06-04 03:17:47] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.17.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32 | |
| 54%|ββββββ | 105/195 [00:39<00:21, 4.12it/s] [2024-06-04 03:17:47] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.17.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16 | |
| 54%|ββββββ | 105/195 [00:39<00:21, 4.12it/s] 55%|ββββββ | 107/195 [00:39<00:16, 5.42it/s] [2024-06-04 03:17:47] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.17.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32 | |
| 55%|ββββββ | 107/195 [00:39<00:16, 5.42it/s] [2024-06-04 03:17:47] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.17.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16 | |
| 55%|ββββββ | 107/195 [00:39<00:16, 5.42it/s] [2024-06-04 03:17:47] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.18.input_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 55%|ββββββ | 107/195 [00:39<00:16, 5.42it/s] 56%|ββββββ | 109/195 [00:39<00:12, 6.87it/s] [2024-06-04 03:17:47] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.18.mlp.down_proj.q_weight[0m", shape: (4096, 1792), dtype: uint32 | |
| 56%|ββββββ | 109/195 [00:39<00:12, 6.87it/s] [2024-06-04 03:17:47] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.18.mlp.down_proj.q_scale[0m", shape: (4096, 448), dtype: float16 | |
| 56%|ββββββ | 109/195 [00:39<00:12, 6.87it/s] [2024-06-04 03:17:48] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.18.mlp.gate_up_proj.q_weight[0m", shape: (28672, 512), dtype: uint32 | |
| 56%|ββββββ | 109/195 [00:40<00:12, 6.87it/s] [2024-06-04 03:17:48] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.18.mlp.gate_up_proj.q_scale[0m", shape: (28672, 128), dtype: float16 | |
| 56%|ββββββ | 109/195 [00:40<00:12, 6.87it/s] 57%|ββββββ | 111/195 [00:40<00:20, 4.12it/s] [2024-06-04 03:17:48] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.18.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 57%|ββββββ | 111/195 [00:40<00:20, 4.12it/s] [2024-06-04 03:17:48] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.18.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32 | |
| 57%|ββββββ | 111/195 [00:40<00:20, 4.12it/s] [2024-06-04 03:17:48] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.18.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16 | |
| 57%|ββββββ | 111/195 [00:40<00:20, 4.12it/s] 58%|ββββββ | 113/195 [00:40<00:16, 5.12it/s] [2024-06-04 03:17:48] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.18.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32 | |
| 58%|ββββββ | 113/195 [00:40<00:16, 5.12it/s] [2024-06-04 03:17:48] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.18.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16 | |
| 58%|ββββββ | 113/195 [00:40<00:16, 5.12it/s] [2024-06-04 03:17:48] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.19.input_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 58%|ββββββ | 113/195 [00:40<00:16, 5.12it/s] [2024-06-04 03:17:48] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.19.mlp.down_proj.q_weight[0m", shape: (4096, 1792), dtype: uint32 | |
| 58%|ββββββ | 113/195 [00:40<00:16, 5.12it/s] [2024-06-04 03:17:49] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.19.mlp.down_proj.q_scale[0m", shape: (4096, 448), dtype: float16 | |
| 58%|ββββββ | 113/195 [00:41<00:16, 5.12it/s] 59%|ββββββ | 116/195 [00:41<00:12, 6.12it/s] [2024-06-04 03:17:49] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.19.mlp.gate_up_proj.q_weight[0m", shape: (28672, 512), dtype: uint32 | |
| 59%|ββββββ | 116/195 [00:41<00:12, 6.12it/s] [2024-06-04 03:17:49] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.19.mlp.gate_up_proj.q_scale[0m", shape: (28672, 128), dtype: float16 | |
| 59%|ββββββ | 116/195 [00:41<00:12, 6.12it/s] 60%|ββββββ | 117/195 [00:41<00:18, 4.22it/s] [2024-06-04 03:17:49] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.19.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 60%|ββββββ | 117/195 [00:41<00:18, 4.22it/s] [2024-06-04 03:17:49] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.19.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32 | |
| 60%|ββββββ | 117/195 [00:41<00:18, 4.22it/s] [2024-06-04 03:17:49] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.19.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16 | |
| 60%|ββββββ | 117/195 [00:41<00:18, 4.22it/s] 61%|ββββββ | 119/195 [00:41<00:14, 5.36it/s] [2024-06-04 03:17:49] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.19.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32 | |
| 61%|ββββββ | 119/195 [00:41<00:14, 5.36it/s] [2024-06-04 03:17:49] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.19.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16 | |
| 61%|ββββββ | 119/195 [00:41<00:14, 5.36it/s] [2024-06-04 03:17:49] INFO huggingface_loader.py:185: Loading HF parameters from: /models/Meta-Llama-3-8B-Instruct/model-00003-of-00004.safetensors | |
| 61%|ββββββ | 119/195 [00:41<00:14, 5.36it/s] [2024-06-04 03:17:55] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.20.mlp.gate_up_proj.q_weight[0m", shape: (28672, 512), dtype: uint32 | |
| 61%|ββββββ | 119/195 [00:47<00:14, 5.36it/s] [2024-06-04 03:17:55] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.20.mlp.gate_up_proj.q_scale[0m", shape: (28672, 128), dtype: float16 | |
| 61%|ββββββ | 119/195 [00:47<00:14, 5.36it/s] 62%|βββββββ | 121/195 [00:47<01:13, 1.00it/s] [2024-06-04 03:17:55] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.20.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32 | |
| 62%|βββββββ | 121/195 [00:47<01:13, 1.00it/s] [2024-06-04 03:17:55] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.20.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16 | |
| 62%|βββββββ | 121/195 [00:47<01:13, 1.00it/s] 63%|βββββββ | 122/195 [00:47<01:05, 1.11it/s] [2024-06-04 03:17:55] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.20.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32 | |
| 63%|βββββββ | 122/195 [00:47<01:05, 1.11it/s] [2024-06-04 03:17:55] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.20.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16 | |
| 63%|βββββββ | 122/195 [00:47<01:05, 1.11it/s] [2024-06-04 03:17:55] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.9.input_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 63%|βββββββ | 122/195 [00:47<01:05, 1.11it/s] [2024-06-04 03:17:56] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.9.mlp.down_proj.q_weight[0m", shape: (4096, 1792), dtype: uint32 | |
| 63%|βββββββ | 122/195 [00:48<01:05, 1.11it/s] [2024-06-04 03:17:56] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.9.mlp.down_proj.q_scale[0m", shape: (4096, 448), dtype: float16 | |
| 63%|βββββββ | 122/195 [00:48<01:05, 1.11it/s] 64%|βββββββ | 125/195 [00:48<00:39, 1.78it/s] [2024-06-04 03:17:57] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.9.mlp.gate_up_proj.q_weight[0m", shape: (28672, 512), dtype: uint32 | |
| 64%|βββββββ | 125/195 [00:49<00:39, 1.78it/s] [2024-06-04 03:17:57] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.9.mlp.gate_up_proj.q_scale[0m", shape: (28672, 128), dtype: float16 | |
| 64%|βββββββ | 125/195 [00:49<00:39, 1.78it/s] 65%|βββββββ | 126/195 [00:49<00:49, 1.39it/s] [2024-06-04 03:17:57] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.9.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 65%|βββββββ | 126/195 [00:49<00:49, 1.39it/s] [2024-06-04 03:17:57] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.9.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32 | |
| 65%|βββββββ | 126/195 [00:49<00:49, 1.39it/s] [2024-06-04 03:17:57] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.9.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16 | |
| 65%|βββββββ | 126/195 [00:49<00:49, 1.39it/s] 66%|βββββββ | 128/195 [00:49<00:33, 1.97it/s] [2024-06-04 03:17:57] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.9.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32 | |
| 66%|βββββββ | 128/195 [00:49<00:33, 1.97it/s] [2024-06-04 03:17:57] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.9.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16 | |
| 66%|βββββββ | 128/195 [00:50<00:33, 1.97it/s] [2024-06-04 03:17:57] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.20.input_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 66%|βββββββ | 128/195 [00:50<00:33, 1.97it/s] [2024-06-04 03:17:58] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.20.mlp.down_proj.q_weight[0m", shape: (4096, 1792), dtype: uint32 | |
| 66%|βββββββ | 128/195 [00:50<00:33, 1.97it/s] [2024-06-04 03:17:58] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.20.mlp.down_proj.q_scale[0m", shape: (4096, 448), dtype: float16 | |
| 66%|βββββββ | 128/195 [00:50<00:33, 1.97it/s] 67%|βββββββ | 131/195 [00:50<00:22, 2.80it/s] [2024-06-04 03:17:58] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.20.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 67%|βββββββ | 131/195 [00:50<00:22, 2.80it/s] [2024-06-04 03:17:58] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.21.input_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 67%|βββββββ | 131/195 [00:50<00:22, 2.80it/s] [2024-06-04 03:17:58] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.21.mlp.down_proj.q_weight[0m", shape: (4096, 1792), dtype: uint32 | |
| 67%|βββββββ | 131/195 [00:50<00:22, 2.80it/s] [2024-06-04 03:17:58] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.21.mlp.down_proj.q_scale[0m", shape: (4096, 448), dtype: float16 | |
| 67%|βββββββ | 131/195 [00:50<00:22, 2.80it/s] 69%|βββββββ | 134/195 [00:50<00:16, 3.59it/s] [2024-06-04 03:17:59] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.21.mlp.gate_up_proj.q_weight[0m", shape: (28672, 512), dtype: uint32 | |
| 69%|βββββββ | 134/195 [00:51<00:16, 3.59it/s] [2024-06-04 03:18:00] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.21.mlp.gate_up_proj.q_scale[0m", shape: (28672, 128), dtype: float16 | |
| 69%|βββββββ | 134/195 [00:52<00:16, 3.59it/s] 69%|βββββββ | 135/195 [00:52<00:26, 2.28it/s] [2024-06-04 03:18:00] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.21.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 69%|βββββββ | 135/195 [00:52<00:26, 2.28it/s] [2024-06-04 03:18:00] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.21.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32 | |
| 69%|βββββββ | 135/195 [00:52<00:26, 2.28it/s] [2024-06-04 03:18:00] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.21.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16 | |
| 69%|βββββββ | 135/195 [00:52<00:26, 2.28it/s] 70%|βββββββ | 137/195 [00:52<00:18, 3.08it/s] [2024-06-04 03:18:00] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.21.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32 | |
| 70%|βββββββ | 137/195 [00:52<00:18, 3.08it/s] [2024-06-04 03:18:00] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.21.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16 | |
| 70%|βββββββ | 137/195 [00:52<00:18, 3.08it/s] 71%|βββββββ | 138/195 [00:52<00:16, 3.48it/s] [2024-06-04 03:18:00] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.22.input_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 71%|βββββββ | 138/195 [00:52<00:16, 3.48it/s] [2024-06-04 03:18:00] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.22.mlp.down_proj.q_weight[0m", shape: (4096, 1792), dtype: uint32 | |
| 71%|βββββββ | 138/195 [00:52<00:16, 3.48it/s] [2024-06-04 03:18:00] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.22.mlp.down_proj.q_scale[0m", shape: (4096, 448), dtype: float16 | |
| 71%|βββββββ | 138/195 [00:52<00:16, 3.48it/s] 72%|ββββββββ | 140/195 [00:52<00:13, 4.17it/s] [2024-06-04 03:18:01] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.22.mlp.gate_up_proj.q_weight[0m", shape: (28672, 512), dtype: uint32 | |
| 72%|ββββββββ | 140/195 [00:53<00:13, 4.17it/s] [2024-06-04 03:18:01] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.22.mlp.gate_up_proj.q_scale[0m", shape: (28672, 128), dtype: float16 | |
| 72%|ββββββββ | 140/195 [00:53<00:13, 4.17it/s] 72%|ββββββββ | 141/195 [00:53<00:23, 2.29it/s] [2024-06-04 03:18:01] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.22.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 72%|ββββββββ | 141/195 [00:53<00:23, 2.29it/s] [2024-06-04 03:18:01] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.22.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32 | |
| 72%|ββββββββ | 141/195 [00:54<00:23, 2.29it/s] [2024-06-04 03:18:01] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.22.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16 | |
| 72%|ββββββββ | 141/195 [00:54<00:23, 2.29it/s] 73%|ββββββββ | 143/195 [00:54<00:16, 3.20it/s] [2024-06-04 03:18:02] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.22.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32 | |
| 73%|ββββββββ | 143/195 [00:54<00:16, 3.20it/s] [2024-06-04 03:18:02] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.22.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16 | |
| 73%|ββββββββ | 143/195 [00:54<00:16, 3.20it/s] [2024-06-04 03:18:02] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.23.input_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 73%|ββββββββ | 143/195 [00:54<00:16, 3.20it/s] [2024-06-04 03:18:02] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.23.mlp.down_proj.q_weight[0m", shape: (4096, 1792), dtype: uint32 | |
| 73%|ββββββββ | 143/195 [00:54<00:16, 3.20it/s] [2024-06-04 03:18:02] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.23.mlp.down_proj.q_scale[0m", shape: (4096, 448), dtype: float16 | |
| 73%|ββββββββ | 143/195 [00:54<00:16, 3.20it/s] 75%|ββββββββ | 146/195 [00:54<00:11, 4.36it/s] [2024-06-04 03:18:03] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.23.mlp.gate_up_proj.q_weight[0m", shape: (28672, 512), dtype: uint32 | |
| 75%|ββββββββ | 146/195 [00:55<00:11, 4.36it/s] [2024-06-04 03:18:03] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.23.mlp.gate_up_proj.q_scale[0m", shape: (28672, 128), dtype: float16 | |
| 75%|ββββββββ | 146/195 [00:55<00:11, 4.36it/s] 75%|ββββββββ | 147/195 [00:55<00:19, 2.42it/s] [2024-06-04 03:18:03] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.23.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 75%|ββββββββ | 147/195 [00:55<00:19, 2.42it/s] [2024-06-04 03:18:03] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.23.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32 | |
| 75%|ββββββββ | 147/195 [00:55<00:19, 2.42it/s] [2024-06-04 03:18:03] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.23.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16 | |
| 75%|ββββββββ | 147/195 [00:55<00:19, 2.42it/s] 76%|ββββββββ | 149/195 [00:55<00:13, 3.31it/s] [2024-06-04 03:18:03] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.23.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32 | |
| 76%|ββββββββ | 149/195 [00:55<00:13, 3.31it/s] [2024-06-04 03:18:03] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.23.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16 | |
| 76%|ββββββββ | 149/195 [00:55<00:13, 3.31it/s] [2024-06-04 03:18:03] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.24.input_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 76%|ββββββββ | 149/195 [00:55<00:13, 3.31it/s] [2024-06-04 03:18:04] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.24.mlp.down_proj.q_weight[0m", shape: (4096, 1792), dtype: uint32 | |
| 76%|ββββββββ | 149/195 [00:56<00:13, 3.31it/s] [2024-06-04 03:18:04] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.24.mlp.down_proj.q_scale[0m", shape: (4096, 448), dtype: float16 | |
| 76%|ββββββββ | 149/195 [00:56<00:13, 3.31it/s] 78%|ββββββββ | 152/195 [00:56<00:09, 4.39it/s] [2024-06-04 03:18:05] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.24.mlp.gate_up_proj.q_weight[0m", shape: (28672, 512), dtype: uint32 | |
| 78%|ββββββββ | 152/195 [00:57<00:09, 4.39it/s] [2024-06-04 03:18:05] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.24.mlp.gate_up_proj.q_scale[0m", shape: (28672, 128), dtype: float16 | |
| 78%|ββββββββ | 152/195 [00:57<00:09, 4.39it/s] 78%|ββββββββ | 153/195 [00:57<00:15, 2.63it/s] [2024-06-04 03:18:05] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.24.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 78%|ββββββββ | 153/195 [00:57<00:15, 2.63it/s] [2024-06-04 03:18:05] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.24.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32 | |
| 78%|ββββββββ | 153/195 [00:57<00:15, 2.63it/s] [2024-06-04 03:18:05] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.24.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16 | |
| 78%|ββββββββ | 153/195 [00:57<00:15, 2.63it/s] 79%|ββββββββ | 155/195 [00:57<00:11, 3.62it/s] [2024-06-04 03:18:05] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.24.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32 | |
| 79%|ββββββββ | 155/195 [00:57<00:11, 3.62it/s] [2024-06-04 03:18:05] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.24.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16 | |
| 79%|ββββββββ | 155/195 [00:57<00:11, 3.62it/s] [2024-06-04 03:18:05] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.25.input_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 79%|ββββββββ | 155/195 [00:57<00:11, 3.62it/s] [2024-06-04 03:18:05] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.25.mlp.down_proj.q_weight[0m", shape: (4096, 1792), dtype: uint32 | |
| 79%|ββββββββ | 155/195 [00:57<00:11, 3.62it/s] [2024-06-04 03:18:05] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.25.mlp.down_proj.q_scale[0m", shape: (4096, 448), dtype: float16 | |
| 79%|ββββββββ | 155/195 [00:57<00:11, 3.62it/s] 81%|ββββββββ | 158/195 [00:57<00:08, 4.50it/s] [2024-06-04 03:18:06] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.25.mlp.gate_up_proj.q_weight[0m", shape: (28672, 512), dtype: uint32 | |
| 81%|ββββββββ | 158/195 [00:58<00:08, 4.50it/s] [2024-06-04 03:18:06] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.25.mlp.gate_up_proj.q_scale[0m", shape: (28672, 128), dtype: float16 | |
| 81%|ββββββββ | 158/195 [00:58<00:08, 4.50it/s] 82%|βββββββββ | 159/195 [00:58<00:11, 3.09it/s] [2024-06-04 03:18:06] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.25.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 82%|βββββββββ | 159/195 [00:58<00:11, 3.09it/s] [2024-06-04 03:18:06] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.25.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32 | |
| 82%|βββββββββ | 159/195 [00:58<00:11, 3.09it/s] [2024-06-04 03:18:06] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.25.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16 | |
| 82%|βββββββββ | 159/195 [00:58<00:11, 3.09it/s] 83%|βββββββββ | 161/195 [00:58<00:08, 4.19it/s] [2024-06-04 03:18:06] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.25.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32 | |
| 83%|βββββββββ | 161/195 [00:58<00:08, 4.19it/s] [2024-06-04 03:18:07] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.25.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16 | |
| 83%|βββββββββ | 161/195 [00:59<00:08, 4.19it/s] [2024-06-04 03:18:07] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.26.input_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 83%|βββββββββ | 161/195 [00:59<00:08, 4.19it/s] 84%|βββββββββ | 163/195 [00:59<00:05, 5.48it/s] [2024-06-04 03:18:07] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.26.mlp.down_proj.q_weight[0m", shape: (4096, 1792), dtype: uint32 | |
| 84%|βββββββββ | 163/195 [00:59<00:05, 5.48it/s] [2024-06-04 03:18:07] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.26.mlp.down_proj.q_scale[0m", shape: (4096, 448), dtype: float16 | |
| 84%|βββββββββ | 163/195 [00:59<00:05, 5.48it/s] [2024-06-04 03:18:08] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.26.mlp.gate_up_proj.q_weight[0m", shape: (28672, 512), dtype: uint32 | |
| 84%|βββββββββ | 163/195 [01:00<00:05, 5.48it/s] [2024-06-04 03:18:08] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.26.mlp.gate_up_proj.q_scale[0m", shape: (28672, 128), dtype: float16 | |
| 84%|βββββββββ | 163/195 [01:00<00:05, 5.48it/s] 85%|βββββββββ | 165/195 [01:00<00:09, 3.32it/s] [2024-06-04 03:18:08] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.26.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 85%|βββββββββ | 165/195 [01:00<00:09, 3.32it/s] [2024-06-04 03:18:08] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.26.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32 | |
| 85%|βββββββββ | 165/195 [01:00<00:09, 3.32it/s] [2024-06-04 03:18:08] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.26.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16 | |
| 85%|βββββββββ | 165/195 [01:00<00:09, 3.32it/s] 86%|βββββββββ | 167/195 [01:00<00:06, 4.25it/s] [2024-06-04 03:18:08] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.26.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32 | |
| 86%|βββββββββ | 167/195 [01:00<00:06, 4.25it/s] [2024-06-04 03:18:08] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.26.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16 | |
| 86%|βββββββββ | 167/195 [01:00<00:06, 4.25it/s] [2024-06-04 03:18:08] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.27.input_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 86%|βββββββββ | 167/195 [01:00<00:06, 4.25it/s] [2024-06-04 03:18:08] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.27.mlp.down_proj.q_weight[0m", shape: (4096, 1792), dtype: uint32 | |
| 86%|βββββββββ | 167/195 [01:00<00:06, 4.25it/s] [2024-06-04 03:18:08] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.27.mlp.down_proj.q_scale[0m", shape: (4096, 448), dtype: float16 | |
| 86%|βββββββββ | 167/195 [01:00<00:06, 4.25it/s] 87%|βββββββββ | 170/195 [01:00<00:04, 5.27it/s] [2024-06-04 03:18:09] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.27.mlp.gate_up_proj.q_weight[0m", shape: (28672, 512), dtype: uint32 | |
| 87%|βββββββββ | 170/195 [01:01<00:04, 5.27it/s] [2024-06-04 03:18:09] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.27.mlp.gate_up_proj.q_scale[0m", shape: (28672, 128), dtype: float16 | |
| 87%|βββββββββ | 170/195 [01:01<00:04, 5.27it/s] 88%|βββββββββ | 171/195 [01:01<00:07, 3.41it/s] [2024-06-04 03:18:09] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.27.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 88%|βββββββββ | 171/195 [01:01<00:07, 3.41it/s] [2024-06-04 03:18:09] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.27.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32 | |
| 88%|βββββββββ | 171/195 [01:01<00:07, 3.41it/s] [2024-06-04 03:18:09] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.27.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16 | |
| 88%|βββββββββ | 171/195 [01:01<00:07, 3.41it/s] 89%|βββββββββ | 173/195 [01:01<00:04, 4.45it/s] [2024-06-04 03:18:09] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.27.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32 | |
| 89%|βββββββββ | 173/195 [01:01<00:04, 4.45it/s] [2024-06-04 03:18:09] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.27.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16 | |
| 89%|βββββββββ | 173/195 [01:01<00:04, 4.45it/s] [2024-06-04 03:18:09] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.28.input_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 89%|βββββββββ | 173/195 [01:01<00:04, 4.45it/s] [2024-06-04 03:18:09] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.28.mlp.down_proj.q_weight[0m", shape: (4096, 1792), dtype: uint32 | |
| 89%|βββββββββ | 173/195 [01:01<00:04, 4.45it/s] [2024-06-04 03:18:10] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.28.mlp.down_proj.q_scale[0m", shape: (4096, 448), dtype: float16 | |
| 89%|βββββββββ | 173/195 [01:02<00:04, 4.45it/s] 90%|βββββββββ | 176/195 [01:02<00:03, 5.46it/s] [2024-06-04 03:18:10] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.28.mlp.gate_up_proj.q_weight[0m", shape: (28672, 512), dtype: uint32 | |
| 90%|βββββββββ | 176/195 [01:02<00:03, 5.46it/s] [2024-06-04 03:18:10] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.28.mlp.gate_up_proj.q_scale[0m", shape: (28672, 128), dtype: float16 | |
| 90%|βββββββββ | 176/195 [01:02<00:03, 5.46it/s] 91%|βββββββββ | 177/195 [01:02<00:05, 3.38it/s] [2024-06-04 03:18:10] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.28.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 91%|βββββββββ | 177/195 [01:02<00:05, 3.38it/s] [2024-06-04 03:18:11] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.28.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32 | |
| 91%|βββββββββ | 177/195 [01:03<00:05, 3.38it/s] [2024-06-04 03:18:11] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.28.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16 | |
| 91%|βββββββββ | 177/195 [01:03<00:05, 3.38it/s] 92%|ββββββββββ| 179/195 [01:03<00:03, 4.54it/s] [2024-06-04 03:18:11] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.28.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32 | |
| 92%|ββββββββββ| 179/195 [01:03<00:03, 4.54it/s] [2024-06-04 03:18:11] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.28.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16 | |
| 92%|ββββββββββ| 179/195 [01:03<00:03, 4.54it/s] [2024-06-04 03:18:11] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.29.input_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 92%|ββββββββββ| 179/195 [01:03<00:03, 4.54it/s] [2024-06-04 03:18:11] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.29.mlp.down_proj.q_weight[0m", shape: (4096, 1792), dtype: uint32 | |
| 92%|ββββββββββ| 179/195 [01:03<00:03, 4.54it/s] [2024-06-04 03:18:11] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.29.mlp.down_proj.q_scale[0m", shape: (4096, 448), dtype: float16 | |
| 92%|ββββββββββ| 179/195 [01:03<00:03, 4.54it/s] 93%|ββββββββββ| 182/195 [01:03<00:02, 5.28it/s] [2024-06-04 03:18:12] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.29.mlp.gate_up_proj.q_weight[0m", shape: (28672, 512), dtype: uint32 | |
| 93%|ββββββββββ| 182/195 [01:04<00:02, 5.28it/s] [2024-06-04 03:18:12] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.29.mlp.gate_up_proj.q_scale[0m", shape: (28672, 128), dtype: float16 | |
| 93%|ββββββββββ| 182/195 [01:04<00:02, 5.28it/s] 94%|ββββββββββ| 183/195 [01:04<00:03, 3.17it/s] [2024-06-04 03:18:12] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.29.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 94%|ββββββββββ| 183/195 [01:04<00:03, 3.17it/s] [2024-06-04 03:18:12] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.29.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32 | |
| 94%|ββββββββββ| 183/195 [01:04<00:03, 3.17it/s] [2024-06-04 03:18:12] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.29.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16 | |
| 94%|ββββββββββ| 183/195 [01:04<00:03, 3.17it/s] 95%|ββββββββββ| 185/195 [01:04<00:02, 4.28it/s] [2024-06-04 03:18:12] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.29.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32 | |
| 95%|ββββββββββ| 185/195 [01:04<00:02, 4.28it/s] [2024-06-04 03:18:12] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.29.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16 | |
| 95%|ββββββββββ| 185/195 [01:04<00:02, 4.28it/s] [2024-06-04 03:18:12] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.30.input_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 95%|ββββββββββ| 185/195 [01:04<00:02, 4.28it/s] 96%|ββββββββββ| 187/195 [01:04<00:01, 5.58it/s] [2024-06-04 03:18:12] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.30.mlp.down_proj.q_weight[0m", shape: (4096, 1792), dtype: uint32 | |
| 96%|ββββββββββ| 187/195 [01:04<00:01, 5.58it/s] [2024-06-04 03:18:12] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.30.mlp.down_proj.q_scale[0m", shape: (4096, 448), dtype: float16 | |
| 96%|ββββββββββ| 187/195 [01:04<00:01, 5.58it/s] [2024-06-04 03:18:13] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.30.mlp.gate_up_proj.q_weight[0m", shape: (28672, 512), dtype: uint32 | |
| 96%|ββββββββββ| 187/195 [01:05<00:01, 5.58it/s] [2024-06-04 03:18:13] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.30.mlp.gate_up_proj.q_scale[0m", shape: (28672, 128), dtype: float16 | |
| 96%|ββββββββββ| 187/195 [01:05<00:01, 5.58it/s] 97%|ββββββββββ| 189/195 [01:05<00:01, 3.17it/s] [2024-06-04 03:18:13] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.30.post_attention_layernorm.weight[0m", shape: (4096,), dtype: float16 | |
| 97%|ββββββββββ| 189/195 [01:05<00:01, 3.17it/s] [2024-06-04 03:18:14] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.30.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32 | |
| 97%|ββββββββββ| 189/195 [01:06<00:01, 3.17it/s] [2024-06-04 03:18:14] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.30.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16 | |
| 97%|ββββββββββ| 189/195 [01:06<00:01, 3.17it/s] 98%|ββββββββββ| 191/195 [01:06<00:00, 4.06it/s] [2024-06-04 03:18:14] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.30.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32 | |
| 98%|ββββββββββ| 191/195 [01:06<00:00, 4.06it/s] [2024-06-04 03:18:14] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.30.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16 | |
| 98%|ββββββββββ| 191/195 [01:06<00:00, 4.06it/s] [2024-06-04 03:18:14] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.31.mlp.gate_up_proj.q_weight[0m", shape: (28672, 512), dtype: uint32 | |
| 98%|ββββββββββ| 191/195 [01:06<00:00, 4.06it/s] [2024-06-04 03:18:14] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.31.mlp.gate_up_proj.q_scale[0m", shape: (28672, 128), dtype: float16 | |
| 98%|ββββββββββ| 191/195 [01:07<00:00, 4.06it/s] 99%|ββββββββββ| 193/195 [01:07<00:00, 3.24it/s] [2024-06-04 03:18:15] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.31.self_attn.qkv_proj.q_weight[0m", shape: (6144, 512), dtype: uint32 | |
| 99%|ββββββββββ| 193/195 [01:07<00:00, 3.24it/s] [2024-06-04 03:18:15] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.31.self_attn.qkv_proj.q_scale[0m", shape: (6144, 128), dtype: float16 | |
| 99%|ββββββββββ| 193/195 [01:07<00:00, 3.24it/s] 99%|ββββββββββ| 194/195 [01:07<00:00, 3.62it/s] [2024-06-04 03:18:15] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.31.self_attn.o_proj.q_weight[0m", shape: (4096, 512), dtype: uint32 | |
| 99%|ββββββββββ| 194/195 [01:07<00:00, 3.62it/s] [2024-06-04 03:18:15] INFO huggingface_loader.py:167: [Quantized] Parameter: "[1mmodel.layers.31.self_attn.o_proj.q_scale[0m", shape: (4096, 128), dtype: float16 | |
| 99%|ββββββββββ| 194/195 [01:07<00:00, 3.62it/s] 100%|ββββββββββ| 195/195 [01:07<00:00, 4.06it/s] 100%|ββββββββββ| 195/195 [01:07<00:00, 2.90it/s] | |
| [2024-06-04 03:18:15] INFO huggingface_loader.py:197: Unloading HF weight file: /models/Meta-Llama-3-8B-Instruct/model-00002-of-00004.safetensors | |
| [2024-06-04 03:18:15] INFO huggingface_loader.py:197: Unloading HF weight file: /models/Meta-Llama-3-8B-Instruct/model-00003-of-00004.safetensors | |
| [2024-06-04 03:18:16] INFO stats.py:77: [92mTime usage[0m: HF loading: 15.874 sec; Pre-quantization mapping: 35.958 sec; Quantization: 3.089 sec | |
| [2024-06-04 03:18:16] INFO stats.py:91: [92mRAM usage[0m: Peak RAM: 18.469 GB. Total bytes loaded from disk: 29.915 GB | |
| [2024-06-04 03:18:16] INFO convert_weight.py:155: [92mParameter size[0m after quantization: 4.207 GB | |
| [2024-06-04 03:18:16] INFO convert_weight.py:160: [92mTotal parameters[0m: 8,030,261,248 | |
| [2024-06-04 03:18:16] INFO convert_weight.py:161: [92mBits per parameter[0m: 4.500 | |
| [2024-06-04 03:18:16] INFO convert_weight.py:166: Saved to directory: [1m/models/mlc-delivery/hf/mlc-ai/Llama-3-8B-Instruct-q4f16_1-MLC[0m | |
| All finished, 108 total shards committed, record saved to /models/mlc-delivery/hf/mlc-ai/Llama-3-8B-Instruct-q4f16_1-MLC/ndarray-cache.json | |