Unverified Commit 967ba9a2 authored by Keiven C's avatar Keiven C Committed by GitHub
Browse files

fix: change sglang unit tests from gpu_1 to gpu_0 (#7509)


Signed-off-by: default avatarKeiven Chang <keivenchang@users.noreply.github.com>
Co-authored-by: default avatarKeiven Chang <keivenchang@users.noreply.github.com>
parent 934b0669
......@@ -29,7 +29,8 @@ JINJA_TEMPLATE_PATH = str(
pytestmark = [
pytest.mark.unit,
pytest.mark.sglang,
pytest.mark.gpu_1,
pytest.mark.gpu_1, # needs sglang installed (GPU node) but uses no GPU
pytest.mark.max_vram_gib(0),
pytest.mark.pre_merge,
]
# Create SGLang-specific CLI args fixture
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment