initial commit 492065e
Younes Belkada commited on
How to use google/switch-c-2048 with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("google/switch-c-2048", dtype="auto")