-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Batch processing on Apple Silicon? #164
Comments
I have the same error, I use Apple Silicon M1 |
I'm facing a similar issue. I attempted to set TORCH_DEVICE to cpu, yet it's still utilizing mps. Could you guide me on how to correct this? Thank you for any responses. |
I can patch this so you can use MPS for batch conversion, but it will be less efficient than with CUDA |
This is an excellent project, thank you for your contributions. I'm supporting it by doing the following: Yes, it works but it's very slow.😭 |
It seems like supporting MPS but it is very slow IDK why. |
Hello,
When trying to use marker for batch processing on my Mac (M1), I got the following error:
I got the same error using
"cpu"
asTORCH_DEVICE
. And it seems like CUDA is not available on macOS.Did I miss something? Thanks!
And thanks very much for Marker!
The text was updated successfully, but these errors were encountered: