slim / app.py
netist's picture
Create app.py
8e76925
raw
history blame
108 Bytes
from transformers import AutoModel
model = AutoModel.from_pretrained("silver/chatglm-6b-slim")
print("ok")