diff --git a/cmd/arguments.go b/cmd/arguments.go index a6212f7..3801f4b 100644 --- a/cmd/arguments.go +++ b/cmd/arguments.go @@ -176,7 +176,7 @@ func SetArguments() { }, { Key: "PRELOAD_IMAGES", - Default: "docker.io/rocm/pytorch:rocm6.4_ubuntu24.04_py3.12_pytorch_release_2.6.0,docker.io/rocm/vllm:rocm6.4.1_vllm_0.9.0.1_20250605", + Default: "", Description: "Comma-separated list of the container images to preload.", Type: "string", },