litagin/moe-speech
Updated • 818 • 276
How to use ayousanz/moe-speech-default-size with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("ayousanz/moe-speech-default-size", dtype="auto", device_map="auto")# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("ayousanz/moe-speech-default-size", dtype="auto", device_map="auto")
# Gated model: Login with a HF token with gated access permission hf auth login