-
Notifications
You must be signed in to change notification settings - Fork 164
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
Provide GPU version of lifelong cityscapes example. #414
base: main
Are you sure you want to change the base?
Conversation
@jaypume: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
7e84918
to
6ebe33e
Compare
If you want GPU to accelerate training or inference in Sedna, you can follow the steps below to enable GPU: | ||
|
||
> 1. Follow the instructions in [nvidia-device-plugin](https://github.com/NVIDIA/k8s-device-plugin#quick-start) to make nvidia-docker to be docker runtime. | ||
> 2. Set config `devicePluginEnabled` to `true` and restart edgecore in the gpu edge node. |
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.
How to restart edge core? Show a link to the guidance will be better.
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.
OK, link of KubeEdge docs has been added.
Signed-off-by: Jie Pu <[email protected]>
6ebe33e
to
c7cfe0e
Compare
\lgtm |
|
||
> 1. Follow the instructions in [nvidia-device-plugin](https://github.com/NVIDIA/k8s-device-plugin#quick-start) to make nvidia-docker to be docker runtime. | ||
> 2. Set config `devicePluginEnabled` to `true` and restart edgecore in the gpu edge node. Please refer to this [doc](https://kubeedge.io/docs/setup/config#configuration-edge-side-kubeedge-worker-node) for configuring edgecore. |
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.
How should the edge container be configured when the runtime is containerd?
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.
Currently not tested on containerd for edge. And if it is supported by Nvidia for kubernetes, it will support for kubeedge and also Sedna.
What type of PR is this?
kind/documentation
What this PR does / why we need it:
Provide GPU version of lifelong cityscapes example.