File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/model_explainability Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ def vllm_runtime(
161161 template_name = RuntimeTemplates .VLLM_CUDA ,
162162 deployment_type = KServeDeploymentType .RAW_DEPLOYMENT ,
163163 runtime_image = "quay.io/rh-aiservices-bu/vllm-cpu-openai-ubi9"
164- "@sha256:d680ff8becb6bbaf83dfee7b2d9b8a2beb130db7fd5aa7f9a6d8286a58cebbfd " ,
164+ "@sha256:ada6b3ba98829eb81ae4f89364d9b431c0222671eafb9a04aa16f31628536af2 " ,
165165 containers = {
166166 "kserve-container" : {
167167 "args" : [
Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ def lmeval_minio_copy_pod(
382382 ],
383383 wait_for_resource = True ,
384384 ) as pod :
385- pod .wait_for_status (status = Pod .Status .SUCCEEDED )
385+ pod .wait_for_status (status = Pod .Status .SUCCEEDED , timeout = 600 )
386386 yield pod
387387
388388
You can’t perform that action at this time.
0 commit comments