-
Notifications
You must be signed in to change notification settings - Fork 26.3k
update test_quantization tests to run weekly #163077
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
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/163077
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 46eaea0 with merge base 6b231af ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
a2b08a7 to
97aa2db
Compare
|
Warning: Unknown label
Please add the new label to .github/pytorch-probot.yml |
891b1a4 to
5655a5d
Compare
9d2478f to
668dc3d
Compare
664723f to
642d497
Compare
a4ca57e to
11e2f71
Compare
11e2f71 to
dd08603
Compare
jerryzh168
left a comment
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.
dd08603 to
8d3e5b7
Compare
| cuda-arch-list: '7.5 8.9' | ||
| test-matrix: | | ||
| { include: [ | ||
| { config: "quantization", shard: 1, num_shards: 1, runner: "linux.g6.4xlarge.experimental.nvidia.gpu" }, |
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.
Let's add the prefix here (just FYI, this is for Meta to LF infra migration)
| { config: "quantization", shard: 1, num_shards: 1, runner: "linux.g6.4xlarge.experimental.nvidia.gpu" }, | |
| { config: "quantization", shard: 1, num_shards: 1, runner: "${{ needs.get-label-type.outputs.label-type }}linux.g6.4xlarge.experimental.nvidia.gpu" }, |
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.
i was getting a linting error so i changed it to this ${{ needs.get-default-label-prefix.outputs.label-type }}?
huydhn
left a comment
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.
I have a couple of minor comments on the new workflow, the rest LGTM!
huydhn
left a comment
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.
8d3e5b7 to
155c99c
Compare
155c99c to
46eaea0
Compare
|
@pytorchbot drci |
|
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Fixes #162854 Pull Request resolved: #163077 Approved by: https://github.com/huydhn
Fixes #162854