-
Notifications
You must be signed in to change notification settings - Fork 1
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
System Dependencies for PyTorch (or TensorFlow) #8
Comments
Merged
1.13.1 has been released now fyi, so could see if it works for you now without pinning URLs etc., if you haven't already? |
Will look into it, thank you! |
philswatton
added a commit
that referenced
this issue
Jan 26, 2023
Quick pull request resolving #8 now pytorch 1.13.1 is released
With 1.13.1 released and #13 merged this issue is now resolved |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, both PyTorch and TensorFlow have specific install requirements depending on OS. In particular, for macos with the M1 chip, specific installation steps need to be followed. This becomes especially difficult in poetry:
poetry
on Mac M1 pytorch/pytorch#88049There are similar issues for TensorFlow. Specific package installations for Mac M1 are available:
In the work on #3, PyTorch is imported via URLs in poetry. However, this is only true for macos - and I think specific versions of it. Implementing cross-system dependencies would be ideal going forward.
EDIT: this may be more straightforward once PyTorch 1.13.1 is released: pytorch/pytorch#88826
The text was updated successfully, but these errors were encountered: