-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[CI] Add inference run for the performance dashboard #98174
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: Remove fp32 training performance run and trade for amp inference performance run. [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/98174
Note: Links to docs will display an error until the docs builds have been completed. ❌ 6 FailuresAs of commit 13145b4: NEW FAILURES - The following jobs have failed:
BROKEN TRUNK - The following jobs failed but were present on the merge base 0217982:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
.ci/pytorch/test.sh
Outdated
if [[ "${TEST_CONFIG}" == *perf_compare* ]]; then | ||
test_single_dynamo_benchmark "training" "$suite" "$shard_id" --training --amp "$@" | ||
elif [[ "${TEST_CONFIG}" == *perf* ]]; then | ||
# Performance test training only |
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.
Nit: just remove this comment as this is not the case anymore
Summary: Remove fp32 training performance run and trade for amp inference performance run. [ghstack-poisoned]
@pytorchbot merge -f "dashboard run has passed. CI failures are irrelevant." |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Stack from ghstack (oldest at bottom):
Summary: Remove fp32 training performance run and trade for amp inference
performance run.