File size: 55,834 Bytes
1ad6f06 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 |
/opt/conda/envs/py310/bin/python -m mlc_llm gen_config /models/Qwen1.5-0.5B-Chat --quantization q0f16 --conv-template chatml --output /models/mlc-delivery/hf/mlc-ai/Qwen1.5-0.5B-Chat-q0f16-MLC [2024-06-04 03:31:58] INFO auto_config.py:116: [92mFound[0m model configuration: /models/Qwen1.5-0.5B-Chat/config.json [2024-06-04 03:31:58] INFO auto_config.py:154: [92mFound[0m model type: [1mqwen2[0m. Use `--model-type` to override. [2024-06-04 03:31:58] INFO qwen2_model.py:49: [1mcontext_window_size[0m not found in config.json. Falling back to [1mmax_position_embeddings[0m (32768) [2024-06-04 03:31:58] INFO qwen2_model.py:66: [1mprefill_chunk_size[0m defaults to 2048 [2024-06-04 03:31:58] INFO config.py:107: Overriding [1mmax_batch_size[0m from 1 to 80 [2024-06-04 03:31:58] INFO gen_config.py:143: [generation_config.json] Setting [1mbos_token_id[0m: 151643 [2024-06-04 03:31:58] INFO gen_config.py:143: [generation_config.json] Setting [1mpad_token_id[0m: 151643 [2024-06-04 03:31:58] INFO gen_config.py:143: [generation_config.json] Setting [1meos_token_id[0m: [151645, 151643] [2024-06-04 03:31:58] INFO gen_config.py:143: [generation_config.json] Setting [1mrepetition_penalty[0m: 1.1 [2024-06-04 03:31:58] INFO gen_config.py:143: [generation_config.json] Setting [1mtop_p[0m: 0.8 [2024-06-04 03:31:58] INFO gen_config.py:157: [91mNot found[0m tokenizer config: /models/Qwen1.5-0.5B-Chat/tokenizer.model [2024-06-04 03:31:58] INFO gen_config.py:155: [92mFound[0m tokenizer config: /models/Qwen1.5-0.5B-Chat/tokenizer.json. Copying to [1m/models/mlc-delivery/hf/mlc-ai/Qwen1.5-0.5B-Chat-q0f16-MLC/tokenizer.json[0m [2024-06-04 03:31:58] INFO gen_config.py:155: [92mFound[0m tokenizer config: /models/Qwen1.5-0.5B-Chat/vocab.json. Copying to [1m/models/mlc-delivery/hf/mlc-ai/Qwen1.5-0.5B-Chat-q0f16-MLC/vocab.json[0m [2024-06-04 03:31:58] INFO gen_config.py:155: [92mFound[0m tokenizer config: /models/Qwen1.5-0.5B-Chat/merges.txt. Copying to [1m/models/mlc-delivery/hf/mlc-ai/Qwen1.5-0.5B-Chat-q0f16-MLC/merges.txt[0m [2024-06-04 03:31:58] INFO gen_config.py:157: [91mNot found[0m tokenizer config: /models/Qwen1.5-0.5B-Chat/added_tokens.json [2024-06-04 03:31:58] INFO gen_config.py:155: [92mFound[0m tokenizer config: /models/Qwen1.5-0.5B-Chat/tokenizer_config.json. Copying to [1m/models/mlc-delivery/hf/mlc-ai/Qwen1.5-0.5B-Chat-q0f16-MLC/tokenizer_config.json[0m [2024-06-04 03:31:58] 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:31:58] INFO gen_config.py:32: [System default] Setting [1mtemperature[0m: 1.0 [2024-06-04 03:31:58] INFO gen_config.py:32: [System default] Setting [1mpresence_penalty[0m: 0.0 [2024-06-04 03:31:58] INFO gen_config.py:32: [System default] Setting [1mfrequency_penalty[0m: 0.0 [2024-06-04 03:31:58] INFO gen_config.py:32: [System default] Setting [1mmean_gen_len[0m: 128 [2024-06-04 03:31:58] INFO gen_config.py:32: [System default] Setting [1mmax_gen_len[0m: 512 [2024-06-04 03:31:58] INFO gen_config.py:32: [System default] Setting [1mshift_fill_factor[0m: 0.3 [2024-06-04 03:31:58] INFO gen_config.py:223: Dumping configuration file to: [1m/models/mlc-delivery/hf/mlc-ai/Qwen1.5-0.5B-Chat-q0f16-MLC/mlc-chat-config.json[0m /opt/conda/envs/py310/bin/python -m mlc_llm convert_weight /models/Qwen1.5-0.5B-Chat --quantization q0f16 --output /models/mlc-delivery/hf/mlc-ai/Qwen1.5-0.5B-Chat-q0f16-MLC [2024-06-04 03:32:00] INFO auto_config.py:116: [92mFound[0m model configuration: /models/Qwen1.5-0.5B-Chat/config.json [2024-06-04 03:32:01] INFO auto_device.py:79: [92mFound[0m device: cuda:0 [2024-06-04 03:32:03] INFO auto_device.py:88: [91mNot found[0m device: rocm:0 [2024-06-04 03:32:04] INFO auto_device.py:88: [91mNot found[0m device: metal:0 [2024-06-04 03:32:06] INFO auto_device.py:79: [92mFound[0m device: vulkan:0 [2024-06-04 03:32:06] INFO auto_device.py:79: [92mFound[0m device: vulkan:1 [2024-06-04 03:32:06] INFO auto_device.py:79: [92mFound[0m device: vulkan:2 [2024-06-04 03:32:06] INFO auto_device.py:79: [92mFound[0m device: vulkan:3 [2024-06-04 03:32:07] INFO auto_device.py:88: [91mNot found[0m device: opencl:0 [2024-06-04 03:32:07] INFO auto_device.py:35: Using device: [1mcuda:0[0m [2024-06-04 03:32:07] INFO auto_weight.py:71: Finding weights in: /models/Qwen1.5-0.5B-Chat [2024-06-04 03:32:07] INFO auto_weight.py:137: [91mNot found[0m Huggingface PyTorch [2024-06-04 03:32:07] INFO auto_weight.py:144: [92mFound[0m source weight format: huggingface-safetensor. Source configuration: /models/Qwen1.5-0.5B-Chat/model.safetensors.index.json [2024-06-04 03:32:07] INFO auto_weight.py:107: Using source weight configuration: [1m/models/Qwen1.5-0.5B-Chat/model.safetensors.index.json[0m. Use `--source` to override. [2024-06-04 03:32:07] INFO auto_weight.py:111: Using source weight format: [1mhuggingface-safetensor[0m. Use `--source-format` to override. [2024-06-04 03:32:07] INFO auto_config.py:154: [92mFound[0m model type: [1mqwen2[0m. Use `--model-type` to override. [2024-06-04 03:32:07] INFO qwen2_model.py:49: [1mcontext_window_size[0m not found in config.json. Falling back to [1mmax_position_embeddings[0m (32768) [2024-06-04 03:32:07] INFO qwen2_model.py:66: [1mprefill_chunk_size[0m defaults to 2048 [1mWeight conversion with arguments:[0m [1m--config[0m /models/Qwen1.5-0.5B-Chat/config.json [1m--quantization[0m NoQuantize(name='q0f16', kind='no-quant', model_dtype='float16') [1m--model-type[0m qwen2 [1m--device[0m cuda:0 [1m--source[0m /models/Qwen1.5-0.5B-Chat/model.safetensors.index.json [1m--source-format[0m huggingface-safetensor [1m--output[0m /models/mlc-delivery/hf/mlc-ai/Qwen1.5-0.5B-Chat-q0f16-MLC Start storing to cache /models/mlc-delivery/hf/mlc-ai/Qwen1.5-0.5B-Chat-q0f16-MLC 0%| | 0/171 [00:00<?, ?it/s] [2024-06-04 03:32:08] INFO huggingface_loader.py:185: Loading HF parameters from: /models/Qwen1.5-0.5B-Chat/model.safetensors 0%| | 0/171 [00:00<?, ?it/s] [2024-06-04 03:32:11] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mlm_head.weight[0m", shape: (151936, 1024), dtype: float16 0%| | 0/171 [00:03<?, ?it/s] 1%| | 1/171 [00:04<12:17, 4.34s/it] [2024-06-04 03:32:13] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.embed_tokens.weight[0m", shape: (151936, 1024), dtype: float16 1%| | 1/171 [00:05<12:17, 4.34s/it] 1%| | 2/171 [00:06<08:12, 2.92s/it] [2024-06-04 03:32:14] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.0.input_layernorm.weight[0m", shape: (1024,), dtype: float16 1%| | 2/171 [00:06<08:12, 2.92s/it] [2024-06-04 03:32:14] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.0.mlp.down_proj.weight[0m", shape: (1024, 2816), dtype: float16 1%| | 2/171 [00:06<08:12, 2.92s/it] [2024-06-04 03:32:14] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.0.mlp.gate_up_proj.weight[0m", shape: (5632, 1024), dtype: float16 1%| | 2/171 [00:06<08:12, 2.92s/it] [2024-06-04 03:32:14] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.0.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 1%| | 2/171 [00:06<08:12, 2.92s/it] [2024-06-04 03:32:14] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.0.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 1%| | 2/171 [00:06<08:12, 2.92s/it] [2024-06-04 03:32:14] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.0.self_attn.c_attn.weight[0m", shape: (3072, 1024), dtype: float16 1%| | 2/171 [00:06<08:12, 2.92s/it] 5%|β | 8/171 [00:06<01:21, 2.01it/s] [2024-06-04 03:32:14] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.0.self_attn.o_proj.weight[0m", shape: (1024, 1024), dtype: float16 5%|β | 8/171 [00:06<01:21, 2.01it/s] [2024-06-04 03:32:14] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.1.input_layernorm.weight[0m", shape: (1024,), dtype: float16 5%|β | 8/171 [00:06<01:21, 2.01it/s] [2024-06-04 03:32:14] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.1.mlp.down_proj.weight[0m", shape: (1024, 2816), dtype: float16 5%|β | 8/171 [00:06<01:21, 2.01it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.1.mlp.gate_up_proj.weight[0m", shape: (5632, 1024), dtype: float16 5%|β | 8/171 [00:06<01:21, 2.01it/s] 7%|β | 12/171 [00:06<00:46, 3.45it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.1.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 7%|β | 12/171 [00:06<00:46, 3.45it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.1.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 7%|β | 12/171 [00:06<00:46, 3.45it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.1.self_attn.c_attn.weight[0m", shape: (3072, 1024), dtype: float16 7%|β | 12/171 [00:06<00:46, 3.45it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.1.self_attn.o_proj.weight[0m", shape: (1024, 1024), dtype: float16 7%|β | 12/171 [00:06<00:46, 3.45it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.10.input_layernorm.weight[0m", shape: (1024,), dtype: float16 7%|β | 12/171 [00:06<00:46, 3.45it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.10.mlp.down_proj.weight[0m", shape: (1024, 2816), dtype: float16 7%|β | 12/171 [00:06<00:46, 3.45it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.10.mlp.gate_up_proj.weight[0m", shape: (5632, 1024), dtype: float16 7%|β | 12/171 [00:06<00:46, 3.45it/s] 11%|β | 19/171 [00:06<00:22, 6.84it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.10.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 11%|β | 19/171 [00:06<00:22, 6.84it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.10.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 11%|β | 19/171 [00:06<00:22, 6.84it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.10.self_attn.c_attn.weight[0m", shape: (3072, 1024), dtype: float16 11%|β | 19/171 [00:06<00:22, 6.84it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.10.self_attn.o_proj.weight[0m", shape: (1024, 1024), dtype: float16 11%|β | 19/171 [00:06<00:22, 6.84it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.11.input_layernorm.weight[0m", shape: (1024,), dtype: float16 11%|β | 19/171 [00:06<00:22, 6.84it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.11.mlp.down_proj.weight[0m", shape: (1024, 2816), dtype: float16 11%|β | 19/171 [00:06<00:22, 6.84it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.11.mlp.gate_up_proj.weight[0m", shape: (5632, 1024), dtype: float16 11%|β | 19/171 [00:06<00:22, 6.84it/s] 15%|ββ | 26/171 [00:06<00:13, 11.08it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.11.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 15%|ββ | 26/171 [00:06<00:13, 11.08it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.11.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 15%|ββ | 26/171 [00:06<00:13, 11.08it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.11.self_attn.c_attn.weight[0m", shape: (3072, 1024), dtype: float16 15%|ββ | 26/171 [00:06<00:13, 11.08it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.11.self_attn.o_proj.weight[0m", shape: (1024, 1024), dtype: float16 15%|ββ | 26/171 [00:06<00:13, 11.08it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.12.input_layernorm.weight[0m", shape: (1024,), dtype: float16 15%|ββ | 26/171 [00:06<00:13, 11.08it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.12.mlp.down_proj.weight[0m", shape: (1024, 2816), dtype: float16 15%|ββ | 26/171 [00:06<00:13, 11.08it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.12.mlp.gate_up_proj.weight[0m", shape: (5632, 1024), dtype: float16 15%|ββ | 26/171 [00:06<00:13, 11.08it/s] 19%|ββ | 33/171 [00:06<00:08, 16.15it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.12.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 19%|ββ | 33/171 [00:06<00:08, 16.15it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.12.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 19%|ββ | 33/171 [00:06<00:08, 16.15it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.12.self_attn.c_attn.weight[0m", shape: (3072, 1024), dtype: float16 19%|ββ | 33/171 [00:06<00:08, 16.15it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.12.self_attn.o_proj.weight[0m", shape: (1024, 1024), dtype: float16 19%|ββ | 33/171 [00:06<00:08, 16.15it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.13.input_layernorm.weight[0m", shape: (1024,), dtype: float16 19%|ββ | 33/171 [00:06<00:08, 16.15it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.13.mlp.down_proj.weight[0m", shape: (1024, 2816), dtype: float16 19%|ββ | 33/171 [00:06<00:08, 16.15it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.13.mlp.gate_up_proj.weight[0m", shape: (5632, 1024), dtype: float16 19%|ββ | 33/171 [00:06<00:08, 16.15it/s] 23%|βββ | 40/171 [00:06<00:05, 21.87it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.13.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 23%|βββ | 40/171 [00:06<00:05, 21.87it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.13.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 23%|βββ | 40/171 [00:06<00:05, 21.87it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.13.self_attn.c_attn.weight[0m", shape: (3072, 1024), dtype: float16 23%|βββ | 40/171 [00:06<00:05, 21.87it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.13.self_attn.o_proj.weight[0m", shape: (1024, 1024), dtype: float16 23%|βββ | 40/171 [00:06<00:05, 21.87it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.14.input_layernorm.weight[0m", shape: (1024,), dtype: float16 23%|βββ | 40/171 [00:06<00:05, 21.87it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.14.mlp.down_proj.weight[0m", shape: (1024, 2816), dtype: float16 23%|βββ | 40/171 [00:06<00:05, 21.87it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.14.mlp.gate_up_proj.weight[0m", shape: (5632, 1024), dtype: float16 23%|βββ | 40/171 [00:06<00:05, 21.87it/s] 27%|βββ | 47/171 [00:07<00:04, 28.01it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.14.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 27%|βββ | 47/171 [00:07<00:04, 28.01it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.14.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 27%|βββ | 47/171 [00:07<00:04, 28.01it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.14.self_attn.c_attn.weight[0m", shape: (3072, 1024), dtype: float16 27%|βββ | 47/171 [00:07<00:04, 28.01it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.14.self_attn.o_proj.weight[0m", shape: (1024, 1024), dtype: float16 27%|βββ | 47/171 [00:07<00:04, 28.01it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.15.input_layernorm.weight[0m", shape: (1024,), dtype: float16 27%|βββ | 47/171 [00:07<00:04, 28.01it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.15.mlp.down_proj.weight[0m", shape: (1024, 2816), dtype: float16 27%|βββ | 47/171 [00:07<00:04, 28.01it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.15.mlp.gate_up_proj.weight[0m", shape: (5632, 1024), dtype: float16 27%|βββ | 47/171 [00:07<00:04, 28.01it/s] 32%|ββββ | 54/171 [00:07<00:03, 34.16it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.15.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 32%|ββββ | 54/171 [00:07<00:03, 34.16it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.15.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 32%|ββββ | 54/171 [00:07<00:03, 34.16it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.15.self_attn.c_attn.weight[0m", shape: (3072, 1024), dtype: float16 32%|ββββ | 54/171 [00:07<00:03, 34.16it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.15.self_attn.o_proj.weight[0m", shape: (1024, 1024), dtype: float16 32%|ββββ | 54/171 [00:07<00:03, 34.16it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.16.input_layernorm.weight[0m", shape: (1024,), dtype: float16 32%|ββββ | 54/171 [00:07<00:03, 34.16it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.16.mlp.down_proj.weight[0m", shape: (1024, 2816), dtype: float16 32%|ββββ | 54/171 [00:07<00:03, 34.16it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.16.mlp.gate_up_proj.weight[0m", shape: (5632, 1024), dtype: float16 32%|ββββ | 54/171 [00:07<00:03, 34.16it/s] 36%|ββββ | 61/171 [00:07<00:02, 39.98it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.16.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 36%|ββββ | 61/171 [00:07<00:02, 39.98it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.16.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 36%|ββββ | 61/171 [00:07<00:02, 39.98it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.16.self_attn.c_attn.weight[0m", shape: (3072, 1024), dtype: float16 36%|ββββ | 61/171 [00:07<00:02, 39.98it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.16.self_attn.o_proj.weight[0m", shape: (1024, 1024), dtype: float16 36%|ββββ | 61/171 [00:07<00:02, 39.98it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.17.input_layernorm.weight[0m", shape: (1024,), dtype: float16 36%|ββββ | 61/171 [00:07<00:02, 39.98it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.17.mlp.down_proj.weight[0m", shape: (1024, 2816), dtype: float16 36%|ββββ | 61/171 [00:07<00:02, 39.98it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.17.mlp.gate_up_proj.weight[0m", shape: (5632, 1024), dtype: float16 36%|ββββ | 61/171 [00:07<00:02, 39.98it/s] 40%|ββββ | 68/171 [00:07<00:02, 45.10it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.17.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 40%|ββββ | 68/171 [00:07<00:02, 45.10it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.17.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 40%|ββββ | 68/171 [00:07<00:02, 45.10it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.17.self_attn.c_attn.weight[0m", shape: (3072, 1024), dtype: float16 40%|ββββ | 68/171 [00:07<00:02, 45.10it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.17.self_attn.o_proj.weight[0m", shape: (1024, 1024), dtype: float16 40%|ββββ | 68/171 [00:07<00:02, 45.10it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.18.input_layernorm.weight[0m", shape: (1024,), dtype: float16 40%|ββββ | 68/171 [00:07<00:02, 45.10it/s] [2024-06-04 03:32:15] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.18.mlp.down_proj.weight[0m", shape: (1024, 2816), dtype: float16 40%|ββββ | 68/171 [00:07<00:02, 45.10it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.18.mlp.gate_up_proj.weight[0m", shape: (5632, 1024), dtype: float16 40%|ββββ | 68/171 [00:07<00:02, 45.10it/s] 44%|βββββ | 75/171 [00:07<00:01, 49.51it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.18.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 44%|βββββ | 75/171 [00:07<00:01, 49.51it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.18.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 44%|βββββ | 75/171 [00:07<00:01, 49.51it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.18.self_attn.c_attn.weight[0m", shape: (3072, 1024), dtype: float16 44%|βββββ | 75/171 [00:07<00:01, 49.51it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.18.self_attn.o_proj.weight[0m", shape: (1024, 1024), dtype: float16 44%|βββββ | 75/171 [00:07<00:01, 49.51it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.19.input_layernorm.weight[0m", shape: (1024,), dtype: float16 44%|βββββ | 75/171 [00:07<00:01, 49.51it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.19.mlp.down_proj.weight[0m", shape: (1024, 2816), dtype: float16 44%|βββββ | 75/171 [00:07<00:01, 49.51it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.19.mlp.gate_up_proj.weight[0m", shape: (5632, 1024), dtype: float16 44%|βββββ | 75/171 [00:07<00:01, 49.51it/s] 48%|βββββ | 82/171 [00:07<00:01, 53.13it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.19.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 48%|βββββ | 82/171 [00:07<00:01, 53.13it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.19.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 48%|βββββ | 82/171 [00:07<00:01, 53.13it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.19.self_attn.c_attn.weight[0m", shape: (3072, 1024), dtype: float16 48%|βββββ | 82/171 [00:07<00:01, 53.13it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.19.self_attn.o_proj.weight[0m", shape: (1024, 1024), dtype: float16 48%|βββββ | 82/171 [00:07<00:01, 53.13it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.2.input_layernorm.weight[0m", shape: (1024,), dtype: float16 48%|βββββ | 82/171 [00:07<00:01, 53.13it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.2.mlp.down_proj.weight[0m", shape: (1024, 2816), dtype: float16 48%|βββββ | 82/171 [00:07<00:01, 53.13it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.2.mlp.gate_up_proj.weight[0m", shape: (5632, 1024), dtype: float16 48%|βββββ | 82/171 [00:07<00:01, 53.13it/s] 52%|ββββββ | 89/171 [00:07<00:01, 55.91it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.2.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 52%|ββββββ | 89/171 [00:07<00:01, 55.91it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.2.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 52%|ββββββ | 89/171 [00:07<00:01, 55.91it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.2.self_attn.c_attn.weight[0m", shape: (3072, 1024), dtype: float16 52%|ββββββ | 89/171 [00:07<00:01, 55.91it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.2.self_attn.o_proj.weight[0m", shape: (1024, 1024), dtype: float16 52%|ββββββ | 89/171 [00:07<00:01, 55.91it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.20.input_layernorm.weight[0m", shape: (1024,), dtype: float16 52%|ββββββ | 89/171 [00:07<00:01, 55.91it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.20.mlp.down_proj.weight[0m", shape: (1024, 2816), dtype: float16 52%|ββββββ | 89/171 [00:07<00:01, 55.91it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.20.mlp.gate_up_proj.weight[0m", shape: (5632, 1024), dtype: float16 52%|ββββββ | 89/171 [00:07<00:01, 55.91it/s] 56%|ββββββ | 96/171 [00:07<00:01, 58.10it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.20.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 56%|ββββββ | 96/171 [00:07<00:01, 58.10it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.20.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 56%|ββββββ | 96/171 [00:07<00:01, 58.10it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.20.self_attn.c_attn.weight[0m", shape: (3072, 1024), dtype: float16 56%|ββββββ | 96/171 [00:07<00:01, 58.10it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.20.self_attn.o_proj.weight[0m", shape: (1024, 1024), dtype: float16 56%|ββββββ | 96/171 [00:07<00:01, 58.10it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.21.input_layernorm.weight[0m", shape: (1024,), dtype: float16 56%|ββββββ | 96/171 [00:07<00:01, 58.10it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.21.mlp.down_proj.weight[0m", shape: (1024, 2816), dtype: float16 56%|ββββββ | 96/171 [00:07<00:01, 58.10it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.21.mlp.gate_up_proj.weight[0m", shape: (5632, 1024), dtype: float16 56%|ββββββ | 96/171 [00:07<00:01, 58.10it/s] 60%|ββββββ | 103/171 [00:07<00:01, 59.65it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.21.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 60%|ββββββ | 103/171 [00:07<00:01, 59.65it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.21.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 60%|ββββββ | 103/171 [00:07<00:01, 59.65it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.21.self_attn.c_attn.weight[0m", shape: (3072, 1024), dtype: float16 60%|ββββββ | 103/171 [00:07<00:01, 59.65it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.21.self_attn.o_proj.weight[0m", shape: (1024, 1024), dtype: float16 60%|ββββββ | 103/171 [00:07<00:01, 59.65it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.22.input_layernorm.weight[0m", shape: (1024,), dtype: float16 60%|ββββββ | 103/171 [00:07<00:01, 59.65it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.22.mlp.down_proj.weight[0m", shape: (1024, 2816), dtype: float16 60%|ββββββ | 103/171 [00:07<00:01, 59.65it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.22.mlp.gate_up_proj.weight[0m", shape: (5632, 1024), dtype: float16 60%|ββββββ | 103/171 [00:07<00:01, 59.65it/s] 64%|βββββββ | 110/171 [00:08<00:01, 60.77it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.22.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 64%|βββββββ | 110/171 [00:08<00:01, 60.77it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.22.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 64%|βββββββ | 110/171 [00:08<00:01, 60.77it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.22.self_attn.c_attn.weight[0m", shape: (3072, 1024), dtype: float16 64%|βββββββ | 110/171 [00:08<00:01, 60.77it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.22.self_attn.o_proj.weight[0m", shape: (1024, 1024), dtype: float16 64%|βββββββ | 110/171 [00:08<00:01, 60.77it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.23.input_layernorm.weight[0m", shape: (1024,), dtype: float16 64%|βββββββ | 110/171 [00:08<00:01, 60.77it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.23.mlp.down_proj.weight[0m", shape: (1024, 2816), dtype: float16 64%|βββββββ | 110/171 [00:08<00:01, 60.77it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.23.mlp.gate_up_proj.weight[0m", shape: (5632, 1024), dtype: float16 64%|βββββββ | 110/171 [00:08<00:01, 60.77it/s] 68%|βββββββ | 117/171 [00:08<00:00, 61.63it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.23.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 68%|βββββββ | 117/171 [00:08<00:00, 61.63it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.23.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 68%|βββββββ | 117/171 [00:08<00:00, 61.63it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.23.self_attn.c_attn.weight[0m", shape: (3072, 1024), dtype: float16 68%|βββββββ | 117/171 [00:08<00:00, 61.63it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.23.self_attn.o_proj.weight[0m", shape: (1024, 1024), dtype: float16 68%|βββββββ | 117/171 [00:08<00:00, 61.63it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.3.input_layernorm.weight[0m", shape: (1024,), dtype: float16 68%|βββββββ | 117/171 [00:08<00:00, 61.63it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.3.mlp.down_proj.weight[0m", shape: (1024, 2816), dtype: float16 68%|βββββββ | 117/171 [00:08<00:00, 61.63it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.3.mlp.gate_up_proj.weight[0m", shape: (5632, 1024), dtype: float16 68%|βββββββ | 117/171 [00:08<00:00, 61.63it/s] 73%|ββββββββ | 124/171 [00:08<00:00, 62.24it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.3.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 73%|ββββββββ | 124/171 [00:08<00:00, 62.24it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.3.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 73%|ββββββββ | 124/171 [00:08<00:00, 62.24it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.3.self_attn.c_attn.weight[0m", shape: (3072, 1024), dtype: float16 73%|ββββββββ | 124/171 [00:08<00:00, 62.24it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.3.self_attn.o_proj.weight[0m", shape: (1024, 1024), dtype: float16 73%|ββββββββ | 124/171 [00:08<00:00, 62.24it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.4.input_layernorm.weight[0m", shape: (1024,), dtype: float16 73%|ββββββββ | 124/171 [00:08<00:00, 62.24it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.4.mlp.down_proj.weight[0m", shape: (1024, 2816), dtype: float16 73%|ββββββββ | 124/171 [00:08<00:00, 62.24it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.4.mlp.gate_up_proj.weight[0m", shape: (5632, 1024), dtype: float16 73%|ββββββββ | 124/171 [00:08<00:00, 62.24it/s] 77%|ββββββββ | 131/171 [00:08<00:00, 62.63it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.4.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 77%|ββββββββ | 131/171 [00:08<00:00, 62.63it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.4.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 77%|ββββββββ | 131/171 [00:08<00:00, 62.63it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.4.self_attn.c_attn.weight[0m", shape: (3072, 1024), dtype: float16 77%|ββββββββ | 131/171 [00:08<00:00, 62.63it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.4.self_attn.o_proj.weight[0m", shape: (1024, 1024), dtype: float16 77%|ββββββββ | 131/171 [00:08<00:00, 62.63it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.5.input_layernorm.weight[0m", shape: (1024,), dtype: float16 77%|ββββββββ | 131/171 [00:08<00:00, 62.63it/s] [2024-06-04 03:32:16] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.5.mlp.down_proj.weight[0m", shape: (1024, 2816), dtype: float16 77%|ββββββββ | 131/171 [00:08<00:00, 62.63it/s] [2024-06-04 03:32:17] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.5.mlp.gate_up_proj.weight[0m", shape: (5632, 1024), dtype: float16 77%|ββββββββ | 131/171 [00:08<00:00, 62.63it/s] 81%|ββββββββ | 138/171 [00:08<00:00, 62.88it/s] [2024-06-04 03:32:17] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.5.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 81%|ββββββββ | 138/171 [00:08<00:00, 62.88it/s] [2024-06-04 03:32:17] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.5.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 81%|ββββββββ | 138/171 [00:08<00:00, 62.88it/s] [2024-06-04 03:32:17] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.5.self_attn.c_attn.weight[0m", shape: (3072, 1024), dtype: float16 81%|ββββββββ | 138/171 [00:08<00:00, 62.88it/s] [2024-06-04 03:32:17] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.5.self_attn.o_proj.weight[0m", shape: (1024, 1024), dtype: float16 81%|ββββββββ | 138/171 [00:08<00:00, 62.88it/s] [2024-06-04 03:32:17] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.6.input_layernorm.weight[0m", shape: (1024,), dtype: float16 81%|ββββββββ | 138/171 [00:08<00:00, 62.88it/s] [2024-06-04 03:32:17] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.6.mlp.down_proj.weight[0m", shape: (1024, 2816), dtype: float16 81%|ββββββββ | 138/171 [00:08<00:00, 62.88it/s] [2024-06-04 03:32:17] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.6.mlp.gate_up_proj.weight[0m", shape: (5632, 1024), dtype: float16 81%|ββββββββ | 138/171 [00:08<00:00, 62.88it/s] 85%|βββββββββ | 145/171 [00:08<00:00, 62.95it/s] [2024-06-04 03:32:17] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.6.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 85%|βββββββββ | 145/171 [00:08<00:00, 62.95it/s] [2024-06-04 03:32:17] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.6.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 85%|βββββββββ | 145/171 [00:08<00:00, 62.95it/s] [2024-06-04 03:32:17] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.6.self_attn.c_attn.weight[0m", shape: (3072, 1024), dtype: float16 85%|βββββββββ | 145/171 [00:08<00:00, 62.95it/s] [2024-06-04 03:32:17] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.6.self_attn.o_proj.weight[0m", shape: (1024, 1024), dtype: float16 85%|βββββββββ | 145/171 [00:08<00:00, 62.95it/s] [2024-06-04 03:32:17] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.7.input_layernorm.weight[0m", shape: (1024,), dtype: float16 85%|βββββββββ | 145/171 [00:08<00:00, 62.95it/s] [2024-06-04 03:32:17] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.7.mlp.down_proj.weight[0m", shape: (1024, 2816), dtype: float16 85%|βββββββββ | 145/171 [00:08<00:00, 62.95it/s] [2024-06-04 03:32:17] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.7.mlp.gate_up_proj.weight[0m", shape: (5632, 1024), dtype: float16 85%|βββββββββ | 145/171 [00:08<00:00, 62.95it/s] 89%|βββββββββ | 152/171 [00:08<00:00, 63.19it/s] [2024-06-04 03:32:17] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.7.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 89%|βββββββββ | 152/171 [00:08<00:00, 63.19it/s] [2024-06-04 03:32:17] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.7.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 89%|βββββββββ | 152/171 [00:08<00:00, 63.19it/s] [2024-06-04 03:32:17] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.7.self_attn.c_attn.weight[0m", shape: (3072, 1024), dtype: float16 89%|βββββββββ | 152/171 [00:08<00:00, 63.19it/s] [2024-06-04 03:32:17] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.7.self_attn.o_proj.weight[0m", shape: (1024, 1024), dtype: float16 89%|βββββββββ | 152/171 [00:08<00:00, 63.19it/s] [2024-06-04 03:32:17] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.8.input_layernorm.weight[0m", shape: (1024,), dtype: float16 89%|βββββββββ | 152/171 [00:08<00:00, 63.19it/s] [2024-06-04 03:32:17] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.8.mlp.down_proj.weight[0m", shape: (1024, 2816), dtype: float16 89%|βββββββββ | 152/171 [00:08<00:00, 63.19it/s] [2024-06-04 03:32:17] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.8.mlp.gate_up_proj.weight[0m", shape: (5632, 1024), dtype: float16 89%|βββββββββ | 152/171 [00:08<00:00, 63.19it/s] 93%|ββββββββββ| 159/171 [00:08<00:00, 62.45it/s] [2024-06-04 03:32:17] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.8.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 93%|ββββββββββ| 159/171 [00:08<00:00, 62.45it/s] [2024-06-04 03:32:17] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.8.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 93%|ββββββββββ| 159/171 [00:08<00:00, 62.45it/s] [2024-06-04 03:32:17] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.8.self_attn.c_attn.weight[0m", shape: (3072, 1024), dtype: float16 93%|ββββββββββ| 159/171 [00:08<00:00, 62.45it/s] [2024-06-04 03:32:17] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.8.self_attn.o_proj.weight[0m", shape: (1024, 1024), dtype: float16 93%|ββββββββββ| 159/171 [00:08<00:00, 62.45it/s] [2024-06-04 03:32:17] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.9.input_layernorm.weight[0m", shape: (1024,), dtype: float16 93%|ββββββββββ| 159/171 [00:08<00:00, 62.45it/s] [2024-06-04 03:32:17] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.9.mlp.down_proj.weight[0m", shape: (1024, 2816), dtype: float16 93%|ββββββββββ| 159/171 [00:08<00:00, 62.45it/s] [2024-06-04 03:32:17] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.9.mlp.gate_up_proj.weight[0m", shape: (5632, 1024), dtype: float16 93%|ββββββββββ| 159/171 [00:08<00:00, 62.45it/s] 97%|ββββββββββ| 166/171 [00:08<00:00, 62.76it/s] [2024-06-04 03:32:17] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.9.post_attention_layernorm.weight[0m", shape: (1024,), dtype: float16 97%|ββββββββββ| 166/171 [00:08<00:00, 62.76it/s] [2024-06-04 03:32:17] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.9.self_attn.c_attn.bias[0m", shape: (3072,), dtype: float16 97%|ββββββββββ| 166/171 [00:08<00:00, 62.76it/s] [2024-06-04 03:32:17] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.9.self_attn.c_attn.weight[0m", shape: (3072, 1024), dtype: float16 97%|ββββββββββ| 166/171 [00:08<00:00, 62.76it/s] [2024-06-04 03:32:17] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.layers.9.self_attn.o_proj.weight[0m", shape: (1024, 1024), dtype: float16 97%|ββββββββββ| 166/171 [00:08<00:00, 62.76it/s] [2024-06-04 03:32:17] INFO huggingface_loader.py:175: [Not quantized] Parameter: "[1mmodel.norm.weight[0m", shape: (1024,), dtype: float16 97%|ββββββββββ| 166/171 [00:08<00:00, 62.76it/s] 100%|ββββββββββ| 171/171 [00:08<00:00, 19.13it/s] [2024-06-04 03:32:17] INFO huggingface_loader.py:197: Unloading HF weight file: /models/Qwen1.5-0.5B-Chat/model.safetensors [2024-06-04 03:32:17] INFO stats.py:77: [92mTime usage[0m: HF loading: 2.308 sec; Pre-quantization mapping: 2.992 sec; Quantization: 0.000 sec [2024-06-04 03:32:17] INFO stats.py:91: [92mRAM usage[0m: Peak RAM: 2.308 GB. Total bytes loaded from disk: 2.308 GB [2024-06-04 03:32:17] INFO convert_weight.py:155: [92mParameter size[0m after quantization: 1.154 GB [2024-06-04 03:32:17] INFO convert_weight.py:160: [92mTotal parameters[0m: 619,570,176 [2024-06-04 03:32:17] INFO convert_weight.py:161: [92mBits per parameter[0m: 16.000 [2024-06-04 03:32:17] INFO convert_weight.py:166: Saved to directory: [1m/models/mlc-delivery/hf/mlc-ai/Qwen1.5-0.5B-Chat-q0f16-MLC[0m All finished, 26 total shards committed, record saved to /models/mlc-delivery/hf/mlc-ai/Qwen1.5-0.5B-Chat-q0f16-MLC/ndarray-cache.json |