How to use circulus/whisper-large-v3-ct2 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("circulus/whisper-large-v3-ct2", dtype="auto")