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
vllm_cscc
Commits
8cbdc7eb
Unverified
Commit
8cbdc7eb
authored
Jan 08, 2026
by
Ryan Rock
Committed by
GitHub
Jan 08, 2026
Browse files
[CI/Build] Enable test_kv_cache_events_dp for AMD (#31834)
Signed-off-by:
Ryan Rock
<
ryan.rock@amd.com
>
parent
b634e619
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
tests/v1/engine/test_engine_core_client.py
tests/v1/engine/test_engine_core_client.py
+5
-2
No files found.
tests/v1/engine/test_engine_core_client.py
View file @
8cbdc7eb
...
@@ -37,8 +37,11 @@ from vllm.v1.executor.abstract import Executor
...
@@ -37,8 +37,11 @@ from vllm.v1.executor.abstract import Executor
from
...distributed.conftest
import
MockSubscriber
from
...distributed.conftest
import
MockSubscriber
from
...utils
import
create_new_process_for_each_test
from
...utils
import
create_new_process_for_each_test
if
not
current_platform
.
is_cuda
():
if
not
current_platform
.
is_cuda_alike
():
pytest
.
skip
(
reason
=
"V1 currently only supported on CUDA."
,
allow_module_level
=
True
)
pytest
.
skip
(
reason
=
"V1 currently only supported on CUDA-alike platforms."
,
allow_module_level
=
True
,
)
MODEL_NAME
=
"meta-llama/Llama-3.2-1B-Instruct"
MODEL_NAME
=
"meta-llama/Llama-3.2-1B-Instruct"
TOKENIZER
=
AutoTokenizer
.
from_pretrained
(
MODEL_NAME
)
TOKENIZER
=
AutoTokenizer
.
from_pretrained
(
MODEL_NAME
)
...
...
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