Skip to content

Commit ff0db19

Browse files
authored
Update README.md
1 parent 41fb4fe commit ff0db19

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/sample_blueprints/teams/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# Teams
1+
# Job Queuing
2+
**Job Queuing** feature in OCI AI Blueprints leverage Kueue, a Kubernetes job queuing system, to manage AI/ML workloads more efficiently. Job Queueing introduces workload queuing, prioritization, and resource-aware scheduling, ensuring that jobs are admitted based on available quotas and resource policies. This features enables fair sharing, dynamic resource allocation, and improved utilization of GPUs across workloads.
23

3-
**Teams** feature in OCI AI Blueprints lets admins enforce resource quotas and fair sharing between teams to decide when and where a job (batch, HPC, and AI/ML workloads) should wait or run within the cluster.
4+
**Teams** in OCI AI Blueprints lets admins enforce resource quotas and fair sharing between teams to decide when and where a job (batch, HPC, and AI/ML workloads) should wait or run within the cluster.
45

56
Each bucket (a _team_) has hard _nominal quotas_, soft _borrowing_ / _lending_ limits, an optional _priority threshold_, and a friendly name you reference in any job blueprint.
67
Behind the scenes, the blueprint engine uses Kueue and wires up a `ClusterQueue`, `LocalQueue`, and a `Cohort` so workloads from different teams share idle capacity fairly while respecting their quotas. ([Kueue Docs](https://kueue.sigs.k8s.io/docs/overview/))

0 commit comments

Comments
 (0)