chatglm-6b-int4 / demo_call_api.py
NewBreaker's picture
add questions all
dd60658
raw
history blame
123 Bytes
from transformers import AutoModel
model = AutoModel.from_pretrained("NewBreaker/chatglm-6b-int4",trust_remote_code=True)