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
6dd51c7e
Unverified
Commit
6dd51c7e
authored
May 23, 2025
by
Cyrus Leung
Committed by
GitHub
May 23, 2025
Browse files
[CI/Build] Fix V1 flag being set in entrypoints tests (#18598)
Signed-off-by:
DarkLight1337
<
tlleungac@connect.ust.hk
>
parent
2edb533a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
.buildkite/test-pipeline.yaml
.buildkite/test-pipeline.yaml
+3
-2
No files found.
.buildkite/test-pipeline.yaml
View file @
6dd51c7e
...
...
@@ -125,9 +125,8 @@ steps:
-
pytest -v -s entrypoints/llm/test_generate.py
# it needs a clean process
-
pytest -v -s entrypoints/llm/test_generate_multiple_loras.py
# it needs a clean process
-
VLLM_USE_V1=0 pytest -v -s entrypoints/llm/test_guided_generate.py
# it needs a clean process
-
pytest -v -s entrypoints/openai --ignore=entrypoints/openai/test_oot_registration.py
--ignore=entrypoints/openai/test_
chat_with_tool_reason
in
g
.py --ignore=entrypoints/openai/correctness/
-
pytest -v -s entrypoints/openai
--ignore=entrypoints/openai/test_chat_with_tool_reasoning.py
--ignore=entrypoints/openai/test_oot_registration.py --ignore=entrypoints/openai/test_
tensorizer_entrypo
in
t
.py --ignore=entrypoints/openai/correctness/
-
pytest -v -s entrypoints/test_chat_utils.py
-
pytest -v -s entrypoints/openai/test_tensorizer_entrypoint.py
-
VLLM_USE_V1=0 pytest -v -s entrypoints/offline_mode
# Needs to avoid interference with other tests
-
label
:
Distributed Tests (4 GPUs)
# 10min
...
...
@@ -390,10 +389,12 @@ steps:
source_file_dependencies
:
-
vllm/model_executor/model_loader
-
tests/tensorizer_loader
-
tests/entrypoints/openai/test_tensorizer_entrypoint.py
commands
:
-
apt-get update && apt-get install -y curl libsodium23
-
export VLLM_WORKER_MULTIPROC_METHOD=spawn
-
pytest -v -s tensorizer_loader
-
pytest -v -s entrypoints/openai/test_tensorizer_entrypoint.py
-
label
:
Benchmarks
# 9min
mirror_hardwares
:
[
amdexperimental
,
amdproduction
]
...
...
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