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
292fc59d
Unverified
Commit
292fc59d
authored
May 01, 2025
by
Michael Goin
Committed by
GitHub
May 02, 2025
Browse files
[CI] Actually run tests/kv_transfer/test_disagg.py in CI (#17555)
Signed-off-by:
mgoin
<
mgoin64@gmail.com
>
parent
afcb3f88
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tests/kv_transfer/test_disagg.py
tests/kv_transfer/test_disagg.py
+2
-2
No files found.
tests/kv_transfer/test_disagg.py
View file @
292fc59d
...
@@ -14,8 +14,8 @@ import torch
...
@@ -14,8 +14,8 @@ import torch
# Fixture to set up environment variables and teardown servers after tests
# Fixture to set up environment variables and teardown servers after tests
@
pytest
.
fixture
(
scope
=
"module"
,
autouse
=
True
)
@
pytest
.
fixture
(
scope
=
"module"
,
autouse
=
True
)
def
setup_servers
():
def
setup_servers
():
if
torch
.
cuda
.
device_count
()
<
4
:
if
torch
.
cuda
.
device_count
()
<
2
:
pytest
.
skip
(
"Skipping test: fewer than
4
GPUs available"
)
pytest
.
skip
(
"Skipping test: fewer than
2
GPUs available"
)
# Set up environment variables
# Set up environment variables
VLLM_HOST_IP
=
subprocess
.
check_output
(
"hostname -I | awk '{print $1}'"
,
VLLM_HOST_IP
=
subprocess
.
check_output
(
"hostname -I | awk '{print $1}'"
,
...
...
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