Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ValueError: This CTranslate2 package was not compiled with CUDA support #260

Open
flywithbug opened this issue Jun 5, 2024 · 1 comment

Comments

@flywithbug
Copy link

CPU: Apple M3 Max

image

can support. mac os m3 cpu mode

@cjohn001
Copy link

cjohn001 commented Jun 5, 2024

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")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants