You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/stable-diffusion-dreambooth/README.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,10 @@ In this example, a workbench will be automatically created with a few notebooks
24
24
25
25
## Prerequisite
26
26
27
+
* An OpenShift cluster with OpenShift AI (RHOAI) 2.16+ installed:
28
+
* The `codeflare`, `dashboard`, `ray`, `kueue` and `workbenches` components enabled
29
+
* OpenShift AI dependencies installed - Red Hat OpenShift Serverless and Red Hat OpenShift Service Mesh
30
+
27
31
* Ensure there is at least 1 worker node that has a GPU. On AWS, this can be a p3.8xlarge instance, otherwise you can run the makefile target to add a `machineset` for a single replica of p3.8xlarge.
28
32
29
33
> [!NOTE]
@@ -41,6 +45,8 @@ In this example, a workbench will be automatically created with a few notebooks
0 commit comments