-
Notifications
You must be signed in to change notification settings - Fork 145
Make it possible for users to disable .torchxconfig #1125
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
Make it possible for users to disable .torchxconfig #1125
Conversation
Summary: So that the one below is valid and does not use any configs ``` TORCHXCONFIG="" torchx run ``` Differential Revision: D83086473
2806f30
to
23446f9
Compare
Summary: So that the one below is valid and does not use any configs ``` TORCHXCONFIG="" torchx run ``` Differential Revision: D83086473
23446f9
to
eed1b8e
Compare
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.
the two component integ tests that are failing might be a transient failure. Retry them.
@kiukchung To retry the tests that are on github, I cant seem to find the retry action for it. Is it something that requires other perms somewhere? Or should i simply rebase and retry? |
Summary: X-link: meta-pytorch#1125 So that the one below is valid and does not use any configs ``` TORCHXCONFIG="" torchx run ``` Reviewed By: kiukchung Differential Revision: D83086473
eed1b8e
to
185d049
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1125 +/- ##
=======================================
Coverage 91.63% 91.63%
=======================================
Files 83 83
Lines 6392 6394 +2
=======================================
+ Hits 5857 5859 +2
Misses 535 535
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary: X-link: meta-pytorch#1125 So that the one below is valid and does not use any configs ``` TORCHXCONFIG="" torchx run ``` Reviewed By: kiukchung Differential Revision: D83086473
185d049
to
67e6fcf
Compare
Summary: X-link: meta-pytorch#1125 So that the one below is valid and does not use any configs ``` TORCHXCONFIG="" torchx run ``` Reviewed By: kiukchung Differential Revision: D83086473
67e6fcf
to
6351f7e
Compare
Summary: X-link: meta-pytorch#1125 So that the one below is valid and does not use any configs ``` TORCHXCONFIG="" torchx run ``` Reviewed By: kiukchung Differential Revision: D83086473
6351f7e
to
26bd3a8
Compare
Summary: X-link: meta-pytorch#1125 So that the one below is valid and does not use any configs ``` TORCHXCONFIG="" torchx run ``` Reviewed By: kiukchung Differential Revision: D83086473
26bd3a8
to
8a64558
Compare
Summary: X-link: meta-pytorch#1125 So that the one below is valid and does not use any configs ``` TORCHXCONFIG="" torchx run ``` Reviewed By: kiukchung Differential Revision: D83086473
8a64558
to
594bbfa
Compare
Summary: X-link: meta-pytorch#1125 So that the one below is valid and does not use any configs ``` TORCHXCONFIG="" torchx run ``` Reviewed By: kiukchung Differential Revision: D83086473
594bbfa
to
58a5573
Compare
Summary: X-link: meta-pytorch#1125 So that the one below is valid and does not use any configs ``` TORCHXCONFIG="" torchx run ``` Reviewed By: kiukchung Differential Revision: D83086473
58a5573
to
ad922d9
Compare
Summary: X-link: meta-pytorch#1125 So that the one below is valid and does not use any configs ``` TORCHXCONFIG="" torchx run ``` Reviewed By: kiukchung Differential Revision: D83086473
ad922d9
to
bd26e93
Compare
dc79474
into
meta-pytorch:main
Summary:
So that the one below is valid and does not use any configs
Differential Revision: D83086473