from transformers import AutoModel model = AutoModel.from_pretrained("silver/chatglm-6b-slim") print("ok")