import numpy as np modulenotfounderror:">
赞
踩
from transformers import AutoTokenizer, AutoModel
tokenizer = AutoTokenizer.from_pretrained("THUDM/chatglm-6b", trust_remote_code=True)
model = AutoModel.from_pretrained("THUDM/chatglm-6b", trust_remote_code=True)
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。