-
Notifications
You must be signed in to change notification settings - Fork 543
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
Conversation
Summary: - Make the git hash from 3/11 nightly consistent with https://hud.pytorch.org/pytorch/pytorch/commit/d962699548c6740bf5d0f3ccda933de3b6fca643 - Make torchtune nightly consistent
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/9453
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 1 Cancelled JobAs of commit 3c352fd with merge base 87dd81a ( NEW FAILURE - The following job has failed:
CANCELLED JOB - The following job was cancelled. Please retry:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@@ -1 +1 @@ | |||
08434df1f2f88c9770e59246caa2ff9c6f613270 | |||
295f2ed4d103017f7e19a7b8263ece606cd629db |
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.
# | ||
# 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/ |
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.
There might be an opportunity to force compliance.
- We should create
./tools/setup/pytorch_nightly_version.txt
, which hosts this version - In both files, we should read directly from that file
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 comment
The 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 comment
The 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?
Summary: - Make the git hash from 3/11 nightly consistent with https://hud.pytorch.org/pytorch/pytorch/commit/d962699548c6740bf5d0f3ccda933de3b6fca643 - Make torchtune nightly consistent
Summary: - Make the git hash from 3/11 nightly consistent with https://hud.pytorch.org/pytorch/pytorch/commit/d962699548c6740bf5d0f3ccda933de3b6fca643 - Make torchtune nightly consistent
Summary: