File size: 71,063 Bytes
98f4c04 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 |
/usr/bin/python3 -m mlc_llm gen_config dist/models/stablelm-2-zephyr-1_6b --quantization q0f16 --conv-template stablelm-2 --output /tmp/tmp0hr_icqn --context-window-size 4096 [2024-05-24 18:20:49] INFO auto_config.py:115: [92mFound[0m model configuration: dist/models/stablelm-2-zephyr-1_6b/config.json [2024-05-24 18:20:49] INFO auto_config.py:153: [92mFound[0m model type: [1mstablelm[0m. Use `--model-type` to override. [2024-05-24 18:20:49] INFO stablelm_model.py:49: [1mcontext_window_size[0m not found in config.json. Falling back to [1mmax_position_embeddings[0m (4096) [2024-05-24 18:20:49] INFO stablelm_model.py:66: [1mprefill_chunk_size[0m defaults to 2048 [2024-05-24 18:20:49] INFO config.py:106: Overriding [1mcontext_window_size[0m from 4096 to 4096 [2024-05-24 18:20:49] INFO config.py:106: Overriding [1mmax_batch_size[0m from 1 to 80 [2024-05-24 18:20:49] INFO gen_config.py:255: [generation_config.json] Setting [1mbos_token_id[0m: 100257 [2024-05-24 18:20:49] INFO gen_config.py:255: [generation_config.json] Setting [1meos_token_id[0m: 100257 [2024-05-24 18:20:49] INFO gen_config.py:269: [91mNot found[0m tokenizer config: dist/models/stablelm-2-zephyr-1_6b/tokenizer.model [2024-05-24 18:20:49] INFO gen_config.py:267: [92mFound[0m tokenizer config: dist/models/stablelm-2-zephyr-1_6b/tokenizer.json. Copying to [1m/tmp/tmp0hr_icqn/tokenizer.json[0m [2024-05-24 18:20:49] INFO gen_config.py:267: [92mFound[0m tokenizer config: dist/models/stablelm-2-zephyr-1_6b/vocab.json. Copying to [1m/tmp/tmp0hr_icqn/vocab.json[0m [2024-05-24 18:20:49] INFO gen_config.py:267: [92mFound[0m tokenizer config: dist/models/stablelm-2-zephyr-1_6b/merges.txt. Copying to [1m/tmp/tmp0hr_icqn/merges.txt[0m [2024-05-24 18:20:49] INFO gen_config.py:269: [91mNot found[0m tokenizer config: dist/models/stablelm-2-zephyr-1_6b/added_tokens.json [2024-05-24 18:20:49] INFO gen_config.py:267: [92mFound[0m tokenizer config: dist/models/stablelm-2-zephyr-1_6b/tokenizer_config.json. Copying to [1m/tmp/tmp0hr_icqn/tokenizer_config.json[0m [2024-05-24 18:20:49] INFO gen_config.py:80: [System default] Setting [1mpad_token_id[0m: 0 [2024-05-24 18:20:49] INFO gen_config.py:80: [System default] Setting [1mtemperature[0m: 0.7 [2024-05-24 18:20:49] INFO gen_config.py:80: [System default] Setting [1mpresence_penalty[0m: 0.0 [2024-05-24 18:20:49] INFO gen_config.py:80: [System default] Setting [1mfrequency_penalty[0m: 0.0 [2024-05-24 18:20:49] INFO gen_config.py:80: [System default] Setting [1mrepetition_penalty[0m: 1.0 [2024-05-24 18:20:49] INFO gen_config.py:80: [System default] Setting [1mtop_p[0m: 0.95 [2024-05-24 18:20:49] INFO gen_config.py:80: [System default] Setting [1mmean_gen_len[0m: 128 [2024-05-24 18:20:49] INFO gen_config.py:80: [System default] Setting [1mmax_gen_len[0m: 512 [2024-05-24 18:20:49] INFO gen_config.py:80: [System default] Setting [1mshift_fill_factor[0m: 0.3 [2024-05-24 18:20:49] INFO gen_config.py:335: Dumping configuration file to: [1m/tmp/tmp0hr_icqn/mlc-chat-config.json[0m /usr/bin/python3 -m mlc_llm convert_weight dist/models/stablelm-2-zephyr-1_6b --quantization q0f16 --source-format auto --output /tmp/tmp0hr_icqn [2024-05-24 18:20:50] INFO auto_config.py:115: [92mFound[0m model configuration: dist/models/stablelm-2-zephyr-1_6b/config.json [2024-05-24 18:20:53] INFO auto_device.py:79: [92mFound[0m device: cuda:0 [2024-05-24 18:20:54] INFO auto_device.py:88: [91mNot found[0m device: rocm:0 [2024-05-24 18:20:55] INFO auto_device.py:88: [91mNot found[0m device: metal:0 [2024-05-24 18:20:56] INFO auto_device.py:88: [91mNot found[0m device: vulkan:0 [2024-05-24 18:20:56] INFO auto_device.py:88: [91mNot found[0m device: opencl:0 [2024-05-24 18:20:56] INFO auto_device.py:35: Using device: [1mcuda:0[0m [2024-05-24 18:20:56] INFO auto_weight.py:70: Finding weights in: dist/models/stablelm-2-zephyr-1_6b [2024-05-24 18:20:56] INFO auto_weight.py:136: [91mNot found[0m Huggingface PyTorch [2024-05-24 18:20:56] INFO auto_weight.py:143: [92mFound[0m source weight format: huggingface-safetensor. Source configuration: dist/models/stablelm-2-zephyr-1_6b/model.safetensors.index.json [2024-05-24 18:20:56] INFO auto_weight.py:106: Using source weight configuration: [1mdist/models/stablelm-2-zephyr-1_6b/model.safetensors.index.json[0m. Use `--source` to override. [2024-05-24 18:20:56] INFO auto_weight.py:110: Using source weight format: [1mhuggingface-safetensor[0m. Use `--source-format` to override. [2024-05-24 18:20:56] INFO auto_config.py:153: [92mFound[0m model type: [1mstablelm[0m. Use `--model-type` to override. [2024-05-24 18:20:56] INFO stablelm_model.py:49: [1mcontext_window_size[0m not found in config.json. Falling back to [1mmax_position_embeddings[0m (4096) [2024-05-24 18:20:56] INFO stablelm_model.py:66: [1mprefill_chunk_size[0m defaults to 2048 [1mWeight conversion with arguments:[0m [1m--config[0m dist/models/stablelm-2-zephyr-1_6b/config.json [1m--quantization[0m NoQuantize(name='q0f16', kind='no-quant', model_dtype='float16') [1m--model-type[0m stablelm [1m--device[0m cuda:0 [1m--source[0m dist/models/stablelm-2-zephyr-1_6b/model.safetensors.index.json [1m--source-format[0m huggingface-safetensor [1m--output[0m /tmp/tmp0hr_icqn Start storing to cache /tmp/tmp0hr_icqn 0%| | 0/220 [00:00<?, ?it/s] [2024-05-24 18:20:58] INFO huggingface_loader.py:184: Loading HF parameters from: dist/models/stablelm-2-zephyr-1_6b/model.safetensors 0%| | 0/220 [00:00<?, ?it/s] [2024-05-24 18:20:59] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mlm_head.weight[0m", shape: (100352, 2048), dtype: float16 0%| | 0/220 [00:01<?, ?it/s] 0%| | 1/220 [00:02<09:48, 2.69s/it] [2024-05-24 18:21:01] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.embed_tokens.weight[0m", shape: (100352, 2048), dtype: float16 0%| | 1/220 [00:02<09:48, 2.69s/it] 1%| | 2/220 [00:04<07:29, 2.06s/it] [2024-05-24 18:21:02] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.0.input_layernorm.bias[0m", shape: (2048,), dtype: float16 1%| | 2/220 [00:04<07:29, 2.06s/it] [2024-05-24 18:21:02] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.0.input_layernorm.weight[0m", shape: (2048,), dtype: float16 1%| | 2/220 [00:04<07:29, 2.06s/it] [2024-05-24 18:21:02] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.0.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float16 1%| | 2/220 [00:04<07:29, 2.06s/it] [2024-05-24 18:21:02] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.0.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float16 1%| | 2/220 [00:04<07:29, 2.06s/it] 3%|β | 6/220 [00:04<01:52, 1.91it/s] [2024-05-24 18:21:03] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.0.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 3%|β | 6/220 [00:04<01:52, 1.91it/s] [2024-05-24 18:21:03] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.0.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 3%|β | 6/220 [00:04<01:52, 1.91it/s] [2024-05-24 18:21:03] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.0.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 3%|β | 6/220 [00:04<01:52, 1.91it/s] [2024-05-24 18:21:03] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.0.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float16 3%|β | 6/220 [00:04<01:52, 1.91it/s] 5%|β | 10/220 [00:04<00:55, 3.78it/s] [2024-05-24 18:21:03] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.0.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float16 5%|β | 10/220 [00:04<00:55, 3.78it/s] [2024-05-24 18:21:03] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.1.input_layernorm.bias[0m", shape: (2048,), dtype: float16 5%|β | 10/220 [00:04<00:55, 3.78it/s] [2024-05-24 18:21:03] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.1.input_layernorm.weight[0m", shape: (2048,), dtype: float16 5%|β | 10/220 [00:04<00:55, 3.78it/s] [2024-05-24 18:21:03] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.1.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float16 5%|β | 10/220 [00:04<00:55, 3.78it/s] 6%|β | 14/220 [00:04<00:33, 6.17it/s] [2024-05-24 18:21:03] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.1.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float16 6%|β | 14/220 [00:04<00:33, 6.17it/s] [2024-05-24 18:21:03] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.1.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 6%|β | 14/220 [00:04<00:33, 6.17it/s] [2024-05-24 18:21:03] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.1.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 6%|β | 14/220 [00:04<00:33, 6.17it/s] 8%|β | 17/220 [00:04<00:26, 7.58it/s] [2024-05-24 18:21:03] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.1.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 8%|β | 17/220 [00:04<00:26, 7.58it/s] [2024-05-24 18:21:03] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.1.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float16 8%|β | 17/220 [00:05<00:26, 7.58it/s] [2024-05-24 18:21:03] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.1.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float16 8%|β | 17/220 [00:05<00:26, 7.58it/s] 9%|β | 20/220 [00:05<00:22, 9.05it/s] [2024-05-24 18:21:03] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.10.input_layernorm.bias[0m", shape: (2048,), dtype: float16 9%|β | 20/220 [00:05<00:22, 9.05it/s] [2024-05-24 18:21:03] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.10.input_layernorm.weight[0m", shape: (2048,), dtype: float16 9%|β | 20/220 [00:05<00:22, 9.05it/s] [2024-05-24 18:21:03] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.10.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float16 9%|β | 20/220 [00:05<00:22, 9.05it/s] [2024-05-24 18:21:03] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.10.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float16 9%|β | 20/220 [00:05<00:22, 9.05it/s] 11%|β | 24/220 [00:05<00:18, 10.85it/s] [2024-05-24 18:21:03] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.10.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 11%|β | 24/220 [00:05<00:18, 10.85it/s] [2024-05-24 18:21:03] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.10.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 11%|β | 24/220 [00:05<00:18, 10.85it/s] [2024-05-24 18:21:03] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.10.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 11%|β | 24/220 [00:05<00:18, 10.85it/s] [2024-05-24 18:21:03] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.10.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float16 11%|β | 24/220 [00:05<00:18, 10.85it/s] 13%|ββ | 28/220 [00:05<00:13, 14.40it/s] [2024-05-24 18:21:04] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.10.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float16 13%|ββ | 28/220 [00:05<00:13, 14.40it/s] [2024-05-24 18:21:04] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.11.input_layernorm.bias[0m", shape: (2048,), dtype: float16 13%|ββ | 28/220 [00:05<00:13, 14.40it/s] [2024-05-24 18:21:04] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.11.input_layernorm.weight[0m", shape: (2048,), dtype: float16 13%|ββ | 28/220 [00:05<00:13, 14.40it/s] [2024-05-24 18:21:04] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.11.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float16 13%|ββ | 28/220 [00:05<00:13, 14.40it/s] 15%|ββ | 32/220 [00:05<00:10, 17.43it/s] [2024-05-24 18:21:04] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.11.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float16 15%|ββ | 32/220 [00:05<00:10, 17.43it/s] [2024-05-24 18:21:04] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.11.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 15%|ββ | 32/220 [00:05<00:10, 17.43it/s] [2024-05-24 18:21:04] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.11.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 15%|ββ | 32/220 [00:05<00:10, 17.43it/s] 16%|ββ | 35/220 [00:05<00:11, 16.76it/s] [2024-05-24 18:21:04] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.11.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 16%|ββ | 35/220 [00:05<00:11, 16.76it/s] [2024-05-24 18:21:04] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.11.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float16 16%|ββ | 35/220 [00:05<00:11, 16.76it/s] [2024-05-24 18:21:04] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.11.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float16 16%|ββ | 35/220 [00:05<00:11, 16.76it/s] 17%|ββ | 38/220 [00:06<00:10, 16.59it/s] [2024-05-24 18:21:04] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.12.input_layernorm.bias[0m", shape: (2048,), dtype: float16 17%|ββ | 38/220 [00:06<00:10, 16.59it/s] [2024-05-24 18:21:04] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.12.input_layernorm.weight[0m", shape: (2048,), dtype: float16 17%|ββ | 38/220 [00:06<00:10, 16.59it/s] [2024-05-24 18:21:04] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.12.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float16 17%|ββ | 38/220 [00:06<00:10, 16.59it/s] [2024-05-24 18:21:04] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.12.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float16 17%|ββ | 38/220 [00:06<00:10, 16.59it/s] 19%|ββ | 42/220 [00:06<00:10, 16.62it/s] [2024-05-24 18:21:04] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.12.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 19%|ββ | 42/220 [00:06<00:10, 16.62it/s] [2024-05-24 18:21:04] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.12.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 19%|ββ | 42/220 [00:06<00:10, 16.62it/s] [2024-05-24 18:21:04] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.12.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 19%|ββ | 42/220 [00:06<00:10, 16.62it/s] [2024-05-24 18:21:04] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.12.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float16 19%|ββ | 42/220 [00:06<00:10, 16.62it/s] 21%|ββ | 46/220 [00:06<00:08, 20.27it/s] [2024-05-24 18:21:04] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.12.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float16 21%|ββ | 46/220 [00:06<00:08, 20.27it/s] [2024-05-24 18:21:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.13.input_layernorm.bias[0m", shape: (2048,), dtype: float16 21%|ββ | 46/220 [00:06<00:08, 20.27it/s] [2024-05-24 18:21:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.13.input_layernorm.weight[0m", shape: (2048,), dtype: float16 21%|ββ | 46/220 [00:06<00:08, 20.27it/s] [2024-05-24 18:21:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.13.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float16 21%|ββ | 46/220 [00:06<00:08, 20.27it/s] 23%|βββ | 50/220 [00:06<00:07, 22.69it/s] [2024-05-24 18:21:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.13.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float16 23%|βββ | 50/220 [00:06<00:07, 22.69it/s] [2024-05-24 18:21:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.13.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 23%|βββ | 50/220 [00:06<00:07, 22.69it/s] [2024-05-24 18:21:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.13.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 23%|βββ | 50/220 [00:06<00:07, 22.69it/s] 24%|βββ | 53/220 [00:06<00:08, 20.01it/s] [2024-05-24 18:21:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.13.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 24%|βββ | 53/220 [00:06<00:08, 20.01it/s] [2024-05-24 18:21:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.13.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float16 24%|βββ | 53/220 [00:06<00:08, 20.01it/s] [2024-05-24 18:21:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.13.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float16 24%|βββ | 53/220 [00:06<00:08, 20.01it/s] 25%|βββ | 56/220 [00:06<00:08, 18.80it/s] [2024-05-24 18:21:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.14.input_layernorm.bias[0m", shape: (2048,), dtype: float16 25%|βββ | 56/220 [00:06<00:08, 18.80it/s] [2024-05-24 18:21:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.14.input_layernorm.weight[0m", shape: (2048,), dtype: float16 25%|βββ | 56/220 [00:06<00:08, 18.80it/s] [2024-05-24 18:21:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.14.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float16 25%|βββ | 56/220 [00:06<00:08, 18.80it/s] [2024-05-24 18:21:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.14.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float16 25%|βββ | 56/220 [00:06<00:08, 18.80it/s] 27%|βββ | 60/220 [00:07<00:08, 18.03it/s] [2024-05-24 18:21:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.14.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 27%|βββ | 60/220 [00:07<00:08, 18.03it/s] [2024-05-24 18:21:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.14.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 27%|βββ | 60/220 [00:07<00:08, 18.03it/s] [2024-05-24 18:21:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.14.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 27%|βββ | 60/220 [00:07<00:08, 18.03it/s] [2024-05-24 18:21:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.14.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float16 27%|βββ | 60/220 [00:07<00:08, 18.03it/s] 29%|βββ | 64/220 [00:07<00:07, 21.70it/s] [2024-05-24 18:21:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.14.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float16 29%|βββ | 64/220 [00:07<00:07, 21.70it/s] [2024-05-24 18:21:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.15.input_layernorm.bias[0m", shape: (2048,), dtype: float16 29%|βββ | 64/220 [00:07<00:07, 21.70it/s] [2024-05-24 18:21:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.15.input_layernorm.weight[0m", shape: (2048,), dtype: float16 29%|βββ | 64/220 [00:07<00:07, 21.70it/s] [2024-05-24 18:21:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.15.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float16 29%|βββ | 64/220 [00:07<00:07, 21.70it/s] 31%|βββ | 68/220 [00:07<00:06, 23.84it/s] [2024-05-24 18:21:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.15.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float16 31%|βββ | 68/220 [00:07<00:06, 23.84it/s] [2024-05-24 18:21:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.15.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 31%|βββ | 68/220 [00:07<00:06, 23.84it/s] [2024-05-24 18:21:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.15.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 31%|βββ | 68/220 [00:07<00:06, 23.84it/s] 32%|ββββ | 71/220 [00:07<00:07, 20.81it/s] [2024-05-24 18:21:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.15.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 32%|ββββ | 71/220 [00:07<00:07, 20.81it/s] [2024-05-24 18:21:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.15.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float16 32%|ββββ | 71/220 [00:07<00:07, 20.81it/s] [2024-05-24 18:21:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.15.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float16 32%|ββββ | 71/220 [00:07<00:07, 20.81it/s] 34%|ββββ | 74/220 [00:07<00:07, 19.25it/s] [2024-05-24 18:21:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.16.input_layernorm.bias[0m", shape: (2048,), dtype: float16 34%|ββββ | 74/220 [00:07<00:07, 19.25it/s] [2024-05-24 18:21:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.16.input_layernorm.weight[0m", shape: (2048,), dtype: float16 34%|ββββ | 74/220 [00:07<00:07, 19.25it/s] [2024-05-24 18:21:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.16.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float16 34%|ββββ | 74/220 [00:07<00:07, 19.25it/s] [2024-05-24 18:21:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.16.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float16 34%|ββββ | 74/220 [00:07<00:07, 19.25it/s] 35%|ββββ | 78/220 [00:08<00:07, 18.30it/s] [2024-05-24 18:21:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.16.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 35%|ββββ | 78/220 [00:08<00:07, 18.30it/s] [2024-05-24 18:21:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.16.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 35%|ββββ | 78/220 [00:08<00:07, 18.30it/s] [2024-05-24 18:21:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.16.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 35%|ββββ | 78/220 [00:08<00:07, 18.30it/s] [2024-05-24 18:21:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.16.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float16 35%|ββββ | 78/220 [00:08<00:07, 18.30it/s] 37%|ββββ | 82/220 [00:08<00:06, 21.96it/s] [2024-05-24 18:21:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.16.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float16 37%|ββββ | 82/220 [00:08<00:06, 21.96it/s] [2024-05-24 18:21:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.17.input_layernorm.bias[0m", shape: (2048,), dtype: float16 37%|ββββ | 82/220 [00:08<00:06, 21.96it/s] [2024-05-24 18:21:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.17.input_layernorm.weight[0m", shape: (2048,), dtype: float16 37%|ββββ | 82/220 [00:08<00:06, 21.96it/s] [2024-05-24 18:21:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.17.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float16 37%|ββββ | 82/220 [00:08<00:06, 21.96it/s] 39%|ββββ | 86/220 [00:08<00:05, 24.08it/s] [2024-05-24 18:21:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.17.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float16 39%|ββββ | 86/220 [00:08<00:05, 24.08it/s] [2024-05-24 18:21:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.17.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 39%|ββββ | 86/220 [00:08<00:05, 24.08it/s] [2024-05-24 18:21:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.17.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 39%|ββββ | 86/220 [00:08<00:05, 24.08it/s] 40%|ββββ | 89/220 [00:08<00:06, 20.96it/s] [2024-05-24 18:21:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.17.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 40%|ββββ | 89/220 [00:08<00:06, 20.96it/s] [2024-05-24 18:21:06] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.17.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float16 40%|ββββ | 89/220 [00:08<00:06, 20.96it/s] [2024-05-24 18:21:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.17.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float16 40%|ββββ | 89/220 [00:08<00:06, 20.96it/s] 42%|βββββ | 92/220 [00:08<00:06, 19.43it/s] [2024-05-24 18:21:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.18.input_layernorm.bias[0m", shape: (2048,), dtype: float16 42%|βββββ | 92/220 [00:08<00:06, 19.43it/s] [2024-05-24 18:21:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.18.input_layernorm.weight[0m", shape: (2048,), dtype: float16 42%|βββββ | 92/220 [00:08<00:06, 19.43it/s] [2024-05-24 18:21:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.18.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float16 42%|βββββ | 92/220 [00:08<00:06, 19.43it/s] [2024-05-24 18:21:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.18.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float16 42%|βββββ | 92/220 [00:08<00:06, 19.43it/s] 44%|βββββ | 96/220 [00:08<00:06, 18.40it/s] [2024-05-24 18:21:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.18.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 44%|βββββ | 96/220 [00:08<00:06, 18.40it/s] [2024-05-24 18:21:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.18.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 44%|βββββ | 96/220 [00:08<00:06, 18.40it/s] [2024-05-24 18:21:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.18.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 44%|βββββ | 96/220 [00:08<00:06, 18.40it/s] [2024-05-24 18:21:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.18.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float16 44%|βββββ | 96/220 [00:08<00:06, 18.40it/s] 45%|βββββ | 100/220 [00:08<00:05, 22.05it/s] [2024-05-24 18:21:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.18.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float16 45%|βββββ | 100/220 [00:08<00:05, 22.05it/s] [2024-05-24 18:21:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.19.input_layernorm.bias[0m", shape: (2048,), dtype: float16 45%|βββββ | 100/220 [00:09<00:05, 22.05it/s] [2024-05-24 18:21:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.19.input_layernorm.weight[0m", shape: (2048,), dtype: float16 45%|βββββ | 100/220 [00:09<00:05, 22.05it/s] [2024-05-24 18:21:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.19.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float16 45%|βββββ | 100/220 [00:09<00:05, 22.05it/s] 47%|βββββ | 104/220 [00:09<00:04, 24.17it/s] [2024-05-24 18:21:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.19.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float16 47%|βββββ | 104/220 [00:09<00:04, 24.17it/s] [2024-05-24 18:21:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.19.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 47%|βββββ | 104/220 [00:09<00:04, 24.17it/s] [2024-05-24 18:21:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.19.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 47%|βββββ | 104/220 [00:09<00:04, 24.17it/s] 49%|βββββ | 107/220 [00:09<00:05, 21.02it/s] [2024-05-24 18:21:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.19.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 49%|βββββ | 107/220 [00:09<00:05, 21.02it/s] [2024-05-24 18:21:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.19.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float16 49%|βββββ | 107/220 [00:09<00:05, 21.02it/s] [2024-05-24 18:21:07] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.19.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float16 49%|βββββ | 107/220 [00:09<00:05, 21.02it/s] 50%|βββββ | 110/220 [00:09<00:05, 19.45it/s] [2024-05-24 18:21:08] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.2.input_layernorm.bias[0m", shape: (2048,), dtype: float16 50%|βββββ | 110/220 [00:09<00:05, 19.45it/s] [2024-05-24 18:21:08] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.2.input_layernorm.weight[0m", shape: (2048,), dtype: float16 50%|βββββ | 110/220 [00:09<00:05, 19.45it/s] [2024-05-24 18:21:08] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.2.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float16 50%|βββββ | 110/220 [00:09<00:05, 19.45it/s] [2024-05-24 18:21:08] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.2.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float16 50%|βββββ | 110/220 [00:09<00:05, 19.45it/s] 52%|ββββββ | 114/220 [00:09<00:05, 18.32it/s] [2024-05-24 18:21:08] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.2.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 52%|ββββββ | 114/220 [00:09<00:05, 18.32it/s] [2024-05-24 18:21:08] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.2.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 52%|ββββββ | 114/220 [00:09<00:05, 18.32it/s] [2024-05-24 18:21:08] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.2.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 52%|ββββββ | 114/220 [00:09<00:05, 18.32it/s] [2024-05-24 18:21:08] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.2.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float16 52%|ββββββ | 114/220 [00:09<00:05, 18.32it/s] 54%|ββββββ | 118/220 [00:09<00:04, 21.97it/s] [2024-05-24 18:21:08] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.2.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float16 54%|ββββββ | 118/220 [00:09<00:04, 21.97it/s] [2024-05-24 18:21:08] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.20.input_layernorm.bias[0m", shape: (2048,), dtype: float16 54%|ββββββ | 118/220 [00:09<00:04, 21.97it/s] [2024-05-24 18:21:08] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.20.input_layernorm.weight[0m", shape: (2048,), dtype: float16 54%|ββββββ | 118/220 [00:09<00:04, 21.97it/s] [2024-05-24 18:21:08] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.20.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float16 54%|ββββββ | 118/220 [00:09<00:04, 21.97it/s] 55%|ββββββ | 122/220 [00:09<00:04, 24.19it/s] [2024-05-24 18:21:08] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.20.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float16 55%|ββββββ | 122/220 [00:10<00:04, 24.19it/s] [2024-05-24 18:21:08] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.20.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 55%|ββββββ | 122/220 [00:10<00:04, 24.19it/s] [2024-05-24 18:21:08] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.20.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 55%|ββββββ | 122/220 [00:10<00:04, 24.19it/s] 57%|ββββββ | 125/220 [00:10<00:04, 21.14it/s] [2024-05-24 18:21:08] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.20.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 57%|ββββββ | 125/220 [00:10<00:04, 21.14it/s] [2024-05-24 18:21:08] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.20.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float16 57%|ββββββ | 125/220 [00:10<00:04, 21.14it/s] [2024-05-24 18:21:08] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.20.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float16 57%|ββββββ | 125/220 [00:10<00:04, 21.14it/s] 58%|ββββββ | 128/220 [00:10<00:04, 19.55it/s] [2024-05-24 18:21:08] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.21.input_layernorm.bias[0m", shape: (2048,), dtype: float16 58%|ββββββ | 128/220 [00:10<00:04, 19.55it/s] [2024-05-24 18:21:08] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.21.input_layernorm.weight[0m", shape: (2048,), dtype: float16 58%|ββββββ | 128/220 [00:10<00:04, 19.55it/s] [2024-05-24 18:21:08] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.21.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float16 58%|ββββββ | 128/220 [00:10<00:04, 19.55it/s] [2024-05-24 18:21:08] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.21.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float16 58%|ββββββ | 128/220 [00:10<00:04, 19.55it/s] 60%|ββββββ | 132/220 [00:10<00:04, 18.48it/s] [2024-05-24 18:21:09] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.21.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 60%|ββββββ | 132/220 [00:10<00:04, 18.48it/s] [2024-05-24 18:21:09] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.21.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 60%|ββββββ | 132/220 [00:10<00:04, 18.48it/s] [2024-05-24 18:21:09] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.21.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 60%|ββββββ | 132/220 [00:10<00:04, 18.48it/s] [2024-05-24 18:21:09] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.21.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float16 60%|ββββββ | 132/220 [00:10<00:04, 18.48it/s] 62%|βββββββ | 136/220 [00:10<00:03, 22.05it/s] [2024-05-24 18:21:09] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.21.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float16 62%|βββββββ | 136/220 [00:10<00:03, 22.05it/s] [2024-05-24 18:21:09] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.22.input_layernorm.bias[0m", shape: (2048,), dtype: float16 62%|βββββββ | 136/220 [00:10<00:03, 22.05it/s] [2024-05-24 18:21:09] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.22.input_layernorm.weight[0m", shape: (2048,), dtype: float16 62%|βββββββ | 136/220 [00:10<00:03, 22.05it/s] [2024-05-24 18:21:09] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.22.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float16 62%|βββββββ | 136/220 [00:10<00:03, 22.05it/s] 64%|βββββββ | 140/220 [00:10<00:03, 24.17it/s] [2024-05-24 18:21:09] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.22.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float16 64%|βββββββ | 140/220 [00:10<00:03, 24.17it/s] [2024-05-24 18:21:09] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.22.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 64%|βββββββ | 140/220 [00:11<00:03, 24.17it/s] [2024-05-24 18:21:09] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.22.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 64%|βββββββ | 140/220 [00:11<00:03, 24.17it/s] 65%|βββββββ | 143/220 [00:11<00:03, 21.03it/s] [2024-05-24 18:21:09] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.22.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 65%|βββββββ | 143/220 [00:11<00:03, 21.03it/s] [2024-05-24 18:21:09] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.22.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float16 65%|βββββββ | 143/220 [00:11<00:03, 21.03it/s] [2024-05-24 18:21:09] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.22.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float16 65%|βββββββ | 143/220 [00:11<00:03, 21.03it/s] 66%|βββββββ | 146/220 [00:11<00:03, 19.45it/s] [2024-05-24 18:21:09] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.23.input_layernorm.bias[0m", shape: (2048,), dtype: float16 66%|βββββββ | 146/220 [00:11<00:03, 19.45it/s] [2024-05-24 18:21:09] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.23.input_layernorm.weight[0m", shape: (2048,), dtype: float16 66%|βββββββ | 146/220 [00:11<00:03, 19.45it/s] [2024-05-24 18:21:09] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.23.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float16 66%|βββββββ | 146/220 [00:11<00:03, 19.45it/s] [2024-05-24 18:21:09] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.23.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float16 66%|βββββββ | 146/220 [00:11<00:03, 19.45it/s] 68%|βββββββ | 150/220 [00:11<00:03, 18.35it/s] [2024-05-24 18:21:09] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.23.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 68%|βββββββ | 150/220 [00:11<00:03, 18.35it/s] [2024-05-24 18:21:10] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.23.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 68%|βββββββ | 150/220 [00:11<00:03, 18.35it/s] [2024-05-24 18:21:10] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.23.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 68%|βββββββ | 150/220 [00:11<00:03, 18.35it/s] [2024-05-24 18:21:10] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.23.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float16 68%|βββββββ | 150/220 [00:11<00:03, 18.35it/s] 70%|βββββββ | 154/220 [00:11<00:03, 22.00it/s] [2024-05-24 18:21:10] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.23.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float16 70%|βββββββ | 154/220 [00:11<00:03, 22.00it/s] [2024-05-24 18:21:10] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.3.input_layernorm.bias[0m", shape: (2048,), dtype: float16 70%|βββββββ | 154/220 [00:11<00:03, 22.00it/s] [2024-05-24 18:21:10] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.3.input_layernorm.weight[0m", shape: (2048,), dtype: float16 70%|βββββββ | 154/220 [00:11<00:03, 22.00it/s] [2024-05-24 18:21:10] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.3.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float16 70%|βββββββ | 154/220 [00:11<00:03, 22.00it/s] 72%|ββββββββ | 158/220 [00:11<00:02, 24.12it/s] [2024-05-24 18:21:10] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.3.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float16 72%|ββββββββ | 158/220 [00:11<00:02, 24.12it/s] [2024-05-24 18:21:10] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.3.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 72%|ββββββββ | 158/220 [00:11<00:02, 24.12it/s] [2024-05-24 18:21:10] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.3.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 72%|ββββββββ | 158/220 [00:11<00:02, 24.12it/s] 73%|ββββββββ | 161/220 [00:11<00:02, 20.97it/s] [2024-05-24 18:21:10] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.3.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 73%|ββββββββ | 161/220 [00:11<00:02, 20.97it/s] [2024-05-24 18:21:10] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.3.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float16 73%|ββββββββ | 161/220 [00:11<00:02, 20.97it/s] [2024-05-24 18:21:10] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.3.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float16 73%|ββββββββ | 161/220 [00:12<00:02, 20.97it/s] 75%|ββββββββ | 164/220 [00:12<00:02, 19.43it/s] [2024-05-24 18:21:10] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.4.input_layernorm.bias[0m", shape: (2048,), dtype: float16 75%|ββββββββ | 164/220 [00:12<00:02, 19.43it/s] [2024-05-24 18:21:10] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.4.input_layernorm.weight[0m", shape: (2048,), dtype: float16 75%|ββββββββ | 164/220 [00:12<00:02, 19.43it/s] [2024-05-24 18:21:10] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.4.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float16 75%|ββββββββ | 164/220 [00:12<00:02, 19.43it/s] [2024-05-24 18:21:10] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.4.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float16 75%|ββββββββ | 164/220 [00:12<00:02, 19.43it/s] 76%|ββββββββ | 168/220 [00:12<00:02, 18.41it/s] [2024-05-24 18:21:10] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.4.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 76%|ββββββββ | 168/220 [00:12<00:02, 18.41it/s] [2024-05-24 18:21:10] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.4.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 76%|ββββββββ | 168/220 [00:12<00:02, 18.41it/s] [2024-05-24 18:21:10] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.4.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 76%|ββββββββ | 168/220 [00:12<00:02, 18.41it/s] [2024-05-24 18:21:10] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.4.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float16 76%|ββββββββ | 168/220 [00:12<00:02, 18.41it/s] 78%|ββββββββ | 172/220 [00:12<00:02, 22.05it/s] [2024-05-24 18:21:10] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.4.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float16 78%|ββββββββ | 172/220 [00:12<00:02, 22.05it/s] [2024-05-24 18:21:11] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.5.input_layernorm.bias[0m", shape: (2048,), dtype: float16 78%|ββββββββ | 172/220 [00:12<00:02, 22.05it/s] [2024-05-24 18:21:11] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.5.input_layernorm.weight[0m", shape: (2048,), dtype: float16 78%|ββββββββ | 172/220 [00:12<00:02, 22.05it/s] [2024-05-24 18:21:11] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.5.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float16 78%|ββββββββ | 172/220 [00:12<00:02, 22.05it/s] 80%|ββββββββ | 176/220 [00:12<00:01, 24.15it/s] [2024-05-24 18:21:11] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.5.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float16 80%|ββββββββ | 176/220 [00:12<00:01, 24.15it/s] [2024-05-24 18:21:11] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.5.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 80%|ββββββββ | 176/220 [00:12<00:01, 24.15it/s] [2024-05-24 18:21:11] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.5.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 80%|ββββββββ | 176/220 [00:12<00:01, 24.15it/s] 81%|βββββββββ | 179/220 [00:12<00:01, 20.85it/s] [2024-05-24 18:21:11] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.5.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 81%|βββββββββ | 179/220 [00:12<00:01, 20.85it/s] [2024-05-24 18:21:11] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.5.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float16 81%|βββββββββ | 179/220 [00:12<00:01, 20.85it/s] [2024-05-24 18:21:11] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.5.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float16 81%|βββββββββ | 179/220 [00:12<00:01, 20.85it/s] 83%|βββββββββ | 182/220 [00:12<00:01, 19.35it/s] [2024-05-24 18:21:11] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.6.input_layernorm.bias[0m", shape: (2048,), dtype: float16 83%|βββββββββ | 182/220 [00:12<00:01, 19.35it/s] [2024-05-24 18:21:11] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.6.input_layernorm.weight[0m", shape: (2048,), dtype: float16 83%|βββββββββ | 182/220 [00:12<00:01, 19.35it/s] [2024-05-24 18:21:11] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.6.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float16 83%|βββββββββ | 182/220 [00:12<00:01, 19.35it/s] [2024-05-24 18:21:11] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.6.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float16 83%|βββββββββ | 182/220 [00:13<00:01, 19.35it/s] 85%|βββββββββ | 186/220 [00:13<00:01, 18.36it/s] [2024-05-24 18:21:11] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.6.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 85%|βββββββββ | 186/220 [00:13<00:01, 18.36it/s] [2024-05-24 18:21:11] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.6.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 85%|βββββββββ | 186/220 [00:13<00:01, 18.36it/s] [2024-05-24 18:21:11] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.6.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 85%|βββββββββ | 186/220 [00:13<00:01, 18.36it/s] [2024-05-24 18:21:11] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.6.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float16 85%|βββββββββ | 186/220 [00:13<00:01, 18.36it/s] 86%|βββββββββ | 190/220 [00:13<00:01, 22.01it/s] [2024-05-24 18:21:11] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.6.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float16 86%|βββββββββ | 190/220 [00:13<00:01, 22.01it/s] [2024-05-24 18:21:11] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.7.input_layernorm.bias[0m", shape: (2048,), dtype: float16 86%|βββββββββ | 190/220 [00:13<00:01, 22.01it/s] [2024-05-24 18:21:11] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.7.input_layernorm.weight[0m", shape: (2048,), dtype: float16 86%|βββββββββ | 190/220 [00:13<00:01, 22.01it/s] [2024-05-24 18:21:11] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.7.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float16 86%|βββββββββ | 190/220 [00:13<00:01, 22.01it/s] 88%|βββββββββ | 194/220 [00:13<00:01, 24.12it/s] [2024-05-24 18:21:11] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.7.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float16 88%|βββββββββ | 194/220 [00:13<00:01, 24.12it/s] [2024-05-24 18:21:12] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.7.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 88%|βββββββββ | 194/220 [00:13<00:01, 24.12it/s] [2024-05-24 18:21:12] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.7.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 88%|βββββββββ | 194/220 [00:13<00:01, 24.12it/s] 90%|βββββββββ | 197/220 [00:13<00:01, 20.97it/s] [2024-05-24 18:21:12] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.7.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 90%|βββββββββ | 197/220 [00:13<00:01, 20.97it/s] [2024-05-24 18:21:12] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.7.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float16 90%|βββββββββ | 197/220 [00:13<00:01, 20.97it/s] [2024-05-24 18:21:12] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.7.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float16 90%|βββββββββ | 197/220 [00:13<00:01, 20.97it/s] 91%|βββββββββ | 200/220 [00:13<00:01, 19.43it/s] [2024-05-24 18:21:12] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.8.input_layernorm.bias[0m", shape: (2048,), dtype: float16 91%|βββββββββ | 200/220 [00:13<00:01, 19.43it/s] [2024-05-24 18:21:12] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.8.input_layernorm.weight[0m", shape: (2048,), dtype: float16 91%|βββββββββ | 200/220 [00:13<00:01, 19.43it/s] [2024-05-24 18:21:12] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.8.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float16 91%|βββββββββ | 200/220 [00:13<00:01, 19.43it/s] [2024-05-24 18:21:12] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.8.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float16 91%|βββββββββ | 200/220 [00:13<00:01, 19.43it/s] 93%|ββββββββββ| 204/220 [00:14<00:00, 18.40it/s] [2024-05-24 18:21:12] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.8.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 93%|ββββββββββ| 204/220 [00:14<00:00, 18.40it/s] [2024-05-24 18:21:12] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.8.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 93%|ββββββββββ| 204/220 [00:14<00:00, 18.40it/s] [2024-05-24 18:21:12] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.8.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 93%|ββββββββββ| 204/220 [00:14<00:00, 18.40it/s] [2024-05-24 18:21:12] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.8.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float16 93%|ββββββββββ| 204/220 [00:14<00:00, 18.40it/s] 95%|ββββββββββ| 208/220 [00:14<00:00, 22.06it/s] [2024-05-24 18:21:12] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.8.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float16 95%|ββββββββββ| 208/220 [00:14<00:00, 22.06it/s] [2024-05-24 18:21:12] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.9.input_layernorm.bias[0m", shape: (2048,), dtype: float16 95%|ββββββββββ| 208/220 [00:14<00:00, 22.06it/s] [2024-05-24 18:21:12] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.9.input_layernorm.weight[0m", shape: (2048,), dtype: float16 95%|ββββββββββ| 208/220 [00:14<00:00, 22.06it/s] [2024-05-24 18:21:12] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.9.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float16 95%|ββββββββββ| 208/220 [00:14<00:00, 22.06it/s] 96%|ββββββββββ| 212/220 [00:14<00:00, 24.19it/s] [2024-05-24 18:21:12] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.9.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float16 96%|ββββββββββ| 212/220 [00:14<00:00, 24.19it/s] [2024-05-24 18:21:13] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.9.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float16 96%|ββββββββββ| 212/220 [00:14<00:00, 24.19it/s] [2024-05-24 18:21:13] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.9.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float16 96%|ββββββββββ| 212/220 [00:14<00:00, 24.19it/s] 98%|ββββββββββ| 215/220 [00:14<00:00, 20.90it/s] [2024-05-24 18:21:13] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.9.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float16 98%|ββββββββββ| 215/220 [00:14<00:00, 20.90it/s] [2024-05-24 18:21:13] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.9.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float16 98%|ββββββββββ| 215/220 [00:14<00:00, 20.90it/s] [2024-05-24 18:21:13] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.9.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float16 98%|ββββββββββ| 215/220 [00:14<00:00, 20.90it/s] 99%|ββββββββββ| 218/220 [00:14<00:00, 19.22it/s] [2024-05-24 18:21:13] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.norm.bias[0m", shape: (2048,), dtype: float16 99%|ββββββββββ| 218/220 [00:14<00:00, 19.22it/s] [2024-05-24 18:21:13] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.norm.weight[0m", shape: (2048,), dtype: float16 99%|ββββββββββ| 218/220 [00:14<00:00, 19.22it/s] 100%|ββββββββββ| 220/220 [00:14<00:00, 14.98it/s] [2024-05-24 18:21:13] INFO huggingface_loader.py:196: Unloading HF weight file: dist/models/stablelm-2-zephyr-1_6b/model.safetensors [2024-05-24 18:21:13] INFO stats.py:76: [92mTime usage[0m: HF loading: 1.016 sec; Pre-quantization mapping: 1.243 sec; Quantization: 0.000 sec [2024-05-24 18:21:13] INFO stats.py:90: [92mRAM usage[0m: Peak RAM: 3.063 GB. Total bytes loaded from disk: 3.063 GB [2024-05-24 18:21:13] INFO convert_weight.py:155: [92mParameter size[0m after quantization: 3.063 GB [2024-05-24 18:21:13] INFO convert_weight.py:160: [92mTotal parameters[0m: 1,644,515,328 [2024-05-24 18:21:13] INFO convert_weight.py:161: [92mBits per parameter[0m: 16.000 [2024-05-24 18:21:13] INFO convert_weight.py:166: Saved to directory: [1m/tmp/tmp0hr_icqn[0m All finished, 75 total shards committed, record saved to /tmp/tmp0hr_icqn/ndarray-cache.json |