-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
add hami to Kubernetes device plugin examples #48866
Conversation
Hello @wawa0210, |
Explicit hold until this PR only covers one language. |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
Thanks for the reminder, I have changed to a one language |
/remove-language zh |
content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md
Outdated
Show resolved
Hide resolved
/remove-area localization |
cc79046
to
bc8e295
Compare
Thanks your review, already update. |
@@ -486,6 +486,7 @@ Here are some examples of device plugin implementations: | |||
* [Akri](https://github.com/project-akri/akri), which lets you easily expose heterogeneous leaf devices (such as IP cameras and USB devices). | |||
* The [AMD GPU device plugin](https://github.com/ROCm/k8s-device-plugin) | |||
* The [generic device plugin](https://github.com/squat/generic-device-plugin) for generic Linux devices and USB devices | |||
* The [HAMi](https://github.com/Project-HAMi/HAMi) for heterogeneous ai computing virtualization middleware. (For example, NVIDIA, Cambricon, Hygon, Iluvatar, MThreads, Ascend, Metax.) |
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.
Grammatical correction. After that, you're good to go
* The [HAMi](https://github.com/Project-HAMi/HAMi) for heterogeneous ai computing virtualization middleware. (For example, NVIDIA, Cambricon, Hygon, Iluvatar, MThreads, Ascend, Metax.) | |
* The [HAMi](https://github.com/Project-HAMi/HAMi) for heterogeneous AI computing virtualization middleware (for example, NVIDIA, Cambricon, Hygon, Iluvatar, MThreads, Ascend, Metax) |
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.
thanks your review, done
Signed-off-by: Xiao Zhang <xiaozhang0210@hotmail.com>
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.
Thanks
/lgtm
/approve
LGTM label has been added. Git tree hash: e447560880318ebac1cbb11ee0a5451f10062acd
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sftim The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
add hami to Kubernetes device plugin examples
Issue
Closes: #