whisper-ctranslate2
whisper-ctranslate2 copied to clipboard
Model Doesn't Download Unless I set Device to CPU first
I installed on thru pip then installed pytorch 2.3.0 but I keep getting
AttributeError: partially initialized module 'charset_normalizer' has no attribute 'md__mypyc' (most likely due to a circular import)
whenever I try to run it with or without any options set. Any idea what I did wrong?
Trying to run thru Anaconda on Win11
Yep after downloading the model, it works just fine on GPU, not sure why it doesn't work at all without downloading the model first by specifically running it off CPU first