Closed Exr0n closed 9 months ago
For anyone else, in the meantime, you can directly choose the device as: model = stable_whisper.load_hf_whisper('base', device='mps')
@Exr0n Thanks for pointing this out. It should be fixed in 53272cb0376b2c1e32f0055a5505045681409aac.
Thanks for the quick response!
When using the example
I get the error
It looks like this is because
hf_whisper.py
returnsTrue
instead of'mps'
.