How to use zai-org/chatglm-6b with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("zai-org/chatglm-6b", trust_remote_code=True, dtype="auto")
请问一下,目前支持最大的字符串长度是多少呢,有没有可能扩大
· Sign up or log in to comment