How to use Teimuri/whisper_medium_final with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Teimuri/whisper_medium_final", dtype="auto")