Skip to content

Commit

Permalink
Add in Kueue description in the example README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tsailiming authored and openshift-merge-bot[bot] committed Jul 24, 2024
1 parent 4820c36 commit 7bbcefb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/stable-diffusion-dreambooth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ The example codes are from:

## Overview

In this example, a workbench will be automatically created with a few notebooks to explore Ray.
In this example, a workbench will be automatically created with a few notebooks to explore [Ray](https://docs.ray.io/en/latest/index.html).

[Kueue](https://kueue.sigs.k8s.io/docs/overview/) is used in the example and has native integeration with RayJob and RayCluster.

| Name | Description |
| -------------------- | ----------- |
Expand Down Expand Up @@ -74,7 +76,7 @@ make install-openshift-ai
Run the makefile target. This creates a Data Science Project called `distributed` with the following
* A CephFS RWX PVC
* A single workbench with the git repository already cloned inside
* Kueue configurations
* Kueue will be configured. A `LocalQueue` in the project that uses the `distributed-cq` ClusterQueue
> [!WARNING]
> The setup script will delete all clusterqueues and resourceflavors in the cluster.
Expand Down

0 comments on commit 7bbcefb

Please sign in to comment.