[X] 1. I have searched related issues but cannot get the expected help.
[X] 2. The bug has not been fixed in the latest version.
[X] 3. Please note that if the bug-related issue you submitted lacks corresponding environment info and a minimal reproducible demo, it will be challenging for us to reproduce and resolve the issue, reducing the likelihood of receiving feedback.
Checklist
Describe the bug
0%| | 0/12 [00:00<?, ?w/s] mlp1.0.bias: 0%| | 0/12 [00:00<?, ?w/s, dev=1] mlp1.0.weight: 8%|▊ | 1/12 [00:00<00:00, 1929.30w/s, dev=1] mlp1.1.bias: 17%|█▋ | 2/12 [00:00<00:00, 2973.63w/s, dev=1]
mlp1.1.weight: 25%|██▌ | 3/12 [00:00<00:00, 3777.52w/s, dev=1] mlp1.3.bias: 33%|███▎ | 4/12 [00:00<00:00, 152.38w/s, dev=1]
mlp1.3.weight: 42%|████▏ | 5/12 [00:00<00:00, 187.57w/s, dev=1] language_model.model.layers.47.attention_norm.weight: 50%|█████ | 6/12 [00:00<00:00, 142.96w/s, dev=cpu] language_model.model.layers.47.feed_forward.w2.weight: 58%|█████▊ | 7/12 [00:00<00:00, 165.86w/s, dev=cpu] language_model.model.layers.47.feed_forward.w3.weight: 67%|██████▋ | 8/12 [00:00<00:00, 189.11w/s, dev=cpu] language_model.model.layers.47.ffn_norm.weight: 75%|███████▌ | 9/12 [00:00<00:00, 212.27w/s, dev=cpu]
language_model.model.norm.weight: 83%|████████▎ | 10/12 [00:00<00:00, 235.39w/s, dev=cpu]
language_model.output.weight: 92%|█████████▏| 11/12 [00:00<00:00, 258.51w/s, dev=cpu]
到这就一直卡住,检查了cpu进程,变成僵尸进程了。我是在魔搭下载的模型 5664 root 20 0 0 0 0 Z 0.0 0.0 0:08.23 lmdeploy
5826 root 20 0 0 0 0 Z 0.0 0.0 0:12.25 lmdeploy
6142 root 20 0 0 0 0 Z 0.0 0.0 0:44.71 lmdeploy
Reproduction
部署脚本:
Environment
Error traceback
No response