Closed neohunter closed 2 months ago
Hello @neohunter,
Given that you're working with a GTX 1050, your options for Whisper models are quite limited. I recommend reviewing the official Whisper repository to see which models are compatible with your GPU. Considering that Pyannote also requires some GPU memory, I suggest using either the base
or tiny
models. If you're using Faster Whisper, you might be able to fit the small
model, but please be aware of the recent issue #27. Additionally, if you're using OpenAI's Whisper backend, note that they do not support batching.
Does it solve your problem @neohunter ?
I'm having this error when trying to process
I'm not sure if this should be part of ScAIbe or this repo, I think the solution is to reduce the batch size? I tried also with other smaller models and same error.