How to use pedrogarcias/whisper-tiny-test with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("pedrogarcias/whisper-tiny-test", dtype="auto")