alesaccoia/VoiceStreamAI

how can I deploy with my local model (e.g. faster_whisper_large_v3)?

Opened this issue · 3 comments

as title

That's the goal of the project and it works out of the box. What's the issue you're experiencing?

That's the goal of the project and it works out of the box. What's the issue you're experiencing?

Thanks for you reply, I actually wish to pre-download the model weights (faster_whisper and segmentation) to deploy the service due to some special network issue.

from_pretrained allow huggingface model name OR model file path.