xu-song's picture
update
d10ecd7
raw
history blame
No virus
125 Bytes
from transformers import AutoTokenizer
tokenizer = AutoTokenizer.from_pretrained("THUDM/chatglm2-6b", trust_remote_code=True)