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

System Dependencies for PyTorch (or TensorFlow) #8

Closed
philswatton opened this issue Dec 2, 2022 · 3 comments
Closed

System Dependencies for PyTorch (or TensorFlow) #8

philswatton opened this issue Dec 2, 2022 · 3 comments

Comments

@philswatton
Copy link
Contributor

philswatton commented Dec 2, 2022

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:

There 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

@jack89roberts
Copy link
Contributor

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?

@philswatton
Copy link
Contributor Author

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
@philswatton
Copy link
Contributor Author

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants