Added files fb3616a
Elias Frantar commited on
How to use ISTA-DASLab/switch-c-2048_qmoe with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("ISTA-DASLab/switch-c-2048_qmoe", dtype="auto")