Automatic Speech Recognition
Transformers
Safetensors
VibeVoice
ASR
Transcriptoin
Diarization
Speech-to-Text
Instructions to use microsoft/VibeVoice-ASR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/VibeVoice-ASR with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="microsoft/VibeVoice-ASR")# Load model directly from transformers import VibeVoiceForASRTraining model = VibeVoiceForASRTraining.from_pretrained("microsoft/VibeVoice-ASR", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Can this model be run on a Turing GPU (No Flash Attention support)?
#1
by rsbdev - opened
Hi I was trying to test this model on a 2080TI but I get an error saying that FA2 isn't installed , my GPU does not support FA2 so can I run this model using a different backend and if so how?
Edit: Also which languages does this model support? I cant find that information anywhere.
We are integrating it into HF to run the model easily.
yes, if you are trying on official demos, --attn_implementation sdpa may works.