Skip to content

Commit d4e97b6

Browse files
address Gemini comment
1 parent 2769b1f commit d4e97b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

keras_remote/backend/pathways_client.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ def submit_pathways_job(
105105
except ApiException as e:
106106
if e.status == 404:
107107
raise RuntimeError(
108-
"LeaderWorkerSet CRD not found. Please assure it is "
109-
"installed on the cluster. Run: kubectl apply "
110-
"--server-side -f https://github.com/kubernetes-sigs"
111-
"/lws/releases/download/v0.3.2/lws.yaml"
108+
"LeaderWorkerSet CRD not found. Please ensure it is "
109+
"installed on the cluster. You can install it by running "
110+
"the `keras-remote infra up` command, or by following the "
111+
"official LWS installation guide."
112112
) from e
113113
else:
114114
raise RuntimeError(

0 commit comments

Comments
 (0)