Maybe working container 1ac3a4d
David Tomaschik commited on
How to use Matir/VibeVoice-ASR-HF with Transformers:
# Load model directly
from transformers import AutoProcessor, AutoModelForMultimodalLM
processor = AutoProcessor.from_pretrained("Matir/VibeVoice-ASR-HF")
model = AutoModelForMultimodalLM.from_pretrained("Matir/VibeVoice-ASR-HF")