Skip to content
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

边缘节点 GPU 共享 应该如何配置? #5604

Open
thinkeng opened this issue May 13, 2024 · 3 comments
Open

边缘节点 GPU 共享 应该如何配置? #5604

thinkeng opened this issue May 13, 2024 · 3 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@thinkeng
Copy link

边缘节点 GPU 共享 应该如何配置?

@thinkeng thinkeng added the kind/feature Categorizes issue or PR as related to a new feature. label May 13, 2024
@tangming1996
Copy link
Contributor

  1. GPU driver configuration is required on the edge nodes.
  2. Configure GPU runtime in Docker or containerd.
    Ensure successful GPU mounting within containers on the edge nodes using commands like docker run --gpus ... or nerdctl run --gpus ....
  3. Enable GPU-related configurations in the edgecore configuration file.
    ...
    devicePluginEnabled: true
    ...
  4. Install the device-plugin in the cluster (Check if the manufacturer provides the corresponding plugin for the specific GPU).
  5. GPU sharing requires GPU virtualization. Open-source solutions such as Fourth Paradigm can be used.
  6. Once all the above steps are confirmed, attempt to deploy applications to utilize GPU resources.

@thinkeng
Copy link
Author

3. Enable GPU-related configurations in the edgecore configuration file.
...
devicePluginEnabled: true
...

Enable GPU-related configurations in the edgecore configuration file.
...
devicePluginEnabled: true
...

这配置需要加在那一行?

@tangming1996
Copy link
Contributor

  1. Enable GPU-related configurations in the edgecore configuration file.
    ...
    devicePluginEnabled: true
    ...

Enable GPU-related configurations in the edgecore configuration file. ... devicePluginEnabled: true ...

这配置需要加在那一行?

edgecore has a field called devicePluginEnabled

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants