-
Notifications
You must be signed in to change notification settings - Fork 76
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
Initial integration with AutoDist #72
base: master
Are you sure you want to change the base?
Conversation
WORKDIR /root | ||
COPY bert_config.json bert_config.json | ||
COPY tf_examples.tfrecord tf_examples.tfrecord | ||
COPY autodist autodist |
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.
Some of these COPY commands cannot work in a fresh clone of the AdaptDL repo? Can you make sure this example can work in that setting? Maybe git clone autodist instead of assuming it exists locally?
Codecov Report
@@ Coverage Diff @@
## master #72 +/- ##
==========================================
+ Coverage 61.16% 61.18% +0.01%
==========================================
Files 30 30
Lines 2243 2334 +91
Branches 338 357 +19
==========================================
+ Hits 1372 1428 +56
- Misses 806 834 +28
- Partials 65 72 +7
Continue to review full report at Codecov.
|
return_list = [(pod_ip_list[i], pod_gpu_list[i]) | ||
for i in range(len(pod_ip_list))] | ||
LOG.info(return_list) | ||
return web.json_response(return_list) |
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.
shall we unify the return values with L87?
No description provided.