-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update vllm cuda runtime image based on rc2 #1985
Conversation
|
@@ -1347,7 +1347,7 @@ | |||
[Arguments] ${gpu_type} | |||
IF "${RUNTIME_IMAGE}" == "${EMPTY}" | |||
IF "${gpu_type}" == "nvidia" | |||
Set Test Variable ${runtime_image} quay.io/modh/vllm@sha256:94e2d256da29891a865103f7e92a1713f0fd385ef611c6162526f4a297e70916 | |||
Set Test Variable ${runtime_image} quay.io/modh/vllm@sha256:a8ba53e1b12309913cd958331dd8dda7f2b1fad39f5350d3c722608835e14512 |
Check warning
Code scanning / Robocop
Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test
@@ -1347,7 +1347,7 @@ | |||
[Arguments] ${gpu_type} | |||
IF "${RUNTIME_IMAGE}" == "${EMPTY}" | |||
IF "${gpu_type}" == "nvidia" | |||
Set Test Variable ${runtime_image} quay.io/modh/vllm@sha256:94e2d256da29891a865103f7e92a1713f0fd385ef611c6162526f4a297e70916 | |||
Set Test Variable ${runtime_image} quay.io/modh/vllm@sha256:a8ba53e1b12309913cd958331dd8dda7f2b1fad39f5350d3c722608835e14512 |
Check notice
Code scanning / Robocop
{{ set_variable_keyword }} can be replaced with VAR Note test
Robot Results
|
@tarukumar could you backport it to releases/2.15.0 branch pls? |
No description provided.