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

Update torch nightly and pin torch to fix CI #2072

Merged
merged 3 commits into from
May 28, 2022
Merged

Conversation

tgaddair
Copy link
Collaborator

@tgaddair tgaddair commented May 28, 2022

pytorch/vision#6103 is causing a really old version of torchvision to be installed. When we later install all of Ludwig's deps, it detects that the currently installed version of torchvision is not compatible, so it installs the stable torchvision, which is pinned to torch 1.11.

This fix temporarily installs a compatible torchvision wheel by exact URL, until the upstream issue is resolved.

@github-actions
Copy link

github-actions bot commented May 28, 2022

Unit Test Results

       6 files  +       2         6 suites  +2   2h 15m 26s ⏱️ + 56m 41s
2 798 tests ±       0  2 752 ✔️  -      11    35 💤 ±  0  11 +11 
8 394 runs  +2 798  8 274 ✔️ +2 751  109 💤 +36  11 +11 

For more details on these failures, see this check.

Results for commit 6c12034. ± Comparison against base commit 8e1b329.

♻️ This comment has been updated with latest results.

@tgaddair tgaddair changed the title Unpin torch nightly Update torch nightly and pin torchvision to fix CI May 28, 2022
@tgaddair tgaddair merged commit 59b2d1b into master May 28, 2022
@tgaddair tgaddair deleted the fix-torch-nightly branch May 28, 2022 16:14
@geoffreyangus geoffreyangus changed the title Update torch nightly and pin torchvision to fix CI Update torch nightly and pin torch to fix CI Jul 28, 2022
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

1 participant