Skip to content

[CI/Docker] Switch to pytorch new extra index url notation#26072

Merged
amogkam merged 10 commits intoray-project:masterfrom
ddelange:pytorch-extra-index-url
Jan 18, 2023
Merged

[CI/Docker] Switch to pytorch new extra index url notation#26072
amogkam merged 10 commits intoray-project:masterfrom
ddelange:pytorch-extra-index-url

Conversation

@ddelange
Copy link
Copy Markdown
Contributor

@ddelange ddelange commented Jun 24, 2022

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

  • I've run scripts/format.sh to lint the changes in this PR.
  • I've included any doc changes needed for https://docs.ray.io/en/master/.
  • I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failures at https://flakey-tests.ray.io/
  • Testing Strategy
    • Unit tests
    • Release tests
    • This PR is not tested :(

@ddelange ddelange changed the title Pytorch extra index url Switch to pytorch new extra index url notation Jun 24, 2022
@ddelange ddelange force-pushed the pytorch-extra-index-url branch from 1bc203a to 1b42f6e Compare June 24, 2022 14:31
@ddelange ddelange force-pushed the pytorch-extra-index-url branch 2 times, most recently from 21cce50 to dc02eef Compare June 26, 2022 10:54
@ddelange ddelange force-pushed the pytorch-extra-index-url branch 2 times, most recently from 7c99e81 to 82c0ac6 Compare July 6, 2022 07:29
@DmitriGekhtman DmitriGekhtman removed their request for review July 6, 2022 08:02
@wuisawesome wuisawesome removed their request for review July 7, 2022 00:44
@ddelange ddelange force-pushed the pytorch-extra-index-url branch 4 times, most recently from 48a36bf to 9f07440 Compare July 15, 2022 08:20
@ddelange ddelange force-pushed the pytorch-extra-index-url branch 3 times, most recently from 89a48db to c113963 Compare July 25, 2022 07:09
@ddelange
Copy link
Copy Markdown
Contributor Author

@amogkam CI is green :)

@amogkam amogkam changed the title Switch to pytorch new extra index url notation [CI/Docker] Switch to pytorch new extra index url notation Jul 25, 2022
Copy link
Copy Markdown
Contributor

@amogkam amogkam left a 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

@ddelange ddelange force-pushed the pytorch-extra-index-url branch 2 times, most recently from 8b22470 to 8e8235d Compare July 25, 2022 19:27
@ddelange
Copy link
Copy Markdown
Contributor Author

@krfricke rebased on top of your PR #28808 🤙 also, pulls are out that will solve the blocking issue for upcoming (patch) releases of the pyg libs

@ddelange ddelange force-pushed the pytorch-extra-index-url branch from 0a4e86c to dc2ab64 Compare November 25, 2022 10:26
@ddelange
Copy link
Copy Markdown
Contributor Author

@amogkam @krfricke pyg-team/pyg-lib#66 was merged 🎉

rebased on latest master, ready for review!

Signed-off-by: ddelange <14880945+ddelange@users.noreply.github.com>
@ddelange ddelange force-pushed the pytorch-extra-index-url branch from dc2ab64 to 98597f3 Compare November 26, 2022 09:11
@ddelange ddelange force-pushed the pytorch-extra-index-url branch from ba6937b to f4702c9 Compare December 1, 2022 07:33
@ddelange
Copy link
Copy Markdown
Contributor Author

@amogkam could you help re-running some tests? couldnt find failures related to this PR

@ddelange
Copy link
Copy Markdown
Contributor Author

cc @krfricke could you help re-run failed tests?

@ddelange ddelange force-pushed the pytorch-extra-index-url branch from 34c1411 to b30b267 Compare January 12, 2023 09:18
@ddelange
Copy link
Copy Markdown
Contributor Author

@amogkam @krfricke looks like CI is green 😍 could you have a look?

@amogkam
Copy link
Copy Markdown
Contributor

amogkam commented Jan 13, 2023

Thanks a lot @ddelange!

There is just one last issue with formatting:
python/ray/train/examples/pytorch_geometric/distributed_sage_example.py:1:89: E501 line too long (114 > 88 characters)

Signed-off-by: ddelange <14880945+ddelange@users.noreply.github.com>
@ddelange
Copy link
Copy Markdown
Contributor Author

@amogkam fixed 🤙

@ddelange
Copy link
Copy Markdown
Contributor Author

hi @amogkam 👋 could you rerun the failing test?

@ddelange
Copy link
Copy Markdown
Contributor Author

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

@amogkam amogkam merged commit c0f1196 into ray-project:master Jan 18, 2023
@ddelange ddelange mentioned this pull request Jan 18, 2023
andreapiso pushed a commit to andreapiso/ray that referenced this pull request Jan 22, 2023
…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>
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.

2 participants