update 5242979
Dejiao Z commited on
How to use SageLite/SageLite-l with Transformers:
# Load model directly
from transformers import SageLite
model = SageLite.from_pretrained("SageLite/SageLite-l", trust_remote_code=True, dtype="auto")