首先我用train_chat.sh对chatglm-6b-int4模型进行训练。 然后我尝试通过https://github.com/THUDM/ChatGLM-6B/tree/main/ptuning#%E6%A8%A1%E5%9E%8B%E9%83%A8%E7%BD%B2的方法来加载微调后的模型。 在执行model.transformer.prefix_encoder.load_state_dict(new_prefix_state_dict)的时候报错: ...