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

Xformers cannot be installed on MAC M1 Pro #7

Open
Naqqash opened this issue Sep 28, 2023 · 6 comments
Open

Xformers cannot be installed on MAC M1 Pro #7

Naqqash opened this issue Sep 28, 2023 · 6 comments

Comments

@Naqqash
Copy link

Naqqash commented Sep 28, 2023

Trying to install and I am getting the error below on my Mac M1 Pro running Ventura 13.4.1. Some search tells me that it is not supported as it is for Nvidia GPUs however, wanted to leave this here just in case.

image

@Naqqash Naqqash changed the title Xformers cannot be installed in MAC M1 Xformers cannot be installed on MAC M1 Pro Sep 28, 2023
@0smboy
Copy link

0smboy commented Sep 28, 2023

@Naqqash try this first

pip3 install torch torchvision

@ControlCplusControlV
Copy link

See #2 as well

@Naqqash
Copy link
Author

Naqqash commented Sep 28, 2023

Thank you @0smboy

@Naqqash try this first

pip3 install torch torchvision

Unfortunately this did not work for me.

Based on @ControlCplusControlV comment from that issue #2

https://ollama.ai/ worked for me

@y-c-mak
Copy link

y-c-mak commented Sep 28, 2023

@Naqqash try this first

pip3 install torch torchvision

Thanks @0smboy , this worked for me (M2 laptop).

@joefutrelle
Copy link

joefutrelle commented Sep 29, 2023

@Naqqash try this first

pip3 install torch torchvision

Thanks @0smboy , this worked for me (M2 laptop).

no luck here with this approach (M2 Pro), same error as in the OP

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

6 participants
@joefutrelle @Naqqash @ControlCplusControlV @0smboy @y-c-mak and others