|
/usr/bin/python3 -m mlc_llm gen_config dist/models/stablelm-2-zephyr-1_6b --quantization q0f32 --conv-template stablelm-2 --output /tmp/tmpjjd44ai4 --context-window-size 4096 |
|
[2024-05-24 18:23:54] INFO auto_config.py:115: [92mFound[0m model configuration: dist/models/stablelm-2-zephyr-1_6b/config.json |
|
[2024-05-24 18:23:54] INFO auto_config.py:153: [92mFound[0m model type: [1mstablelm[0m. Use `--model-type` to override. |
|
[2024-05-24 18:23:54] 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:23:54] INFO stablelm_model.py:66: [1mprefill_chunk_size[0m defaults to 2048 |
|
[2024-05-24 18:23:54] INFO config.py:106: Overriding [1mcontext_window_size[0m from 4096 to 4096 |
|
[2024-05-24 18:23:54] INFO config.py:106: Overriding [1mmax_batch_size[0m from 1 to 80 |
|
[2024-05-24 18:23:54] INFO gen_config.py:255: [generation_config.json] Setting [1mbos_token_id[0m: 100257 |
|
[2024-05-24 18:23:54] INFO gen_config.py:255: [generation_config.json] Setting [1meos_token_id[0m: 100257 |
|
[2024-05-24 18:23:54] INFO gen_config.py:269: [91mNot found[0m tokenizer config: dist/models/stablelm-2-zephyr-1_6b/tokenizer.model |
|
[2024-05-24 18:23:54] INFO gen_config.py:267: [92mFound[0m tokenizer config: dist/models/stablelm-2-zephyr-1_6b/tokenizer.json. Copying to [1m/tmp/tmpjjd44ai4/tokenizer.json[0m |
|
[2024-05-24 18:23:54] INFO gen_config.py:267: [92mFound[0m tokenizer config: dist/models/stablelm-2-zephyr-1_6b/vocab.json. Copying to [1m/tmp/tmpjjd44ai4/vocab.json[0m |
|
[2024-05-24 18:23:54] INFO gen_config.py:267: [92mFound[0m tokenizer config: dist/models/stablelm-2-zephyr-1_6b/merges.txt. Copying to [1m/tmp/tmpjjd44ai4/merges.txt[0m |
|
[2024-05-24 18:23:54] INFO gen_config.py:269: [91mNot found[0m tokenizer config: dist/models/stablelm-2-zephyr-1_6b/added_tokens.json |
|
[2024-05-24 18:23:54] INFO gen_config.py:267: [92mFound[0m tokenizer config: dist/models/stablelm-2-zephyr-1_6b/tokenizer_config.json. Copying to [1m/tmp/tmpjjd44ai4/tokenizer_config.json[0m |
|
[2024-05-24 18:23:54] INFO gen_config.py:80: [System default] Setting [1mpad_token_id[0m: 0 |
|
[2024-05-24 18:23:54] INFO gen_config.py:80: [System default] Setting [1mtemperature[0m: 0.7 |
|
[2024-05-24 18:23:54] INFO gen_config.py:80: [System default] Setting [1mpresence_penalty[0m: 0.0 |
|
[2024-05-24 18:23:54] INFO gen_config.py:80: [System default] Setting [1mfrequency_penalty[0m: 0.0 |
|
[2024-05-24 18:23:54] INFO gen_config.py:80: [System default] Setting [1mrepetition_penalty[0m: 1.0 |
|
[2024-05-24 18:23:54] INFO gen_config.py:80: [System default] Setting [1mtop_p[0m: 0.95 |
|
[2024-05-24 18:23:54] INFO gen_config.py:80: [System default] Setting [1mmean_gen_len[0m: 128 |
|
[2024-05-24 18:23:54] INFO gen_config.py:80: [System default] Setting [1mmax_gen_len[0m: 512 |
|
[2024-05-24 18:23:54] INFO gen_config.py:80: [System default] Setting [1mshift_fill_factor[0m: 0.3 |
|
[2024-05-24 18:23:54] INFO gen_config.py:335: Dumping configuration file to: [1m/tmp/tmpjjd44ai4/mlc-chat-config.json[0m |
|
/usr/bin/python3 -m mlc_llm convert_weight dist/models/stablelm-2-zephyr-1_6b --quantization q0f32 --source-format auto --output /tmp/tmpjjd44ai4 |
|
[2024-05-24 18:23:55] INFO auto_config.py:115: [92mFound[0m model configuration: dist/models/stablelm-2-zephyr-1_6b/config.json |
|
[2024-05-24 18:23:58] INFO auto_device.py:79: [92mFound[0m device: cuda:0 |
|
[2024-05-24 18:23:59] INFO auto_device.py:88: [91mNot found[0m device: rocm:0 |
|
[2024-05-24 18:24:00] INFO auto_device.py:88: [91mNot found[0m device: metal:0 |
|
[2024-05-24 18:24:01] INFO auto_device.py:88: [91mNot found[0m device: vulkan:0 |
|
[2024-05-24 18:24:01] INFO auto_device.py:88: [91mNot found[0m device: opencl:0 |
|
[2024-05-24 18:24:01] INFO auto_device.py:35: Using device: [1mcuda:0[0m |
|
[2024-05-24 18:24:01] INFO auto_weight.py:70: Finding weights in: dist/models/stablelm-2-zephyr-1_6b |
|
[2024-05-24 18:24:01] INFO auto_weight.py:136: [91mNot found[0m Huggingface PyTorch |
|
[2024-05-24 18:24:01] 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:24:01] 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:24:01] INFO auto_weight.py:110: Using source weight format: [1mhuggingface-safetensor[0m. Use `--source-format` to override. |
|
[2024-05-24 18:24:01] INFO auto_config.py:153: [92mFound[0m model type: [1mstablelm[0m. Use `--model-type` to override. |
|
[2024-05-24 18:24:01] 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:24:01] 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='q0f32', kind='no-quant', model_dtype='float32') |
|
[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/tmpjjd44ai4 |
|
Start storing to cache /tmp/tmpjjd44ai4 |
|
0%| | 0/220 [00:00<?, ?it/s]
[2024-05-24 18:24:03] 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:24:05] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mlm_head.weight[0m", shape: (100352, 2048), dtype: float32 |
|
0%| | 0/220 [00:01<?, ?it/s]/home/tlopex/.local/lib/python3.8/site-packages/numpy/core/getlimits.py:518: UserWarning: The value of the smallest subnormal for <class 'numpy.float32'> type is zero. |
|
setattr(self, word, getattr(machar, word).flat[0]) |
|
/home/tlopex/.local/lib/python3.8/site-packages/numpy/core/getlimits.py:89: UserWarning: The value of the smallest subnormal for <class 'numpy.float32'> type is zero. |
|
return self._float_to_str(self.smallest_subnormal) |
|
0%| | 1/220 [00:04<17:42, 4.85s/it]
[2024-05-24 18:24:09] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.embed_tokens.weight[0m", shape: (100352, 2048), dtype: float32 |
|
0%| | 1/220 [00:05<17:42, 4.85s/it]
1%| | 2/220 [00:08<15:30, 4.27s/it]
[2024-05-24 18:24:12] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.0.input_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
1%| | 2/220 [00:08<15:30, 4.27s/it]
[2024-05-24 18:24:12] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.0.input_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
1%| | 2/220 [00:08<15:30, 4.27s/it]
[2024-05-24 18:24:12] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.0.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 |
|
1%| | 2/220 [00:08<15:30, 4.27s/it]
2%|β | 5/220 [00:08<04:31, 1.26s/it]
[2024-05-24 18:24:12] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.0.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 |
|
2%|β | 5/220 [00:09<04:31, 1.26s/it]
3%|β | 6/220 [00:09<03:45, 1.05s/it]
[2024-05-24 18:24:12] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.0.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
3%|β | 6/220 [00:09<03:45, 1.05s/it]
[2024-05-24 18:24:12] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.0.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
3%|β | 6/220 [00:09<03:45, 1.05s/it]
[2024-05-24 18:24:12] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.0.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float32 |
|
3%|β | 6/220 [00:09<03:45, 1.05s/it]
[2024-05-24 18:24:12] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.0.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float32 |
|
3%|β | 6/220 [00:09<03:45, 1.05s/it]
5%|β | 10/220 [00:09<01:37, 2.15it/s]
[2024-05-24 18:24:13] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.0.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 |
|
5%|β | 10/220 [00:09<01:37, 2.15it/s]
[2024-05-24 18:24:13] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.1.input_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
5%|β | 10/220 [00:09<01:37, 2.15it/s]
[2024-05-24 18:24:13] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.1.input_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
5%|β | 10/220 [00:09<01:37, 2.15it/s]
[2024-05-24 18:24:13] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.1.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 |
|
5%|β | 10/220 [00:09<01:37, 2.15it/s]
6%|β | 14/220 [00:09<00:58, 3.54it/s]
[2024-05-24 18:24:13] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.1.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 |
|
6%|β | 14/220 [00:09<00:58, 3.54it/s]
[2024-05-24 18:24:13] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.1.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
6%|β | 14/220 [00:10<00:58, 3.54it/s]
7%|β | 16/220 [00:10<00:54, 3.74it/s]
[2024-05-24 18:24:13] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.1.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
7%|β | 16/220 [00:10<00:54, 3.74it/s]
[2024-05-24 18:24:13] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.1.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float32 |
|
7%|β | 16/220 [00:10<00:54, 3.74it/s]
[2024-05-24 18:24:13] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.1.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float32 |
|
7%|β | 16/220 [00:10<00:54, 3.74it/s]
9%|β | 19/220 [00:10<00:40, 4.95it/s]
[2024-05-24 18:24:14] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.1.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 |
|
9%|β | 19/220 [00:10<00:40, 4.95it/s]
[2024-05-24 18:24:14] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.10.input_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
9%|β | 19/220 [00:10<00:40, 4.95it/s]
10%|β | 21/220 [00:10<00:34, 5.85it/s]
[2024-05-24 18:24:14] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.10.input_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
10%|β | 21/220 [00:10<00:34, 5.85it/s]
[2024-05-24 18:24:14] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.10.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 |
|
10%|β | 21/220 [00:10<00:34, 5.85it/s]
10%|β | 23/220 [00:10<00:29, 6.72it/s]
[2024-05-24 18:24:14] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.10.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 |
|
10%|β | 23/220 [00:10<00:29, 6.72it/s]
[2024-05-24 18:24:14] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.10.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
10%|β | 23/220 [00:11<00:29, 6.72it/s]
11%|ββ | 25/220 [00:11<00:32, 5.95it/s]
[2024-05-24 18:24:14] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.10.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
11%|ββ | 25/220 [00:11<00:32, 5.95it/s]
[2024-05-24 18:24:14] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.10.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float32 |
|
11%|ββ | 25/220 [00:11<00:32, 5.95it/s]
[2024-05-24 18:24:14] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.10.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float32 |
|
11%|ββ | 25/220 [00:11<00:32, 5.95it/s]
13%|ββ | 28/220 [00:11<00:25, 7.41it/s]
[2024-05-24 18:24:15] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.10.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 |
|
13%|ββ | 28/220 [00:11<00:25, 7.41it/s]
[2024-05-24 18:24:15] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.11.input_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
13%|ββ | 28/220 [00:11<00:25, 7.41it/s]
14%|ββ | 30/220 [00:11<00:22, 8.63it/s]
[2024-05-24 18:24:15] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.11.input_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
14%|ββ | 30/220 [00:11<00:22, 8.63it/s]
[2024-05-24 18:24:15] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.11.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 |
|
14%|ββ | 30/220 [00:11<00:22, 8.63it/s]
15%|ββ | 32/220 [00:11<00:20, 9.32it/s]
[2024-05-24 18:24:15] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.11.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 |
|
15%|ββ | 32/220 [00:11<00:20, 9.32it/s]
[2024-05-24 18:24:15] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.11.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
15%|ββ | 32/220 [00:12<00:20, 9.32it/s]
15%|ββ | 34/220 [00:12<00:25, 7.22it/s]
[2024-05-24 18:24:15] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.11.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
15%|ββ | 34/220 [00:12<00:25, 7.22it/s]
[2024-05-24 18:24:15] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.11.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float32 |
|
15%|ββ | 34/220 [00:12<00:25, 7.22it/s]
[2024-05-24 18:24:15] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.11.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float32 |
|
15%|ββ | 34/220 [00:12<00:25, 7.22it/s]
17%|ββ | 37/220 [00:12<00:21, 8.63it/s]
[2024-05-24 18:24:16] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.11.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 |
|
17%|ββ | 37/220 [00:12<00:21, 8.63it/s]
[2024-05-24 18:24:16] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.12.input_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
17%|ββ | 37/220 [00:12<00:21, 8.63it/s]
18%|ββ | 39/220 [00:12<00:18, 9.88it/s]
[2024-05-24 18:24:16] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.12.input_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
18%|ββ | 39/220 [00:12<00:18, 9.88it/s]
[2024-05-24 18:24:16] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.12.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 |
|
18%|ββ | 39/220 [00:12<00:18, 9.88it/s]
19%|ββ | 41/220 [00:12<00:17, 10.35it/s]
[2024-05-24 18:24:16] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.12.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 |
|
19%|ββ | 41/220 [00:12<00:17, 10.35it/s]
[2024-05-24 18:24:16] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.12.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
19%|ββ | 41/220 [00:13<00:17, 10.35it/s]
20%|ββ | 43/220 [00:13<00:23, 7.63it/s]
[2024-05-24 18:24:16] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.12.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
20%|ββ | 43/220 [00:13<00:23, 7.63it/s]
[2024-05-24 18:24:16] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.12.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float32 |
|
20%|ββ | 43/220 [00:13<00:23, 7.63it/s]
[2024-05-24 18:24:16] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.12.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float32 |
|
20%|ββ | 43/220 [00:13<00:23, 7.63it/s]
21%|ββ | 46/220 [00:13<00:19, 9.01it/s]
[2024-05-24 18:24:17] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.12.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 |
|
21%|ββ | 46/220 [00:13<00:19, 9.01it/s]
[2024-05-24 18:24:17] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.13.input_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
21%|ββ | 46/220 [00:13<00:19, 9.01it/s]
22%|βββ | 48/220 [00:13<00:16, 10.25it/s]
[2024-05-24 18:24:17] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.13.input_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
22%|βββ | 48/220 [00:13<00:16, 10.25it/s]
[2024-05-24 18:24:17] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.13.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 |
|
22%|βββ | 48/220 [00:13<00:16, 10.25it/s]
23%|βββ | 50/220 [00:13<00:15, 10.64it/s]
[2024-05-24 18:24:17] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.13.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 |
|
23%|βββ | 50/220 [00:13<00:15, 10.64it/s]
[2024-05-24 18:24:17] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.13.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
23%|βββ | 50/220 [00:14<00:15, 10.64it/s]
24%|βββ | 52/220 [00:14<00:21, 7.74it/s]
[2024-05-24 18:24:17] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.13.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
24%|βββ | 52/220 [00:14<00:21, 7.74it/s]
[2024-05-24 18:24:17] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.13.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float32 |
|
24%|βββ | 52/220 [00:14<00:21, 7.74it/s]
[2024-05-24 18:24:17] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.13.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float32 |
|
24%|βββ | 52/220 [00:14<00:21, 7.74it/s]
25%|βββ | 55/220 [00:14<00:18, 9.10it/s]
[2024-05-24 18:24:17] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.13.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 |
|
25%|βββ | 55/220 [00:14<00:18, 9.10it/s]
[2024-05-24 18:24:18] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.14.input_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
25%|βββ | 55/220 [00:14<00:18, 9.10it/s]
26%|βββ | 57/220 [00:14<00:15, 10.34it/s]
[2024-05-24 18:24:18] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.14.input_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
26%|βββ | 57/220 [00:14<00:15, 10.34it/s]
[2024-05-24 18:24:18] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.14.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 |
|
26%|βββ | 57/220 [00:14<00:15, 10.34it/s]
27%|βββ | 59/220 [00:14<00:15, 10.71it/s]
[2024-05-24 18:24:18] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.14.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 |
|
27%|βββ | 59/220 [00:14<00:15, 10.71it/s]
[2024-05-24 18:24:18] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.14.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
27%|βββ | 59/220 [00:15<00:15, 10.71it/s]
28%|βββ | 61/220 [00:15<00:20, 7.76it/s]
[2024-05-24 18:24:18] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.14.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
28%|βββ | 61/220 [00:15<00:20, 7.76it/s]
[2024-05-24 18:24:18] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.14.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float32 |
|
28%|βββ | 61/220 [00:15<00:20, 7.76it/s]
[2024-05-24 18:24:18] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.14.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float32 |
|
28%|βββ | 61/220 [00:15<00:20, 7.76it/s]
29%|βββ | 64/220 [00:15<00:17, 9.12it/s]
[2024-05-24 18:24:18] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.14.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 |
|
29%|βββ | 64/220 [00:15<00:17, 9.12it/s]
[2024-05-24 18:24:19] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.15.input_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
29%|βββ | 64/220 [00:15<00:17, 9.12it/s]
30%|βββ | 66/220 [00:15<00:14, 10.35it/s]
[2024-05-24 18:24:19] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.15.input_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
30%|βββ | 66/220 [00:15<00:14, 10.35it/s]
[2024-05-24 18:24:19] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.15.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 |
|
30%|βββ | 66/220 [00:15<00:14, 10.35it/s]
31%|βββ | 68/220 [00:15<00:14, 10.74it/s]
[2024-05-24 18:24:19] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.15.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 |
|
31%|βββ | 68/220 [00:15<00:14, 10.74it/s]
[2024-05-24 18:24:19] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.15.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
31%|βββ | 68/220 [00:16<00:14, 10.74it/s]
32%|ββββ | 70/220 [00:16<00:19, 7.77it/s]
[2024-05-24 18:24:19] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.15.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
32%|ββββ | 70/220 [00:16<00:19, 7.77it/s]
[2024-05-24 18:24:19] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.15.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float32 |
|
32%|ββββ | 70/220 [00:16<00:19, 7.77it/s]
[2024-05-24 18:24:19] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.15.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float32 |
|
32%|ββββ | 70/220 [00:16<00:19, 7.77it/s]
33%|ββββ | 73/220 [00:16<00:16, 9.14it/s]
[2024-05-24 18:24:19] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.15.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 |
|
33%|ββββ | 73/220 [00:16<00:16, 9.14it/s]
[2024-05-24 18:24:20] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.16.input_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
33%|ββββ | 73/220 [00:16<00:16, 9.14it/s]
34%|ββββ | 75/220 [00:16<00:13, 10.37it/s]
[2024-05-24 18:24:20] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.16.input_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
34%|ββββ | 75/220 [00:16<00:13, 10.37it/s]
[2024-05-24 18:24:20] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.16.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 |
|
34%|ββββ | 75/220 [00:16<00:13, 10.37it/s]
35%|ββββ | 77/220 [00:16<00:13, 10.74it/s]
[2024-05-24 18:24:20] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.16.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 |
|
35%|ββββ | 77/220 [00:16<00:13, 10.74it/s]
[2024-05-24 18:24:20] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.16.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
35%|ββββ | 77/220 [00:17<00:13, 10.74it/s]
36%|ββββ | 79/220 [00:17<00:18, 7.77it/s]
[2024-05-24 18:24:20] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.16.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
36%|ββββ | 79/220 [00:17<00:18, 7.77it/s]
[2024-05-24 18:24:20] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.16.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float32 |
|
36%|ββββ | 79/220 [00:17<00:18, 7.77it/s]
[2024-05-24 18:24:20] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.16.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float32 |
|
36%|ββββ | 79/220 [00:17<00:18, 7.77it/s]
37%|ββββ | 82/220 [00:17<00:15, 9.14it/s]
[2024-05-24 18:24:20] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.16.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 |
|
37%|ββββ | 82/220 [00:17<00:15, 9.14it/s]
[2024-05-24 18:24:20] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.17.input_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
37%|ββββ | 82/220 [00:17<00:15, 9.14it/s]
38%|ββββ | 84/220 [00:17<00:13, 10.36it/s]
[2024-05-24 18:24:20] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.17.input_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
38%|ββββ | 84/220 [00:17<00:13, 10.36it/s]
[2024-05-24 18:24:21] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.17.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 |
|
38%|ββββ | 84/220 [00:17<00:13, 10.36it/s]
39%|ββββ | 86/220 [00:17<00:12, 10.74it/s]
[2024-05-24 18:24:21] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.17.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 |
|
39%|ββββ | 86/220 [00:17<00:12, 10.74it/s]
[2024-05-24 18:24:21] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.17.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
39%|ββββ | 86/220 [00:18<00:12, 10.74it/s]
40%|ββββ | 88/220 [00:18<00:17, 7.76it/s]
[2024-05-24 18:24:21] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.17.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
40%|ββββ | 88/220 [00:18<00:17, 7.76it/s]
[2024-05-24 18:24:21] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.17.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float32 |
|
40%|ββββ | 88/220 [00:18<00:17, 7.76it/s]
[2024-05-24 18:24:21] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.17.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float32 |
|
40%|ββββ | 88/220 [00:18<00:17, 7.76it/s]
41%|βββββ | 91/220 [00:18<00:14, 9.13it/s]
[2024-05-24 18:24:21] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.17.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 |
|
41%|βββββ | 91/220 [00:18<00:14, 9.13it/s]
[2024-05-24 18:24:21] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.18.input_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
41%|βββββ | 91/220 [00:18<00:14, 9.13it/s]
42%|βββββ | 93/220 [00:18<00:12, 10.37it/s]
[2024-05-24 18:24:21] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.18.input_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
42%|βββββ | 93/220 [00:18<00:12, 10.37it/s]
[2024-05-24 18:24:21] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.18.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 |
|
42%|βββββ | 93/220 [00:18<00:12, 10.37it/s]
43%|βββββ | 95/220 [00:18<00:11, 10.74it/s]
[2024-05-24 18:24:22] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.18.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 |
|
43%|βββββ | 95/220 [00:18<00:11, 10.74it/s]
[2024-05-24 18:24:22] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.18.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
43%|βββββ | 95/220 [00:19<00:11, 10.74it/s]
44%|βββββ | 97/220 [00:19<00:15, 7.77it/s]
[2024-05-24 18:24:22] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.18.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
44%|βββββ | 97/220 [00:19<00:15, 7.77it/s]
[2024-05-24 18:24:22] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.18.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float32 |
|
44%|βββββ | 97/220 [00:19<00:15, 7.77it/s]
[2024-05-24 18:24:22] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.18.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float32 |
|
44%|βββββ | 97/220 [00:19<00:15, 7.77it/s]
45%|βββββ | 100/220 [00:19<00:13, 9.13it/s]
[2024-05-24 18:24:22] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.18.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 |
|
45%|βββββ | 100/220 [00:19<00:13, 9.13it/s]
[2024-05-24 18:24:22] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.19.input_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
45%|βββββ | 100/220 [00:19<00:13, 9.13it/s]
46%|βββββ | 102/220 [00:19<00:11, 10.37it/s]
[2024-05-24 18:24:22] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.19.input_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
46%|βββββ | 102/220 [00:19<00:11, 10.37it/s]
[2024-05-24 18:24:22] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.19.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 |
|
46%|βββββ | 102/220 [00:19<00:11, 10.37it/s]
47%|βββββ | 104/220 [00:19<00:10, 10.74it/s]
[2024-05-24 18:24:23] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.19.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 |
|
47%|βββββ | 104/220 [00:19<00:10, 10.74it/s]
[2024-05-24 18:24:23] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.19.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
47%|βββββ | 104/220 [00:19<00:10, 10.74it/s]
48%|βββββ | 106/220 [00:19<00:14, 7.78it/s]
[2024-05-24 18:24:23] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.19.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
48%|βββββ | 106/220 [00:19<00:14, 7.78it/s]
[2024-05-24 18:24:23] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.19.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float32 |
|
48%|βββββ | 106/220 [00:19<00:14, 7.78it/s]
[2024-05-24 18:24:23] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.19.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float32 |
|
48%|βββββ | 106/220 [00:20<00:14, 7.78it/s]
50%|βββββ | 109/220 [00:20<00:12, 9.14it/s]
[2024-05-24 18:24:23] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.19.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 |
|
50%|βββββ | 109/220 [00:20<00:12, 9.14it/s]
[2024-05-24 18:24:23] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.2.input_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
50%|βββββ | 109/220 [00:20<00:12, 9.14it/s]
50%|βββββ | 111/220 [00:20<00:10, 10.38it/s]
[2024-05-24 18:24:23] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.2.input_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
50%|βββββ | 111/220 [00:20<00:10, 10.38it/s]
[2024-05-24 18:24:23] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.2.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 |
|
50%|βββββ | 111/220 [00:20<00:10, 10.38it/s]
51%|ββββββ | 113/220 [00:20<00:09, 10.76it/s]
[2024-05-24 18:24:24] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.2.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 |
|
51%|ββββββ | 113/220 [00:20<00:09, 10.76it/s]
[2024-05-24 18:24:24] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.2.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
51%|ββββββ | 113/220 [00:20<00:09, 10.76it/s]
52%|ββββββ | 115/220 [00:20<00:13, 7.75it/s]
[2024-05-24 18:24:24] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.2.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
52%|ββββββ | 115/220 [00:20<00:13, 7.75it/s]
[2024-05-24 18:24:24] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.2.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float32 |
|
52%|ββββββ | 115/220 [00:20<00:13, 7.75it/s]
[2024-05-24 18:24:24] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.2.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float32 |
|
52%|ββββββ | 115/220 [00:20<00:13, 7.75it/s]
54%|ββββββ | 118/220 [00:21<00:11, 9.11it/s]
[2024-05-24 18:24:24] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.2.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 |
|
54%|ββββββ | 118/220 [00:21<00:11, 9.11it/s]
[2024-05-24 18:24:24] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.20.input_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
54%|ββββββ | 118/220 [00:21<00:11, 9.11it/s]
55%|ββββββ | 120/220 [00:21<00:09, 10.34it/s]
[2024-05-24 18:24:24] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.20.input_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
55%|ββββββ | 120/220 [00:21<00:09, 10.34it/s]
[2024-05-24 18:24:24] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.20.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 |
|
55%|ββββββ | 120/220 [00:21<00:09, 10.34it/s]
55%|ββββββ | 122/220 [00:21<00:09, 10.71it/s]
[2024-05-24 18:24:25] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.20.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 |
|
55%|ββββββ | 122/220 [00:21<00:09, 10.71it/s]
[2024-05-24 18:24:25] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.20.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
55%|ββββββ | 122/220 [00:21<00:09, 10.71it/s]
56%|ββββββ | 124/220 [00:21<00:12, 7.76it/s]
[2024-05-24 18:24:25] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.20.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
56%|ββββββ | 124/220 [00:21<00:12, 7.76it/s]
[2024-05-24 18:24:25] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.20.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float32 |
|
56%|ββββββ | 124/220 [00:21<00:12, 7.76it/s]
[2024-05-24 18:24:25] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.20.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float32 |
|
56%|ββββββ | 124/220 [00:21<00:12, 7.76it/s]
58%|ββββββ | 127/220 [00:22<00:10, 9.13it/s]
[2024-05-24 18:24:25] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.20.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 |
|
58%|ββββββ | 127/220 [00:22<00:10, 9.13it/s]
[2024-05-24 18:24:25] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.21.input_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
58%|ββββββ | 127/220 [00:22<00:10, 9.13it/s]
59%|ββββββ | 129/220 [00:22<00:08, 10.36it/s]
[2024-05-24 18:24:25] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.21.input_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
59%|ββββββ | 129/220 [00:22<00:08, 10.36it/s]
[2024-05-24 18:24:25] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.21.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 |
|
59%|ββββββ | 129/220 [00:22<00:08, 10.36it/s]
60%|ββββββ | 131/220 [00:22<00:08, 10.73it/s]
[2024-05-24 18:24:26] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.21.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 |
|
60%|ββββββ | 131/220 [00:22<00:08, 10.73it/s]
[2024-05-24 18:24:26] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.21.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
60%|ββββββ | 131/220 [00:22<00:08, 10.73it/s]
60%|ββββββ | 133/220 [00:22<00:11, 7.77it/s]
[2024-05-24 18:24:26] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.21.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
60%|ββββββ | 133/220 [00:22<00:11, 7.77it/s]
[2024-05-24 18:24:26] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.21.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float32 |
|
60%|ββββββ | 133/220 [00:22<00:11, 7.77it/s]
[2024-05-24 18:24:26] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.21.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float32 |
|
60%|ββββββ | 133/220 [00:22<00:11, 7.77it/s]
62%|βββββββ | 136/220 [00:23<00:09, 9.14it/s]
[2024-05-24 18:24:26] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.21.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 |
|
62%|βββββββ | 136/220 [00:23<00:09, 9.14it/s]
[2024-05-24 18:24:26] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.22.input_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
62%|βββββββ | 136/220 [00:23<00:09, 9.14it/s]
63%|βββββββ | 138/220 [00:23<00:07, 10.37it/s]
[2024-05-24 18:24:26] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.22.input_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
63%|βββββββ | 138/220 [00:23<00:07, 10.37it/s]
[2024-05-24 18:24:26] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.22.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 |
|
63%|βββββββ | 138/220 [00:23<00:07, 10.37it/s]
64%|βββββββ | 140/220 [00:23<00:07, 10.74it/s]
[2024-05-24 18:24:27] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.22.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 |
|
64%|βββββββ | 140/220 [00:23<00:07, 10.74it/s]
[2024-05-24 18:24:27] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.22.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
64%|βββββββ | 140/220 [00:23<00:07, 10.74it/s]
65%|βββββββ | 142/220 [00:23<00:10, 7.78it/s]
[2024-05-24 18:24:27] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.22.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
65%|βββββββ | 142/220 [00:23<00:10, 7.78it/s]
[2024-05-24 18:24:27] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.22.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float32 |
|
65%|βββββββ | 142/220 [00:23<00:10, 7.78it/s]
[2024-05-24 18:24:27] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.22.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float32 |
|
65%|βββββββ | 142/220 [00:23<00:10, 7.78it/s]
66%|βββββββ | 145/220 [00:24<00:08, 9.15it/s]
[2024-05-24 18:24:27] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.22.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 |
|
66%|βββββββ | 145/220 [00:24<00:08, 9.15it/s]
[2024-05-24 18:24:27] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.23.input_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
66%|βββββββ | 145/220 [00:24<00:08, 9.15it/s]
67%|βββββββ | 147/220 [00:24<00:07, 10.38it/s]
[2024-05-24 18:24:27] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.23.input_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
67%|βββββββ | 147/220 [00:24<00:07, 10.38it/s]
[2024-05-24 18:24:27] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.23.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 |
|
67%|βββββββ | 147/220 [00:24<00:07, 10.38it/s]
68%|βββββββ | 149/220 [00:24<00:06, 10.75it/s]
[2024-05-24 18:24:27] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.23.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 |
|
68%|βββββββ | 149/220 [00:24<00:06, 10.75it/s]
[2024-05-24 18:24:28] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.23.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
68%|βββββββ | 149/220 [00:24<00:06, 10.75it/s]
69%|βββββββ | 151/220 [00:24<00:08, 7.78it/s]
[2024-05-24 18:24:28] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.23.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
69%|βββββββ | 151/220 [00:24<00:08, 7.78it/s]
[2024-05-24 18:24:28] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.23.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float32 |
|
69%|βββββββ | 151/220 [00:24<00:08, 7.78it/s]
[2024-05-24 18:24:28] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.23.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float32 |
|
69%|βββββββ | 151/220 [00:24<00:08, 7.78it/s]
70%|βββββββ | 154/220 [00:25<00:07, 9.12it/s]
[2024-05-24 18:24:28] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.23.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 |
|
70%|βββββββ | 154/220 [00:25<00:07, 9.12it/s]
[2024-05-24 18:24:28] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.3.input_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
70%|βββββββ | 154/220 [00:25<00:07, 9.12it/s]
71%|βββββββ | 156/220 [00:25<00:06, 10.37it/s]
[2024-05-24 18:24:28] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.3.input_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
71%|βββββββ | 156/220 [00:25<00:06, 10.37it/s]
[2024-05-24 18:24:28] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.3.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 |
|
71%|βββββββ | 156/220 [00:25<00:06, 10.37it/s]
72%|ββββββββ | 158/220 [00:25<00:05, 10.75it/s]
[2024-05-24 18:24:28] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.3.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 |
|
72%|ββββββββ | 158/220 [00:25<00:05, 10.75it/s]
[2024-05-24 18:24:29] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.3.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
72%|ββββββββ | 158/220 [00:25<00:05, 10.75it/s]
73%|ββββββββ | 160/220 [00:25<00:07, 7.77it/s]
[2024-05-24 18:24:29] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.3.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
73%|ββββββββ | 160/220 [00:25<00:07, 7.77it/s]
[2024-05-24 18:24:29] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.3.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float32 |
|
73%|ββββββββ | 160/220 [00:25<00:07, 7.77it/s]
[2024-05-24 18:24:29] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.3.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float32 |
|
73%|ββββββββ | 160/220 [00:25<00:07, 7.77it/s]
74%|ββββββββ | 163/220 [00:25<00:06, 9.13it/s]
[2024-05-24 18:24:29] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.3.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 |
|
74%|ββββββββ | 163/220 [00:25<00:06, 9.13it/s]
[2024-05-24 18:24:29] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.4.input_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
74%|ββββββββ | 163/220 [00:26<00:06, 9.13it/s]
75%|ββββββββ | 165/220 [00:26<00:05, 10.37it/s]
[2024-05-24 18:24:29] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.4.input_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
75%|ββββββββ | 165/220 [00:26<00:05, 10.37it/s]
[2024-05-24 18:24:29] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.4.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 |
|
75%|ββββββββ | 165/220 [00:26<00:05, 10.37it/s]
76%|ββββββββ | 167/220 [00:26<00:04, 10.75it/s]
[2024-05-24 18:24:29] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.4.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 |
|
76%|ββββββββ | 167/220 [00:26<00:04, 10.75it/s]
[2024-05-24 18:24:30] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.4.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
76%|ββββββββ | 167/220 [00:26<00:04, 10.75it/s]
77%|ββββββββ | 169/220 [00:26<00:06, 7.77it/s]
[2024-05-24 18:24:30] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.4.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
77%|ββββββββ | 169/220 [00:26<00:06, 7.77it/s]
[2024-05-24 18:24:30] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.4.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float32 |
|
77%|ββββββββ | 169/220 [00:26<00:06, 7.77it/s]
[2024-05-24 18:24:30] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.4.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float32 |
|
77%|ββββββββ | 169/220 [00:26<00:06, 7.77it/s]
78%|ββββββββ | 172/220 [00:26<00:05, 9.13it/s]
[2024-05-24 18:24:30] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.4.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 |
|
78%|ββββββββ | 172/220 [00:26<00:05, 9.13it/s]
[2024-05-24 18:24:30] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.5.input_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
78%|ββββββββ | 172/220 [00:27<00:05, 9.13it/s]
79%|ββββββββ | 174/220 [00:27<00:04, 10.36it/s]
[2024-05-24 18:24:30] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.5.input_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
79%|ββββββββ | 174/220 [00:27<00:04, 10.36it/s]
[2024-05-24 18:24:30] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.5.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 |
|
79%|ββββββββ | 174/220 [00:27<00:04, 10.36it/s]
80%|ββββββββ | 176/220 [00:27<00:04, 10.74it/s]
[2024-05-24 18:24:30] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.5.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 |
|
80%|ββββββββ | 176/220 [00:27<00:04, 10.74it/s]
[2024-05-24 18:24:31] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.5.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
80%|ββββββββ | 176/220 [00:27<00:04, 10.74it/s]
81%|ββββββββ | 178/220 [00:27<00:05, 7.77it/s]
[2024-05-24 18:24:31] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.5.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
81%|ββββββββ | 178/220 [00:27<00:05, 7.77it/s]
[2024-05-24 18:24:31] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.5.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float32 |
|
81%|ββββββββ | 178/220 [00:27<00:05, 7.77it/s]
[2024-05-24 18:24:31] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.5.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float32 |
|
81%|ββββββββ | 178/220 [00:27<00:05, 7.77it/s]
82%|βββββββββ | 181/220 [00:27<00:04, 9.13it/s]
[2024-05-24 18:24:31] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.5.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 |
|
82%|βββββββββ | 181/220 [00:27<00:04, 9.13it/s]
[2024-05-24 18:24:31] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.6.input_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
82%|βββββββββ | 181/220 [00:28<00:04, 9.13it/s]
83%|βββββββββ | 183/220 [00:28<00:03, 10.37it/s]
[2024-05-24 18:24:31] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.6.input_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
83%|βββββββββ | 183/220 [00:28<00:03, 10.37it/s]
[2024-05-24 18:24:31] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.6.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 |
|
83%|βββββββββ | 183/220 [00:28<00:03, 10.37it/s]
84%|βββββββββ | 185/220 [00:28<00:03, 10.73it/s]
[2024-05-24 18:24:31] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.6.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 |
|
84%|βββββββββ | 185/220 [00:28<00:03, 10.73it/s]
[2024-05-24 18:24:32] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.6.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
84%|βββββββββ | 185/220 [00:28<00:03, 10.73it/s]
85%|βββββββββ | 187/220 [00:28<00:04, 7.76it/s]
[2024-05-24 18:24:32] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.6.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
85%|βββββββββ | 187/220 [00:28<00:04, 7.76it/s]
[2024-05-24 18:24:32] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.6.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float32 |
|
85%|βββββββββ | 187/220 [00:28<00:04, 7.76it/s]
[2024-05-24 18:24:32] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.6.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float32 |
|
85%|βββββββββ | 187/220 [00:28<00:04, 7.76it/s]
86%|βββββββββ | 190/220 [00:28<00:03, 9.13it/s]
[2024-05-24 18:24:32] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.6.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 |
|
86%|βββββββββ | 190/220 [00:28<00:03, 9.13it/s]
[2024-05-24 18:24:32] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.7.input_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
86%|βββββββββ | 190/220 [00:28<00:03, 9.13it/s]
87%|βββββββββ | 192/220 [00:28<00:02, 10.37it/s]
[2024-05-24 18:24:32] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.7.input_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
87%|βββββββββ | 192/220 [00:28<00:02, 10.37it/s]
[2024-05-24 18:24:32] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.7.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 |
|
87%|βββββββββ | 192/220 [00:29<00:02, 10.37it/s]
88%|βββββββββ | 194/220 [00:29<00:02, 10.73it/s]
[2024-05-24 18:24:32] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.7.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 |
|
88%|βββββββββ | 194/220 [00:29<00:02, 10.73it/s]
[2024-05-24 18:24:33] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.7.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
88%|βββββββββ | 194/220 [00:29<00:02, 10.73it/s]
89%|βββββββββ | 196/220 [00:29<00:03, 7.77it/s]
[2024-05-24 18:24:33] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.7.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
89%|βββββββββ | 196/220 [00:29<00:03, 7.77it/s]
[2024-05-24 18:24:33] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.7.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float32 |
|
89%|βββββββββ | 196/220 [00:29<00:03, 7.77it/s]
[2024-05-24 18:24:33] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.7.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float32 |
|
89%|βββββββββ | 196/220 [00:29<00:03, 7.77it/s]
90%|βββββββββ | 199/220 [00:29<00:02, 9.14it/s]
[2024-05-24 18:24:33] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.7.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 |
|
90%|βββββββββ | 199/220 [00:29<00:02, 9.14it/s]
[2024-05-24 18:24:33] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.8.input_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
90%|βββββββββ | 199/220 [00:29<00:02, 9.14it/s]
91%|ββββββββββ| 201/220 [00:29<00:01, 10.38it/s]
[2024-05-24 18:24:33] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.8.input_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
91%|ββββββββββ| 201/220 [00:29<00:01, 10.38it/s]
[2024-05-24 18:24:33] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.8.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 |
|
91%|ββββββββββ| 201/220 [00:29<00:01, 10.38it/s]
92%|ββββββββββ| 203/220 [00:30<00:01, 10.74it/s]
[2024-05-24 18:24:33] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.8.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 |
|
92%|ββββββββββ| 203/220 [00:30<00:01, 10.74it/s]
[2024-05-24 18:24:34] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.8.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
92%|ββββββββββ| 203/220 [00:30<00:01, 10.74it/s]
93%|ββββββββββ| 205/220 [00:30<00:01, 7.78it/s]
[2024-05-24 18:24:34] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.8.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
93%|ββββββββββ| 205/220 [00:30<00:01, 7.78it/s]
[2024-05-24 18:24:34] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.8.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float32 |
|
93%|ββββββββββ| 205/220 [00:30<00:01, 7.78it/s]
[2024-05-24 18:24:34] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.8.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float32 |
|
93%|ββββββββββ| 205/220 [00:30<00:01, 7.78it/s]
95%|ββββββββββ| 208/220 [00:30<00:01, 9.14it/s]
[2024-05-24 18:24:34] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.8.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 |
|
95%|ββββββββββ| 208/220 [00:30<00:01, 9.14it/s]
[2024-05-24 18:24:34] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.9.input_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
95%|ββββββββββ| 208/220 [00:30<00:01, 9.14it/s]
95%|ββββββββββ| 210/220 [00:30<00:00, 10.37it/s]
[2024-05-24 18:24:34] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.9.input_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
95%|ββββββββββ| 210/220 [00:30<00:00, 10.37it/s]
[2024-05-24 18:24:34] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.9.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 |
|
95%|ββββββββββ| 210/220 [00:30<00:00, 10.37it/s]
96%|ββββββββββ| 212/220 [00:31<00:00, 10.17it/s]
[2024-05-24 18:24:34] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.9.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 |
|
96%|ββββββββββ| 212/220 [00:31<00:00, 10.17it/s]
[2024-05-24 18:24:35] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.9.post_attention_layernorm.bias[0m", shape: (2048,), dtype: float32 |
|
96%|ββββββββββ| 212/220 [00:31<00:00, 10.17it/s]
97%|ββββββββββ| 214/220 [00:31<00:00, 7.56it/s]
[2024-05-24 18:24:35] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.9.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 |
|
97%|ββββββββββ| 214/220 [00:31<00:00, 7.56it/s]
[2024-05-24 18:24:35] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.9.self_attn.qkv_proj.bias[0m", shape: (6144,), dtype: float32 |
|
97%|ββββββββββ| 214/220 [00:31<00:00, 7.56it/s]
[2024-05-24 18:24:35] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.9.self_attn.qkv_proj.weight[0m", shape: (6144, 2048), dtype: float32 |
|
97%|ββββββββββ| 214/220 [00:31<00:00, 7.56it/s]
99%|ββββββββββ| 217/220 [00:31<00:00, 8.96it/s]
[2024-05-24 18:24:35] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.layers.9.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 |
|
99%|ββββββββββ| 217/220 [00:31<00:00, 8.96it/s]
[2024-05-24 18:24:35] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.norm.bias[0m", shape: (2048,), dtype: float32 |
|
99%|ββββββββββ| 217/220 [00:31<00:00, 8.96it/s]
100%|ββββββββββ| 219/220 [00:31<00:00, 10.20it/s]
[2024-05-24 18:24:35] INFO huggingface_loader.py:174: [Not quantized] Parameter: "[1mmodel.norm.weight[0m", shape: (2048,), dtype: float32 |
|
100%|ββββββββββ| 219/220 [00:31<00:00, 10.20it/s]
100%|ββββββββββ| 220/220 [00:31<00:00, 6.90it/s] |
|
[2024-05-24 18:24:35] INFO huggingface_loader.py:196: Unloading HF weight file: dist/models/stablelm-2-zephyr-1_6b/model.safetensors |
|
[2024-05-24 18:24:35] INFO stats.py:76: [92mTime usage[0m: HF loading: 1.017 sec; Pre-quantization mapping: 5.571 sec; Quantization: 0.000 sec |
|
[2024-05-24 18:24:35] INFO stats.py:90: [92mRAM usage[0m: Peak RAM: 3.063 GB. Total bytes loaded from disk: 3.063 GB |
|
[2024-05-24 18:24:35] INFO convert_weight.py:155: [92mParameter size[0m after quantization: 6.126 GB |
|
[2024-05-24 18:24:35] INFO convert_weight.py:160: [92mTotal parameters[0m: 1,644,515,328 |
|
[2024-05-24 18:24:35] INFO convert_weight.py:161: [92mBits per parameter[0m: 32.000 |
|
[2024-05-24 18:24:35] INFO convert_weight.py:166: Saved to directory: [1m/tmp/tmpjjd44ai4[0m |
|
|
|
All finished, 75 total shards committed, record saved to /tmp/tmpjjd44ai4/ndarray-cache.json |
|
Also saved a bf16 record to /tmp/tmpjjd44ai4/ndarray-cache-b16.json |
|
|