-
Notifications
You must be signed in to change notification settings - Fork 249
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
Running on M1 mac #186
Comments
It looks like pytorch already supports the M1 chip, so it might be enough to use |
Using
Then after setting
Which comes from https://github.com/jina-ai/guided-diffusion... next I will try to monkey patch that to use float32 (since it seems there's no global way to tell numpy to only use float32) 😅 |
By making all arrays in guided-difussion of type float32 I managed the code to continue until it reaches this repo's
I've tried commenting out the
I give up 😞 |
|
Can we expect this to be ported from Cuda to the Apple Accelerate framework (or something else) so it can run on Mac laptops?
The text was updated successfully, but these errors were encountered: