赞
踩
参考:https://www.cnblogs.com/bruceleely/p/17348782.html
trust_remote_code=True 一般都需要加上,不然会报错(Tokenizer class QWenTokenizer does not exist or is not currently imported)
##8bit
model = AutoModel.from_pretrained("THUDM/chatglm-6b", trust_remote_code=True).quantize(8)
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。