diff --git a/content/en/docs/plugins.md b/content/en/docs/plugins.md index cc8020ba..8a02dff0 100644 --- a/content/en/docs/plugins.md +++ b/content/en/docs/plugins.md @@ -114,6 +114,8 @@ Anti-affinity: The Predicate Plugin calls the PredicateGPU with pod and nodeInfo as parameters to evaluate and pre-select jobs based on the results. +**Important Note**: The `deviceshare` plugin has a dependency on the `Predicate` Plugin and cannot function without it being enabled. + #### Scenario In AI scenarios where GPU resources are required, the Predicate Plugin can quickly filter out those that require the GPU for centralized scheduling. diff --git a/content/zh/docs/plugins.md b/content/zh/docs/plugins.md index 0d016245..5af59721 100644 --- a/content/zh/docs/plugins.md +++ b/content/zh/docs/plugins.md @@ -110,6 +110,8 @@ Anti-affinity: Predicate plugin通过pod、nodeInfo作为参数,调用predicateGPU,根据计算结果对作业进行评估预选。 +**重要提示**: `deviceshare` plugin 依赖于 `Predicate` plugin,必须启用 `Predicate` plugin 才能运行。 + #### 场景 在AI的应用场景下,GPU资源是必需,Predicate plugin可以快速筛选出来需要GPU的进行集中调度。