jianfch / stable-ts

Transcription, forced alignment, and audio indexing with OpenAI's Whisper
MIT License
1.41k stars 164 forks source link

`model.align` does not work with huggingface transformer #370

Open bonsai-byte opened 3 weeks ago

bonsai-byte commented 3 weeks ago

As above ^, I get something about the model not having an align method when I try the hugging face transformer.

jianfch commented 3 weeks ago

That is expected because it is not supported for Hugging Face models.