-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
[CI/Docker] Switch to pytorch new extra index url notation #26072
[CI/Docker] Switch to pytorch new extra index url notation #26072
Conversation
1bc203a
to
1b42f6e
Compare
21cce50
to
dc02eef
Compare
7c99e81
to
82c0ac6
Compare
48a36bf
to
9f07440
Compare
89a48db
to
c113963
Compare
@amogkam CI is green :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @ddelange! Left a couple comments
8b22470
to
8e8235d
Compare
0a4e86c
to
dc2ab64
Compare
@amogkam @krfricke pyg-team/pyg-lib#66 was merged 🎉 rebased on latest |
Signed-off-by: ddelange <14880945+ddelange@users.noreply.github.com>
dc2ab64
to
98597f3
Compare
https://buildkite.com/ray-project/oss-ci-build-pr/builds/6341#0184b34e-75c5-41b6-9487-64ac1a84d7bc/2036-2444 Signed-off-by: ddelange <14880945+ddelange@users.noreply.github.com>
ba6937b
to
f4702c9
Compare
@amogkam could you help re-running some tests? couldnt find failures related to this PR |
cc @krfricke could you help re-run failed tests? |
Signed-off-by: ddelange <14880945+ddelange@users.noreply.github.com>
34c1411
to
b30b267
Compare
Thanks a lot @ddelange! There is just one last issue with formatting: |
python/ray/train/examples/pytorch_geometric/distributed_sage_example.py
Outdated
Show resolved
Hide resolved
@amogkam fixed 🤙 |
hi @amogkam 👋 could you rerun the failing test? |
Hi @amogkam thanks for re-running. it looks like the same flakey failure? https://buildkite.com/ray-project/oss-ci-build-pr/builds/9440#0185b4be-d23f-4de4-acac-4ecf08a921b6 |
…ct#26072) torch now provides custom index urls, eliminating the need for the plus-notation and making reqs more readable and maintainable Signed-off-by: ddelange <14880945+ddelange@users.noreply.github.com> Signed-off-by: Andrea Pisoni <andreapiso@gmail.com>
Why are these changes needed?
torch now provides custom index urls, eliminating the need for the plus-notation and making reqs more readable and maintainable:
Related issue number
followup on #23580
Checks
scripts/format.sh
to lint the changes in this PR.