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