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

limit torch to <=2.1 to avoid type errors #2857

Merged
merged 1 commit into from
Jan 31, 2024
Merged

Conversation

kerrj
Copy link
Collaborator

@kerrj kerrj commented Jan 31, 2024

Because of pytorch/pytorch#118736, our build actions are failing. Hopefully this fixes it

@kerrj kerrj requested a review from brentyi January 31, 2024 19:21
@brentyi brentyi enabled auto-merge (squash) January 31, 2024 19:28
@jb-ye
Copy link
Collaborator

jb-ye commented Jan 31, 2024

Aha, thanks for tracking down the issue.

@brentyi brentyi merged commit 17748a8 into main Jan 31, 2024
2 checks passed
@brentyi brentyi deleted the justin/torch-pin-actions branch January 31, 2024 19:34
simonbethke added a commit to simonbethke/nerfstudio that referenced this pull request Feb 1, 2024
brentyi pushed a commit that referenced this pull request Feb 1, 2024
* Changed torch version to <=2.2, as <=2.1 will uninstall torch 2.1.2+cu118 and leave users without cuda in torch

* changed <=2.2 to <2.2 to prevent the issue at to prevent the type error referenced here #2857

* Changed torch version to <=2.2, as <=2.1 will uninstall torch 2.1.2+cu118 and leave users without cuda in torch
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 this pull request may close these issues.

None yet

3 participants