Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
676ce434
Unverified
Commit
676ce434
authored
Dec 18, 2025
by
Dmitry Tokarev
Committed by
GitHub
Dec 18, 2025
Browse files
fix: Fixed CUDA VERSION value format for VLLM ARM CI job (#5018)
Signed-off-by:
Dmitry Tokarev
<
dtokarev@nvidia.com
>
parent
da59c6ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
.github/workflows/container-validation-backends.yml
.github/workflows/container-validation-backends.yml
+1
-1
.github/workflows/nightly-ci.yml
.github/workflows/nightly-ci.yml
+2
-2
No files found.
.github/workflows/container-validation-backends.yml
View file @
676ce434
...
...
@@ -163,7 +163,7 @@ jobs:
platform
:
'
linux/${{
matrix.platform.arch
}}'
base_image_tag
:
${{ matrix.platform.arch == 'arm64' && '25.06-cuda12.9-devel-ubuntu24.04' || '' }}
runtime_image_tag
:
${{ matrix.platform.arch == 'arm64' && '12.9.0-runtime-ubuntu24.04' || '' }}
cuda_version
:
${{ matrix.platform.arch == 'arm64' && '129' || '' }}
cuda_version
:
${{ matrix.platform.arch == 'arm64' && '12
.
9' || '' }}
torch_backend
:
${{ matrix.platform.arch == 'arm64' && 'cu129' || '' }}
ci_token
:
${{ secrets.CI_TOKEN }}
aws_default_region
:
${{ secrets.AWS_DEFAULT_REGION }}
...
...
.github/workflows/nightly-ci.yml
View file @
676ce434
...
...
@@ -126,12 +126,12 @@ jobs:
-
framework
:
vllm
base_image_tag
:
'
25.06-cuda12.9-devel-ubuntu24.04'
runtime_image_tag
:
'
12.9.0-runtime-ubuntu24.04'
cuda_version
:
'
129'
cuda_version
:
'
12
.
9'
torch_backend
:
'
cu129'
-
framework
:
trtllm
base_image_tag
:
'
25.06-py3'
runtime_image_tag
:
'
'
cuda_version
:
'
129'
cuda_version
:
'
12
.
9'
torch_backend
:
'
cu129'
-
framework
:
sglang
base_image_tag
:
'
'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment