-
Notifications
You must be signed in to change notification settings - Fork 55
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
Torch/Architecture clashes for Mac users #209
Comments
More details:
seems like a torch issue |
Seems related to this thread TLDR; mac x86 binaries for pytorch are deprecated after 2.2.2. could have to do with our conda distribution. i have a M2 laptop but maybe not my python distro |
That should be |
Setting up environment on Mac M1, M2 chips
$ arch # must return `arm64` If wrong arch and using Iterm2, configure
$ brew install micromamba
mamba create -n raa -c conda-forge python=3.12
python -c "import platform; print(platform.processor())" # verify platform is correct |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
changed the issue
The text was updated successfully, but these errors were encountered: