Instructions to use parthiv11/indic_whisper_hi_multi_gpu with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use parthiv11/indic_whisper_hi_multi_gpu with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="parthiv11/indic_whisper_hi_multi_gpu")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("parthiv11/indic_whisper_hi_multi_gpu") model = AutoModelForSpeechSeq2Seq.from_pretrained("parthiv11/indic_whisper_hi_multi_gpu") - Notebooks
- Google Colab
- Kaggle
Unable to install whisper-jax
#2
by zaka786khan - opened
I have been trying install whisper-jax for several days with different versions. Always conflict. There is no proper installation guide. I have tried with cuda11, cuda12. but always fail. Also it is not successfully running on Hugging Face Hub or Kaggle Notebook. I think it is need to add support to the new versions of python ^3.10 and later libraries.
@zaka786khan apologizes for late response, i was busy in something else
can you share what issue are you getting, error?