File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
examples/stable-diffusion-dreambooth Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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
7476Run 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.
You can’t perform that action at this time.
0 commit comments