Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/en/docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions content/zh/docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ Anti-affinity:

Predicate plugin通过pod、nodeInfo作为参数,调用predicateGPU,根据计算结果对作业进行评估预选。

**重要提示**: `deviceshare` plugin 依赖于 `Predicate` plugin,必须启用 `Predicate` plugin 才能运行。

#### 场景

在AI的应用场景下,GPU资源是必需,Predicate plugin可以快速筛选出来需要GPU的进行集中调度。
Expand Down