8e76925
1
2
3
4
5
from transformers import AutoModel model = AutoModel.from_pretrained("silver/chatglm-6b-slim") print("ok")