ZhangMaoTai

Results 2 issues of ZhangMaoTai

### 🐛 Describe the bug When I run https://github.com/hpcaitech/ColossalAI/blob/main/applications/Chat/examples/train_rm.sh, I encounter this import error. File "/XXX/ColossalAI/colossalai/fx/_meta_regist_13.py", line 2, in from torch._meta_registrations import register_meta ImportError: cannot import name 'register_meta' from 'torch._meta_registrations'...

bug

### 🐛 Describe the bug When run the Stage3 code https://github.com/hpcaitech/ColossalAI/blob/main/applications/Chat/examples/train_prompts.py using LLaMA, this bug is encountered in line 137: ` tokenizer = prepare_llama_tokenizer_and_embedding(tokenizer, actor)` The detailed of this bug:...

bug