-
Notifications
You must be signed in to change notification settings - Fork 709
Make nightly versions consistent #9453
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 08434df1f2f88c9770e59246caa2ff9c6f613270 | ||
| 295f2ed4d103017f7e19a7b8263ece606cd629db | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -67,6 +67,9 @@ def python_is_compatible(): | |
| # NOTE: If a newly-fetched version of the executorch repo changes the value of | ||
| # NIGHTLY_VERSION, you should re-run this script to install the necessary | ||
| # package versions. | ||
| # | ||
| # NOTE: If you're changing, make the corresponding change in .ci/docker/ci_commit_pins/pytorch.txt | ||
| # by picking the hash from the same date in https://hud.pytorch.org/hud/pytorch/pytorch/nightly/ | ||
|
Comment on lines
+70
to
+72
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There might be an opportunity to force compliance.
NIGHTLY_VERSION = open("${ROOT}/tools/setup/pytorch_nightly_version.txt", "r").read().strip()NIGHTLY_VERSION=$(cat "${ROOT}/tools/setup/pytorch_nightly_version.txt")There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ^+1 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sorry, how do we find the mapping between git commit hash and nightly version? |
||
| NIGHTLY_VERSION = "dev20250311" | ||
|
|
||
|
|
||
|
|
||
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.
Got from https://hud.pytorch.org/pytorch/pytorch/commit/d962699548c6740bf5d0f3ccda933de3b6fca643