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

torch 2.0.1 fails to install dependent cuda libraries with poetry #213

Closed
MaxTuecke opened this issue Jul 13, 2023 · 1 comment · Fixed by #197
Closed

torch 2.0.1 fails to install dependent cuda libraries with poetry #213

MaxTuecke opened this issue Jul 13, 2023 · 1 comment · Fixed by #197

Comments

@MaxTuecke
Copy link
Contributor

Currently when trying to register torch models on ubuntu actions, Garden breaks with the error:

ValueError: libnvrtc.so.*[0-9].*[0-9] not found in the system path

This is due to torch 2.0.1 failing to install its cuda dependencies when installed with poetry on GPU enabled machines.

Assumptions

  1. Pytorch will resolve this issue before the next release after 2.0.1.

Acceptance Criteria

Change the version for torch in poetry so it skips 2.0.1

@MaxTuecke MaxTuecke linked a pull request Jul 13, 2023 that will close this issue
@OwenPriceSkelly
Copy link
Member

additional context: poetry fetches dependency info differently than pip would; the torch team uploaded distributions to pypi in such a way that breaks for poetry but not pip. It seems like is only a problem on linux when using poetry to install from pypi. The easiest thing for us to do is likely to just skip 2.0.1.

MaxTuecke added a commit that referenced this issue Jul 14, 2023
* Adds ETE test of Garden
* Adds skinny or full versions of the test
* Adds workflow files to run skinny and full versions on github actions
* Adds slack monitoring system if workflow fails
* Fixes (#212) (#213)
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

Successfully merging a pull request may close this issue.

2 participants