Skip to content

Commit cd7ba27

Browse files
authored
fix check for dry run (llm-d#283)
Signed-off-by: Michael Kalantar <kalantar@us.ibm.com>
1 parent 2441d6c commit cd7ba27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/steps/04_ensure_model_namespace_prepared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def main():
161161
job_name="download-model",
162162
namespace=ev["vllm_common_namespace"],
163163
timeout=ev["vllm_common_pvc_download_timeout"],
164-
dry_run=ev["control_dry_run"]
164+
dry_run=ev["control_dry_run"] == '1'
165165
))
166166

167167
if is_openshift(api) and ev["deploy_methods"] == "modelservice" :

0 commit comments

Comments
 (0)