OpenVoice icon indicating copy to clipboard operation
OpenVoice copied to clipboard

ValueError: This CTranslate2 package was not compiled with CUDA support

Open flywithbug opened this issue 1 year ago • 3 comments

CPU: Apple M3 Max

image

can support. mac os m3 cpu mode

flywithbug avatar Jun 05 '24 09:06 flywithbug

I just run into the same problem.

in se_extractor.py line 22 I had to change the parameters, see below. Would be nice if this could be made configurable for Apple Silicon users.

model = WhisperModel(model_size, device="cpu", compute_type="float32")

cjohn001 avatar Jun 05 '24 23:06 cjohn001

@cjohn001 you're my hero thanks!

yuichkun avatar Jun 26 '24 17:06 yuichkun

https://rewa-insights.com/t/openvoice-apple-m3-max/438?u=rewa-evija OpenVoice Apple M3 Max硬件优化

agilealpha1 avatar Aug 16 '25 09:08 agilealpha1