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

plugin does not evenly distribute the pods. 这个插件无法均匀分配Pod。 #207

Open
valafon opened this issue Mar 21, 2023 · 3 comments

Comments

@valafon
Copy link

valafon commented Mar 21, 2023

When I try to create pods using the plugin, it sequentially fills the first GPU, and only when the first one is filled, it starts filling the second one. At the same time, I expected the plugin to attempt to evenly distribute the pods across the GPUs. Is it possible to configure it this way?

Translated to chinese with AI:
当我尝试使用插件创建Pod时,它会依次填充第一个GPU,只有当第一个GPU被填满后,它才会开始填充第二个GPU。与此同时,我希望插件尝试在GPU之间均匀分配Pod。是否可以进行这样的配置?

@valafon valafon changed the title device plugin fails to update pod device plugin doesn't spreads pods Mar 22, 2023
@valafon valafon changed the title device plugin doesn't spreads pods plugin does not evenly distribute the pods. 这个插件无法均匀分配Pod。 Mar 22, 2023
@gitligl
Copy link

gitligl commented Jun 11, 2023

pod在多张GPU之间均衡分布,有结果嘛

@harrymore
Copy link

尝试使用亲和力去实现

@Kevin-Zhang-SYSU
Copy link

可以调整它里面基于显存的分配策略,源码是binpack策略,优先调度到满足要求且剩余显存少的卡

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants