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
9eec94b2
Unverified
Commit
9eec94b2
authored
Mar 10, 2026
by
Dmitry Tokarev
Committed by
GitHub
Mar 10, 2026
Browse files
chore: skip lmcache tests on cuda13 env (#7196)
Signed-off-by:
Dmitry Tokarev
<
dtokarev@nvidia.com
>
parent
72e849e7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tests/serve/test_vllm.py
tests/serve/test_vllm.py
+2
-2
No files found.
tests/serve/test_vllm.py
View file @
9eec94b2
...
...
@@ -117,7 +117,7 @@ vllm_configs = {
pytest
.
mark
.
gpu_1
,
pytest
.
mark
.
pre_merge
,
pytest
.
mark
.
timeout
(
360
),
# 3x estimated time (70s) + download time (150s)
pytest
.
mark
.
xfail
(
pytest
.
mark
.
skipif
(
_is_cuda13
(),
reason
=
"lmcache does not support CUDA 13 as of v0.3.11"
,
strict
=
False
,
...
...
@@ -139,7 +139,7 @@ vllm_configs = {
pytest
.
mark
.
gpu_1
,
pytest
.
mark
.
pre_merge
,
pytest
.
mark
.
timeout
(
360
),
# 3x estimated time (70s) + download time (150s)
pytest
.
mark
.
xfail
(
pytest
.
mark
.
skipif
(
_is_cuda13
(),
reason
=
"lmcache does not support CUDA 13 as of v0.3.11"
,
strict
=
False
,
...
...
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