File size: 127,729 Bytes
49c556b |
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 |
/home/cfruan/.conda/envs/mlc-source-311/bin/python -m mlc_chat gen_config /ssd1/cfruan/models/TinyLlama-1.1B-Chat-v0.4 --quantization q0f32 --conv-template chatml --output /tmp/tmp9bdnmwr5 /home/cfruan/.conda/envs/mlc-source-311/lib/python3.11/site-packages/numpy/core/getlimits.py:549: UserWarning: The value of the smallest subnormal for <class 'numpy.float64'> type is zero. setattr(self, word, getattr(machar, word).flat[0]) /home/cfruan/.conda/envs/mlc-source-311/lib/python3.11/site-packages/numpy/core/getlimits.py:89: UserWarning: The value of the smallest subnormal for <class 'numpy.float64'> type is zero. return self._float_to_str(self.smallest_subnormal) /home/cfruan/.conda/envs/mlc-source-311/lib/python3.11/site-packages/numpy/core/getlimits.py:549: UserWarning: The value of the smallest subnormal for <class 'numpy.float32'> type is zero. setattr(self, word, getattr(machar, word).flat[0]) /home/cfruan/.conda/envs/mlc-source-311/lib/python3.11/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) [2024-01-16 09:55:26] INFO auto_config.py:115: [92mFound[0m model configuration: /ssd1/cfruan/models/TinyLlama-1.1B-Chat-v0.4/config.json [2024-01-16 09:55:26] INFO auto_config.py:153: [92mFound[0m model type: [1mllama[0m. Use `--model-type` to override. [2024-01-16 09:55:26] INFO llama_model.py:51: [1mcontext_window_size[0m not found in config.json. Falling back to [1mmax_position_embeddings[0m (2048) [2024-01-16 09:55:26] INFO llama_model.py:71: [1mprefill_chunk_size[0m defaults to [1mcontext_window_size[0m (2048) [2024-01-16 09:55:26] INFO gen_config.py:117: [config.json] Setting [1mbos_token_id[0m: 1 [2024-01-16 09:55:26] INFO gen_config.py:117: [config.json] Setting [1meos_token_id[0m: 2 [2024-01-16 09:55:26] INFO gen_config.py:129: [92mFound[0m tokenizer config: /ssd1/cfruan/models/TinyLlama-1.1B-Chat-v0.4/tokenizer.model. Copying to [1m/tmp/tmp9bdnmwr5/tokenizer.model[0m [2024-01-16 09:55:26] INFO gen_config.py:129: [92mFound[0m tokenizer config: /ssd1/cfruan/models/TinyLlama-1.1B-Chat-v0.4/tokenizer.json. Copying to [1m/tmp/tmp9bdnmwr5/tokenizer.json[0m [2024-01-16 09:55:26] INFO gen_config.py:131: [91mNot found[0m tokenizer config: /ssd1/cfruan/models/TinyLlama-1.1B-Chat-v0.4/vocab.json [2024-01-16 09:55:26] INFO gen_config.py:131: [91mNot found[0m tokenizer config: /ssd1/cfruan/models/TinyLlama-1.1B-Chat-v0.4/merges.txt [2024-01-16 09:55:26] INFO gen_config.py:129: [92mFound[0m tokenizer config: /ssd1/cfruan/models/TinyLlama-1.1B-Chat-v0.4/added_tokens.json. Copying to [1m/tmp/tmp9bdnmwr5/added_tokens.json[0m [2024-01-16 09:55:26] INFO gen_config.py:129: [92mFound[0m tokenizer config: /ssd1/cfruan/models/TinyLlama-1.1B-Chat-v0.4/tokenizer_config.json. Copying to [1m/tmp/tmp9bdnmwr5/tokenizer_config.json[0m [2024-01-16 09:55:26] INFO gen_config.py:70: [System default] Setting [1mpad_token_id[0m: 0 [2024-01-16 09:55:26] INFO gen_config.py:70: [System default] Setting [1mtemperature[0m: 0.7 [2024-01-16 09:55:26] INFO gen_config.py:70: [System default] Setting [1mrepetition_penalty[0m: 1.0 [2024-01-16 09:55:26] INFO gen_config.py:70: [System default] Setting [1mtop_p[0m: 0.95 [2024-01-16 09:55:26] INFO gen_config.py:70: [System default] Setting [1mmean_gen_len[0m: 128 [2024-01-16 09:55:26] INFO gen_config.py:70: [System default] Setting [1mmax_gen_len[0m: 512 [2024-01-16 09:55:26] INFO gen_config.py:70: [System default] Setting [1mshift_fill_factor[0m: 0.3 [2024-01-16 09:55:26] INFO gen_config.py:159: Dumping configuration file to: [1m/tmp/tmp9bdnmwr5/mlc-chat-config.json[0m /home/cfruan/.conda/envs/mlc-source-311/bin/python -m mlc_chat convert_weight /ssd1/cfruan/models/TinyLlama-1.1B-Chat-v0.4 --quantization q0f32 --source-format auto --output /tmp/tmp9bdnmwr5 /home/cfruan/.conda/envs/mlc-source-311/lib/python3.11/site-packages/numpy/core/getlimits.py:549: UserWarning: The value of the smallest subnormal for <class 'numpy.float64'> type is zero. setattr(self, word, getattr(machar, word).flat[0]) /home/cfruan/.conda/envs/mlc-source-311/lib/python3.11/site-packages/numpy/core/getlimits.py:89: UserWarning: The value of the smallest subnormal for <class 'numpy.float64'> type is zero. return self._float_to_str(self.smallest_subnormal) /home/cfruan/.conda/envs/mlc-source-311/lib/python3.11/site-packages/numpy/core/getlimits.py:549: UserWarning: The value of the smallest subnormal for <class 'numpy.float32'> type is zero. setattr(self, word, getattr(machar, word).flat[0]) /home/cfruan/.conda/envs/mlc-source-311/lib/python3.11/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) [2024-01-16 09:55:27] INFO auto_config.py:115: [92mFound[0m model configuration: /ssd1/cfruan/models/TinyLlama-1.1B-Chat-v0.4/config.json [2024-01-16 09:55:27] INFO auto_device.py:76: [92mFound[0m device: cuda:0 [2024-01-16 09:55:27] INFO auto_device.py:76: [92mFound[0m device: cuda:1 [2024-01-16 09:55:27] INFO auto_device.py:85: [91mNot found[0m device: rocm:0 [2024-01-16 09:55:28] INFO auto_device.py:85: [91mNot found[0m device: metal:0 [2024-01-16 09:55:28] INFO auto_device.py:76: [92mFound[0m device: vulkan:0 [2024-01-16 09:55:28] INFO auto_device.py:76: [92mFound[0m device: vulkan:1 [2024-01-16 09:55:28] INFO auto_device.py:76: [92mFound[0m device: vulkan:2 [2024-01-16 09:55:29] INFO auto_device.py:85: [91mNot found[0m device: opencl:0 [2024-01-16 09:55:29] INFO auto_device.py:33: Using device: [1mcuda:0[0m [2024-01-16 09:55:29] INFO auto_weight.py:70: Finding weights in: /ssd1/cfruan/models/TinyLlama-1.1B-Chat-v0.4 [2024-01-16 09:55:29] INFO auto_weight.py:129: [92mFound[0m source weight format: huggingface-torch. Source configuration: /ssd1/cfruan/models/TinyLlama-1.1B-Chat-v0.4/pytorch_model.bin [2024-01-16 09:55:29] INFO auto_weight.py:143: [92mFound[0m source weight format: huggingface-safetensor. Source configuration: /ssd1/cfruan/models/TinyLlama-1.1B-Chat-v0.4/model.safetensors.index.json [2024-01-16 09:55:29] INFO auto_weight.py:106: Using source weight configuration: [1m/ssd1/cfruan/models/TinyLlama-1.1B-Chat-v0.4/pytorch_model.bin[0m. Use `--source` to override. [2024-01-16 09:55:29] INFO auto_weight.py:110: Using source weight format: [1mhuggingface-torch[0m. Use `--source-format` to override. [2024-01-16 09:55:29] INFO auto_config.py:153: [92mFound[0m model type: [1mllama[0m. Use `--model-type` to override. [2024-01-16 09:55:29] INFO llama_model.py:51: [1mcontext_window_size[0m not found in config.json. Falling back to [1mmax_position_embeddings[0m (2048) [2024-01-16 09:55:29] INFO llama_model.py:71: [1mprefill_chunk_size[0m defaults to [1mcontext_window_size[0m (2048) [2024-01-16 09:55:32] INFO huggingface_loader.py:169: Loading HF parameters from: /ssd1/cfruan/models/TinyLlama-1.1B-Chat-v0.4/pytorch_model.bin [1mWeight conversion with arguments:[0m [1m--config[0m /ssd1/cfruan/models/TinyLlama-1.1B-Chat-v0.4/config.json [1m--quantization[0m NoQuantize(name='q0f32', kind='no-quant', model_dtype='float32') [1m--model-type[0m llama [1m--device[0m cuda:0 [1m--source[0m /ssd1/cfruan/models/TinyLlama-1.1B-Chat-v0.4/pytorch_model.bin [1m--source-format[0m huggingface-torch [1m--output[0m /tmp/tmp9bdnmwr5 0%| | 0/135 [00:00<?, ?it/s] [2024-01-16 09:55:35] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.embed_tokens.weight[0m", shape: (32003, 2048), dtype: float32 0%| | 0/135 [00:00<?, ?it/s] 1%|ββ | 1/135 [00:00<00:23, 5.61it/s] [2024-01-16 09:55:35] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.0.self_attn.qkv_proj.weight[0m", shape: (2560, 2048), dtype: float32 1%|ββ | 1/135 [00:00<00:23, 5.61it/s] [2024-01-16 09:55:35] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.0.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 1%|ββ | 1/135 [00:00<00:23, 5.61it/s] [2024-01-16 09:55:35] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.0.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 1%|ββ | 1/135 [00:00<00:23, 5.61it/s] [2024-01-16 09:55:35] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.0.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 1%|ββ | 1/135 [00:00<00:23, 5.61it/s] 4%|ββββββ | 5/135 [00:00<00:06, 20.20it/s] [2024-01-16 09:55:35] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.0.input_layernorm.weight[0m", shape: (2048,), dtype: float32 4%|ββββββ | 5/135 [00:00<00:06, 20.20it/s] [2024-01-16 09:55:35] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.0.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 4%|ββββββ | 5/135 [00:00<00:06, 20.20it/s] [2024-01-16 09:55:35] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.1.self_attn.qkv_proj.weight[0m", shape: (2560, 2048), dtype: float32 4%|ββββββ | 5/135 [00:00<00:06, 20.20it/s] [2024-01-16 09:55:35] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.1.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 4%|ββββββ | 5/135 [00:00<00:06, 20.20it/s] [2024-01-16 09:55:35] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.1.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 4%|ββββββ | 5/135 [00:00<00:06, 20.20it/s] [2024-01-16 09:55:35] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.1.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 4%|ββββββ | 5/135 [00:00<00:06, 20.20it/s] 8%|βββββββββββββ | 11/135 [00:00<00:03, 34.73it/s] [2024-01-16 09:55:35] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.1.input_layernorm.weight[0m", shape: (2048,), dtype: float32 8%|βββββββββββββ | 11/135 [00:00<00:03, 34.73it/s] [2024-01-16 09:55:35] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.1.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 8%|βββββββββββββ | 11/135 [00:00<00:03, 34.73it/s] [2024-01-16 09:55:35] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.2.self_attn.qkv_proj.weight[0m", shape: (2560, 2048), dtype: float32 8%|βββββββββββββ | 11/135 [00:00<00:03, 34.73it/s] [2024-01-16 09:55:35] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.2.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 8%|βββββββββββββ | 11/135 [00:00<00:03, 34.73it/s] [2024-01-16 09:55:35] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.2.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 8%|βββββββββββββ | 11/135 [00:00<00:03, 34.73it/s] [2024-01-16 09:55:35] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.2.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 8%|βββββββββββββ | 11/135 [00:00<00:03, 34.73it/s] 13%|ββββββββββββββββββββ | 17/135 [00:00<00:02, 43.27it/s] [2024-01-16 09:55:35] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.2.input_layernorm.weight[0m", shape: (2048,), dtype: float32 13%|ββββββββββββββββββββ | 17/135 [00:00<00:02, 43.27it/s] [2024-01-16 09:55:35] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.2.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 13%|ββββββββββββββββββββ | 17/135 [00:00<00:02, 43.27it/s] [2024-01-16 09:55:35] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.3.self_attn.qkv_proj.weight[0m", shape: (2560, 2048), dtype: float32 13%|ββββββββββββββββββββ | 17/135 [00:00<00:02, 43.27it/s] [2024-01-16 09:55:35] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.3.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 13%|ββββββββββββββββββββ | 17/135 [00:00<00:02, 43.27it/s] [2024-01-16 09:55:35] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.3.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 13%|ββββββββββββββββββββ | 17/135 [00:00<00:02, 43.27it/s] [2024-01-16 09:55:35] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.3.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 13%|ββββββββββββββββββββ | 17/135 [00:00<00:02, 43.27it/s] 17%|ββββββββββββββββββββββββββ | 23/135 [00:00<00:02, 48.58it/s] [2024-01-16 09:55:35] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.3.input_layernorm.weight[0m", shape: (2048,), dtype: float32 17%|ββββββββββββββββββββββββββ | 23/135 [00:00<00:02, 48.58it/s] [2024-01-16 09:55:35] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.3.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 17%|ββββββββββββββββββββββββββ | 23/135 [00:00<00:02, 48.58it/s] [2024-01-16 09:55:35] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.4.self_attn.qkv_proj.weight[0m", shape: (2560, 2048), dtype: float32 17%|ββββββββββββββββββββββββββ | 23/135 [00:00<00:02, 48.58it/s] [2024-01-16 09:55:35] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.4.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 17%|ββββββββββββββββββββββββββ | 23/135 [00:00<00:02, 48.58it/s] [2024-01-16 09:55:35] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.4.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 17%|ββββββββββββββββββββββββββ | 23/135 [00:00<00:02, 48.58it/s] [2024-01-16 09:55:35] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.4.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 17%|ββββββββββββββββββββββββββ | 23/135 [00:00<00:02, 48.58it/s] 21%|βββββββββββββββββββββββββββββββββ | 29/135 [00:00<00:02, 50.88it/s] [2024-01-16 09:55:35] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.4.input_layernorm.weight[0m", shape: (2048,), dtype: float32 21%|βββββββββββββββββββββββββββββββββ | 29/135 [00:00<00:02, 50.88it/s] [2024-01-16 09:55:35] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.4.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 21%|βββββββββββββββββββββββββββββββββ | 29/135 [00:00<00:02, 50.88it/s] [2024-01-16 09:55:35] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.5.self_attn.qkv_proj.weight[0m", shape: (2560, 2048), dtype: float32 21%|βββββββββββββββββββββββββββββββββ | 29/135 [00:00<00:02, 50.88it/s] [2024-01-16 09:55:35] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.5.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 21%|βββββββββββββββββββββββββββββββββ | 29/135 [00:00<00:02, 50.88it/s] [2024-01-16 09:55:35] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.5.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 21%|βββββββββββββββββββββββββββββββββ | 29/135 [00:00<00:02, 50.88it/s] [2024-01-16 09:55:35] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.5.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 21%|βββββββββββββββββββββββββββββββββ | 29/135 [00:00<00:02, 50.88it/s] 26%|ββββββββββββββββββββββββββββββββββββββββ | 35/135 [00:00<00:01, 51.83it/s] [2024-01-16 09:55:35] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.5.input_layernorm.weight[0m", shape: (2048,), dtype: float32 26%|ββββββββββββββββββββββββββββββββββββββββ | 35/135 [00:00<00:01, 51.83it/s] [2024-01-16 09:55:35] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.5.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 26%|ββββββββββββββββββββββββββββββββββββββββ | 35/135 [00:00<00:01, 51.83it/s] [2024-01-16 09:55:35] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.6.self_attn.qkv_proj.weight[0m", shape: (2560, 2048), dtype: float32 26%|ββββββββββββββββββββββββββββββββββββββββ | 35/135 [00:00<00:01, 51.83it/s] [2024-01-16 09:55:35] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.6.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 26%|ββββββββββββββββββββββββββββββββββββββββ | 35/135 [00:00<00:01, 51.83it/s] [2024-01-16 09:55:35] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.6.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 26%|ββββββββββββββββββββββββββββββββββββββββ | 35/135 [00:00<00:01, 51.83it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.6.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 26%|ββββββββββββββββββββββββββββββββββββββββ | 35/135 [00:00<00:01, 51.83it/s] 30%|βββββββββββββββββββββββββββββββββββββββββββββββ | 41/135 [00:00<00:01, 53.11it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.6.input_layernorm.weight[0m", shape: (2048,), dtype: float32 30%|βββββββββββββββββββββββββββββββββββββββββββββββ | 41/135 [00:00<00:01, 53.11it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.6.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 30%|βββββββββββββββββββββββββββββββββββββββββββββββ | 41/135 [00:00<00:01, 53.11it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.7.self_attn.qkv_proj.weight[0m", shape: (2560, 2048), dtype: float32 30%|βββββββββββββββββββββββββββββββββββββββββββββββ | 41/135 [00:00<00:01, 53.11it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.7.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 30%|βββββββββββββββββββββββββββββββββββββββββββββββ | 41/135 [00:00<00:01, 53.11it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.7.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 30%|βββββββββββββββββββββββββββββββββββββββββββββββ | 41/135 [00:00<00:01, 53.11it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.7.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 30%|βββββββββββββββββββββββββββββββββββββββββββββββ | 41/135 [00:01<00:01, 53.11it/s] 35%|βββββββββββββββββββββββββββββββββββββββββββββββββββββ | 47/135 [00:01<00:01, 53.95it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.7.input_layernorm.weight[0m", shape: (2048,), dtype: float32 35%|βββββββββββββββββββββββββββββββββββββββββββββββββββββ | 47/135 [00:01<00:01, 53.95it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.7.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 35%|βββββββββββββββββββββββββββββββββββββββββββββββββββββ | 47/135 [00:01<00:01, 53.95it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.8.self_attn.qkv_proj.weight[0m", shape: (2560, 2048), dtype: float32 35%|βββββββββββββββββββββββββββββββββββββββββββββββββββββ | 47/135 [00:01<00:01, 53.95it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.8.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 35%|βββββββββββββββββββββββββββββββββββββββββββββββββββββ | 47/135 [00:01<00:01, 53.95it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.8.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 35%|βββββββββββββββββββββββββββββββββββββββββββββββββββββ | 47/135 [00:01<00:01, 53.95it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.8.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 35%|βββββββββββββββββββββββββββββββββββββββββββββββββββββ | 47/135 [00:01<00:01, 53.95it/s] 39%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 53/135 [00:01<00:01, 53.70it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.8.input_layernorm.weight[0m", shape: (2048,), dtype: float32 39%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 53/135 [00:01<00:01, 53.70it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.8.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 39%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 53/135 [00:01<00:01, 53.70it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.9.self_attn.qkv_proj.weight[0m", shape: (2560, 2048), dtype: float32 39%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 53/135 [00:01<00:01, 53.70it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.9.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 39%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 53/135 [00:01<00:01, 53.70it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.9.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 39%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 53/135 [00:01<00:01, 53.70it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.9.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 39%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 53/135 [00:01<00:01, 53.70it/s] 44%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 59/135 [00:01<00:01, 54.54it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.9.input_layernorm.weight[0m", shape: (2048,), dtype: float32 44%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 59/135 [00:01<00:01, 54.54it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.9.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 44%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 59/135 [00:01<00:01, 54.54it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.10.self_attn.qkv_proj.weight[0m", shape: (2560, 2048), dtype: float32 44%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 59/135 [00:01<00:01, 54.54it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.10.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 44%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 59/135 [00:01<00:01, 54.54it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.10.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 44%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 59/135 [00:01<00:01, 54.54it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.10.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 44%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 59/135 [00:01<00:01, 54.54it/s] 48%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 65/135 [00:01<00:01, 55.54it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.10.input_layernorm.weight[0m", shape: (2048,), dtype: float32 48%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 65/135 [00:01<00:01, 55.54it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.10.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 48%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 65/135 [00:01<00:01, 55.54it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.11.self_attn.qkv_proj.weight[0m", shape: (2560, 2048), dtype: float32 48%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 65/135 [00:01<00:01, 55.54it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.11.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 48%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 65/135 [00:01<00:01, 55.54it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.11.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 48%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 65/135 [00:01<00:01, 55.54it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.11.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 48%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 65/135 [00:01<00:01, 55.54it/s] 53%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 71/135 [00:01<00:01, 56.27it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.11.input_layernorm.weight[0m", shape: (2048,), dtype: float32 53%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 71/135 [00:01<00:01, 56.27it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.11.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 53%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 71/135 [00:01<00:01, 56.27it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.12.self_attn.qkv_proj.weight[0m", shape: (2560, 2048), dtype: float32 53%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 71/135 [00:01<00:01, 56.27it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.12.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 53%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 71/135 [00:01<00:01, 56.27it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.12.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 53%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 71/135 [00:01<00:01, 56.27it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.12.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 53%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 71/135 [00:01<00:01, 56.27it/s] 57%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 77/135 [00:01<00:01, 56.14it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.12.input_layernorm.weight[0m", shape: (2048,), dtype: float32 57%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 77/135 [00:01<00:01, 56.14it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.12.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 57%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 77/135 [00:01<00:01, 56.14it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.13.self_attn.qkv_proj.weight[0m", shape: (2560, 2048), dtype: float32 57%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 77/135 [00:01<00:01, 56.14it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.13.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 57%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 77/135 [00:01<00:01, 56.14it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.13.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 57%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 77/135 [00:01<00:01, 56.14it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.13.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 57%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 77/135 [00:01<00:01, 56.14it/s] 61%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 83/135 [00:01<00:00, 56.48it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.13.input_layernorm.weight[0m", shape: (2048,), dtype: float32 61%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 83/135 [00:01<00:00, 56.48it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.13.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 61%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 83/135 [00:01<00:00, 56.48it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.14.self_attn.qkv_proj.weight[0m", shape: (2560, 2048), dtype: float32 61%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 83/135 [00:01<00:00, 56.48it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.14.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 61%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 83/135 [00:01<00:00, 56.48it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.14.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 61%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 83/135 [00:01<00:00, 56.48it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.14.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 61%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 83/135 [00:01<00:00, 56.48it/s] 66%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 89/135 [00:01<00:00, 56.28it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.14.input_layernorm.weight[0m", shape: (2048,), dtype: float32 66%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 89/135 [00:01<00:00, 56.28it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.14.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 66%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 89/135 [00:01<00:00, 56.28it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.15.self_attn.qkv_proj.weight[0m", shape: (2560, 2048), dtype: float32 66%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 89/135 [00:01<00:00, 56.28it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.15.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 66%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 89/135 [00:01<00:00, 56.28it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.15.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 66%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 89/135 [00:01<00:00, 56.28it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.15.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 66%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 89/135 [00:01<00:00, 56.28it/s] 70%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 95/135 [00:01<00:00, 56.09it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.15.input_layernorm.weight[0m", shape: (2048,), dtype: float32 70%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 95/135 [00:01<00:00, 56.09it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.15.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 70%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 95/135 [00:01<00:00, 56.09it/s] [2024-01-16 09:55:36] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.16.self_attn.qkv_proj.weight[0m", shape: (2560, 2048), dtype: float32 70%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 95/135 [00:01<00:00, 56.09it/s] [2024-01-16 09:55:37] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.16.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 70%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 95/135 [00:01<00:00, 56.09it/s] [2024-01-16 09:55:37] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.16.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 70%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 95/135 [00:01<00:00, 56.09it/s] [2024-01-16 09:55:37] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.16.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 70%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 95/135 [00:01<00:00, 56.09it/s] 75%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 101/135 [00:01<00:00, 55.75it/s] [2024-01-16 09:55:37] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.16.input_layernorm.weight[0m", shape: (2048,), dtype: float32 75%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 101/135 [00:01<00:00, 55.75it/s] [2024-01-16 09:55:37] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.16.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 75%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 101/135 [00:01<00:00, 55.75it/s] [2024-01-16 09:55:37] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.17.self_attn.qkv_proj.weight[0m", shape: (2560, 2048), dtype: float32 75%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 101/135 [00:02<00:00, 55.75it/s] [2024-01-16 09:55:37] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.17.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 75%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 101/135 [00:02<00:00, 55.75it/s] [2024-01-16 09:55:37] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.17.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 75%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 101/135 [00:02<00:00, 55.75it/s] [2024-01-16 09:55:37] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.17.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 75%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 101/135 [00:02<00:00, 55.75it/s] 79%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 107/135 [00:02<00:00, 55.59it/s] [2024-01-16 09:55:37] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.17.input_layernorm.weight[0m", shape: (2048,), dtype: float32 79%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 107/135 [00:02<00:00, 55.59it/s] [2024-01-16 09:55:37] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.17.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 79%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 107/135 [00:02<00:00, 55.59it/s] [2024-01-16 09:55:37] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.18.self_attn.qkv_proj.weight[0m", shape: (2560, 2048), dtype: float32 79%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 107/135 [00:02<00:00, 55.59it/s] [2024-01-16 09:55:37] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.18.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 79%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 107/135 [00:02<00:00, 55.59it/s] [2024-01-16 09:55:37] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.18.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 79%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 107/135 [00:02<00:00, 55.59it/s] [2024-01-16 09:55:37] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.18.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 79%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 107/135 [00:02<00:00, 55.59it/s] 84%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 113/135 [00:02<00:00, 55.93it/s] [2024-01-16 09:55:37] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.18.input_layernorm.weight[0m", shape: (2048,), dtype: float32 84%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 113/135 [00:02<00:00, 55.93it/s] [2024-01-16 09:55:37] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.18.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 84%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 113/135 [00:02<00:00, 55.93it/s] [2024-01-16 09:55:37] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.19.self_attn.qkv_proj.weight[0m", shape: (2560, 2048), dtype: float32 84%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 113/135 [00:02<00:00, 55.93it/s] [2024-01-16 09:55:37] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.19.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 84%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 113/135 [00:02<00:00, 55.93it/s] [2024-01-16 09:55:37] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.19.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 84%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 113/135 [00:02<00:00, 55.93it/s] [2024-01-16 09:55:37] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.19.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 84%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 113/135 [00:02<00:00, 55.93it/s] 88%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 119/135 [00:02<00:00, 56.52it/s] [2024-01-16 09:55:37] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.19.input_layernorm.weight[0m", shape: (2048,), dtype: float32 88%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 119/135 [00:02<00:00, 56.52it/s] [2024-01-16 09:55:37] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.19.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 88%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 119/135 [00:02<00:00, 56.52it/s] [2024-01-16 09:55:37] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.20.self_attn.qkv_proj.weight[0m", shape: (2560, 2048), dtype: float32 88%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 119/135 [00:02<00:00, 56.52it/s] [2024-01-16 09:55:37] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.20.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 88%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 119/135 [00:02<00:00, 56.52it/s] [2024-01-16 09:55:37] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.20.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 88%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 119/135 [00:02<00:00, 56.52it/s] [2024-01-16 09:55:37] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.20.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 88%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 119/135 [00:02<00:00, 56.52it/s] 93%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 125/135 [00:02<00:00, 56.44it/s] [2024-01-16 09:55:37] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.20.input_layernorm.weight[0m", shape: (2048,), dtype: float32 93%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 125/135 [00:02<00:00, 56.44it/s] [2024-01-16 09:55:37] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.20.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 93%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 125/135 [00:02<00:00, 56.44it/s] [2024-01-16 09:55:37] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.21.self_attn.qkv_proj.weight[0m", shape: (2560, 2048), dtype: float32 93%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 125/135 [00:02<00:00, 56.44it/s] [2024-01-16 09:55:37] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.21.self_attn.o_proj.weight[0m", shape: (2048, 2048), dtype: float32 93%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 125/135 [00:02<00:00, 56.44it/s] [2024-01-16 09:55:37] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.21.mlp.gate_up_proj.weight[0m", shape: (11264, 2048), dtype: float32 93%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 125/135 [00:02<00:00, 56.44it/s] [2024-01-16 09:55:37] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.21.mlp.down_proj.weight[0m", shape: (2048, 5632), dtype: float32 93%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 125/135 [00:02<00:00, 56.44it/s] 97%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 131/135 [00:02<00:00, 57.23it/s] [2024-01-16 09:55:37] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.21.input_layernorm.weight[0m", shape: (2048,), dtype: float32 97%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 131/135 [00:02<00:00, 57.23it/s] [2024-01-16 09:55:37] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.layers.21.post_attention_layernorm.weight[0m", shape: (2048,), dtype: float32 97%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 131/135 [00:02<00:00, 57.23it/s] [2024-01-16 09:55:37] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mmodel.norm.weight[0m", shape: (2048,), dtype: float32 97%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 131/135 [00:02<00:00, 57.23it/s] [2024-01-16 09:55:37] INFO huggingface_loader.py:129: [Not quantized] Parameter: "[1mlm_head.weight[0m", shape: (32003, 2048), dtype: float32 97%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 131/135 [00:02<00:00, 57.23it/s] 100%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ| 135/135 [00:02<00:00, 51.10it/s] [2024-01-16 09:55:37] INFO huggingface_loader.py:179: Unloading HF weight file: /ssd1/cfruan/models/TinyLlama-1.1B-Chat-v0.4/pytorch_model.bin [2024-01-16 09:55:37] INFO stats.py:71: [92mTime usage[0m: HF loading: 2.557 sec; Pre-quantization mapping: 0.925 sec; Quantization: 0.000 sec [2024-01-16 09:55:37] INFO stats.py:85: [92mRAM usage[0m: Peak RAM: 4.098 GB. Total bytes loaded from disk: 4.098 GB [2024-01-16 09:55:37] INFO convert_weight.py:119: [92mParameter size[0m after quantization: 4.098 GB [2024-01-16 09:55:37] INFO convert_weight.py:124: [92mTotal parameters[0m: 1,100,060,672 [2024-01-16 09:55:37] INFO convert_weight.py:125: [92mBits per parameter[0m: 32.000 Start storing to cache /tmp/tmp9bdnmwr5 [0001/0135] saving model.embed_tokens.weight [0002/0135] saving model.layers.0.self_attn.qkv_proj.weight [0003/0135] saving model.layers.0.self_attn.o_proj.weight [0004/0135] saving model.layers.0.mlp.gate_up_proj.weight [0005/0135] saving model.layers.0.mlp.down_proj.weight [0006/0135] saving model.layers.0.input_layernorm.weight [0007/0135] saving model.layers.0.post_attention_layernorm.weight [0008/0135] saving model.layers.1.self_attn.qkv_proj.weight [0009/0135] saving model.layers.1.self_attn.o_proj.weight [0010/0135] saving model.layers.1.mlp.gate_up_proj.weight [0011/0135] saving model.layers.1.mlp.down_proj.weight [0012/0135] saving model.layers.1.input_layernorm.weight [0013/0135] saving model.layers.1.post_attention_layernorm.weight [0014/0135] saving model.layers.2.self_attn.qkv_proj.weight [0015/0135] saving model.layers.2.self_attn.o_proj.weight [0016/0135] saving model.layers.2.mlp.gate_up_proj.weight [0017/0135] saving model.layers.2.mlp.down_proj.weight [0018/0135] saving model.layers.2.input_layernorm.weight [0019/0135] saving model.layers.2.post_attention_layernorm.weight [0020/0135] saving model.layers.3.self_attn.qkv_proj.weight [0021/0135] saving model.layers.3.self_attn.o_proj.weight [0022/0135] saving model.layers.3.mlp.gate_up_proj.weight [0023/0135] saving model.layers.3.mlp.down_proj.weight [0024/0135] saving model.layers.3.input_layernorm.weight [0025/0135] saving model.layers.3.post_attention_layernorm.weight [0026/0135] saving model.layers.4.self_attn.qkv_proj.weight [0027/0135] saving model.layers.4.self_attn.o_proj.weight [0028/0135] saving model.layers.4.mlp.gate_up_proj.weight [0029/0135] saving model.layers.4.mlp.down_proj.weight [0030/0135] saving model.layers.4.input_layernorm.weight [0031/0135] saving model.layers.4.post_attention_layernorm.weight [0032/0135] saving model.layers.5.self_attn.qkv_proj.weight [0033/0135] saving model.layers.5.self_attn.o_proj.weight [0034/0135] saving model.layers.5.mlp.gate_up_proj.weight [0035/0135] saving model.layers.5.mlp.down_proj.weight [0036/0135] saving model.layers.5.input_layernorm.weight [0037/0135] saving model.layers.5.post_attention_layernorm.weight [0038/0135] saving model.layers.6.self_attn.qkv_proj.weight [0039/0135] saving model.layers.6.self_attn.o_proj.weight [0040/0135] saving model.layers.6.mlp.gate_up_proj.weight [0041/0135] saving model.layers.6.mlp.down_proj.weight [0042/0135] saving model.layers.6.input_layernorm.weight [0043/0135] saving model.layers.6.post_attention_layernorm.weight [0044/0135] saving model.layers.7.self_attn.qkv_proj.weight [0045/0135] saving model.layers.7.self_attn.o_proj.weight [0046/0135] saving model.layers.7.mlp.gate_up_proj.weight [0047/0135] saving model.layers.7.mlp.down_proj.weight [0048/0135] saving model.layers.7.input_layernorm.weight [0049/0135] saving model.layers.7.post_attention_layernorm.weight [0050/0135] saving model.layers.8.self_attn.qkv_proj.weight [0051/0135] saving model.layers.8.self_attn.o_proj.weight [0052/0135] saving model.layers.8.mlp.gate_up_proj.weight [0053/0135] saving model.layers.8.mlp.down_proj.weight [0054/0135] saving model.layers.8.input_layernorm.weight [0055/0135] saving model.layers.8.post_attention_layernorm.weight [0056/0135] saving model.layers.9.self_attn.qkv_proj.weight [0057/0135] saving model.layers.9.self_attn.o_proj.weight [0058/0135] saving model.layers.9.mlp.gate_up_proj.weight [0059/0135] saving model.layers.9.mlp.down_proj.weight [0060/0135] saving model.layers.9.input_layernorm.weight [0061/0135] saving model.layers.9.post_attention_layernorm.weight [0062/0135] saving model.layers.10.self_attn.qkv_proj.weight [0063/0135] saving model.layers.10.self_attn.o_proj.weight [0064/0135] saving model.layers.10.mlp.gate_up_proj.weight [0065/0135] saving model.layers.10.mlp.down_proj.weight [0066/0135] saving model.layers.10.input_layernorm.weight [0067/0135] saving model.layers.10.post_attention_layernorm.weight [0068/0135] saving model.layers.11.self_attn.qkv_proj.weight [0069/0135] saving model.layers.11.self_attn.o_proj.weight [0070/0135] saving model.layers.11.mlp.gate_up_proj.weight [0071/0135] saving model.layers.11.mlp.down_proj.weight [0072/0135] saving model.layers.11.input_layernorm.weight [0073/0135] saving model.layers.11.post_attention_layernorm.weight [0074/0135] saving model.layers.12.self_attn.qkv_proj.weight [0075/0135] saving model.layers.12.self_attn.o_proj.weight [0076/0135] saving model.layers.12.mlp.gate_up_proj.weight [0077/0135] saving model.layers.12.mlp.down_proj.weight [0078/0135] saving model.layers.12.input_layernorm.weight [0079/0135] saving model.layers.12.post_attention_layernorm.weight [0080/0135] saving model.layers.13.self_attn.qkv_proj.weight [0081/0135] saving model.layers.13.self_attn.o_proj.weight [0082/0135] saving model.layers.13.mlp.gate_up_proj.weight [0083/0135] saving model.layers.13.mlp.down_proj.weight [0084/0135] saving model.layers.13.input_layernorm.weight [0085/0135] saving model.layers.13.post_attention_layernorm.weight [0086/0135] saving model.layers.14.self_attn.qkv_proj.weight [0087/0135] saving model.layers.14.self_attn.o_proj.weight [0088/0135] saving model.layers.14.mlp.gate_up_proj.weight [0089/0135] saving model.layers.14.mlp.down_proj.weight [0090/0135] saving model.layers.14.input_layernorm.weight [0091/0135] saving model.layers.14.post_attention_layernorm.weight [0092/0135] saving model.layers.15.self_attn.qkv_proj.weight [0093/0135] saving model.layers.15.self_attn.o_proj.weight [0094/0135] saving model.layers.15.mlp.gate_up_proj.weight [0095/0135] saving model.layers.15.mlp.down_proj.weight [0096/0135] saving model.layers.15.input_layernorm.weight [0097/0135] saving model.layers.15.post_attention_layernorm.weight [0098/0135] saving model.layers.16.self_attn.qkv_proj.weight [0099/0135] saving model.layers.16.self_attn.o_proj.weight [0100/0135] saving model.layers.16.mlp.gate_up_proj.weight [0101/0135] saving model.layers.16.mlp.down_proj.weight [0102/0135] saving model.layers.16.input_layernorm.weight [0103/0135] saving model.layers.16.post_attention_layernorm.weight [0104/0135] saving model.layers.17.self_attn.qkv_proj.weight [0105/0135] saving model.layers.17.self_attn.o_proj.weight [0106/0135] saving model.layers.17.mlp.gate_up_proj.weight [0107/0135] saving model.layers.17.mlp.down_proj.weight [0108/0135] saving model.layers.17.input_layernorm.weight [0109/0135] saving model.layers.17.post_attention_layernorm.weight [0110/0135] saving model.layers.18.self_attn.qkv_proj.weight [0111/0135] saving model.layers.18.self_attn.o_proj.weight [0112/0135] saving model.layers.18.mlp.gate_up_proj.weight [0113/0135] saving model.layers.18.mlp.down_proj.weight [0114/0135] saving model.layers.18.input_layernorm.weight [0115/0135] saving model.layers.18.post_attention_layernorm.weight [0116/0135] saving model.layers.19.self_attn.qkv_proj.weight [0117/0135] saving model.layers.19.self_attn.o_proj.weight [0118/0135] saving model.layers.19.mlp.gate_up_proj.weight [0119/0135] saving model.layers.19.mlp.down_proj.weight [0120/0135] saving model.layers.19.input_layernorm.weight [0121/0135] saving model.layers.19.post_attention_layernorm.weight [0122/0135] saving model.layers.20.self_attn.qkv_proj.weight [0123/0135] saving model.layers.20.self_attn.o_proj.weight [0124/0135] saving model.layers.20.mlp.gate_up_proj.weight [0125/0135] saving model.layers.20.mlp.down_proj.weight [0126/0135] saving model.layers.20.input_layernorm.weight [0127/0135] saving model.layers.20.post_attention_layernorm.weight [0128/0135] saving model.layers.21.self_attn.qkv_proj.weight [0129/0135] saving model.layers.21.self_attn.o_proj.weight [0130/0135] saving model.layers.21.mlp.gate_up_proj.weight[2024-01-16 09:55:48] INFO convert_weight.py:141: Saved to directory: [1m/tmp/tmp9bdnmwr5[0m [0131/0135] saving model.layers.21.mlp.down_proj.weight [0132/0135] saving model.layers.21.input_layernorm.weight [0133/0135] saving model.layers.21.post_attention_layernorm.weight [0134/0135] saving model.norm.weight [0135/0135] saving lm_head.weight All finished, 57 total shards committed, record saved to /tmp/tmp9bdnmwr5/ndarray-cache.json Also saved a bf16 record to /tmp/tmp9bdnmwr5/ndarray-cache-b16.json |