-
Notifications
You must be signed in to change notification settings - Fork 2.2k
feat(daemon): allow gpus arg for remote Executors #3510
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
Latency summaryCurrent PR yields:
Breakdown
Backed by latency-tracking. Further commits will update this 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.
LGTM!
d258d5c
to
17c8b99
Compare
Codecov Report
@@ Coverage Diff @@
## master #3510 +/- ##
==========================================
+ Coverage 89.19% 89.54% +0.35%
==========================================
Files 151 152 +1
Lines 11243 11261 +18
==========================================
+ Hits 10028 10084 +56
+ Misses 1215 1177 -38
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
17c8b99
to
38e6b01
Compare
38e6b01
to
a0021fd
Compare
This PR
gpus
argument withFlow
syntax. This argument was only valid for local + dockerized Executors. Since all remote Executors are dockerized, this enables setting updocker devices
on any remote containers.gpus: all
devices set, as we don't havegpus
arg for Flows. If needed and used, we can enable it later.Note: If on remote, docker cannot access the device passed, we reset the device & start the container again.
Usage with remote Executor