fix: use diff path 19f8931
Marlon Wiprud commited on
How to use grim3000/chatGLM3-6B-Base with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("grim3000/chatGLM3-6B-Base", trust_remote_code=True, dtype="auto")