Skip to content

Commit 7bbcefb

Browse files
Add in Kueue description in the example README.md
1 parent 4820c36 commit 7bbcefb

File tree

1 file changed

+4
-2
lines changed
  • examples/stable-diffusion-dreambooth

1 file changed

+4
-2
lines changed

examples/stable-diffusion-dreambooth/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ The example codes are from:
1010

1111
## Overview
1212

13-
In this example, a workbench will be automatically created with a few notebooks to explore Ray.
13+
In this example, a workbench will be automatically created with a few notebooks to explore [Ray](https://docs.ray.io/en/latest/index.html).
14+
15+
[Kueue](https://kueue.sigs.k8s.io/docs/overview/) is used in the example and has native integeration with RayJob and RayCluster.
1416

1517
| Name | Description |
1618
| -------------------- | ----------- |
@@ -74,7 +76,7 @@ make install-openshift-ai
7476
Run the makefile target. This creates a Data Science Project called `distributed` with the following
7577
* A CephFS RWX PVC
7678
* A single workbench with the git repository already cloned inside
77-
* Kueue configurations
79+
* Kueue will be configured. A `LocalQueue` in the project that uses the `distributed-cq` ClusterQueue
7880

7981
> [!WARNING]
8082
> The setup script will delete all clusterqueues and resourceflavors in the cluster.

0 commit comments

Comments
 (0)