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
d9cfbc89
Unverified
Commit
d9cfbc89
authored
Sep 26, 2024
by
Kevin H. Luu
Committed by
GitHub
Sep 26, 2024
Browse files
[ci] Soft fail Entrypoints, Samplers, LoRA, Decoder-only VLM (#8872)
Signed-off-by:
kevin
<
kevin@anyscale.com
>
parent
70de39f6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
.buildkite/test-pipeline.yaml
.buildkite/test-pipeline.yaml
+4
-0
No files found.
.buildkite/test-pipeline.yaml
View file @
d9cfbc89
...
...
@@ -83,6 +83,7 @@ steps:
-
label
:
Entrypoints Test
# 20min
working_dir
:
"
/vllm-workspace/tests"
soft_fail
:
true
fast_check
:
true
mirror_hardwares
:
[
amd
]
source_file_dependencies
:
...
...
@@ -177,6 +178,7 @@ steps:
-
pytest -v -s prefix_caching
-
label
:
Samplers Test
# 18min
soft_fail
:
true
source_file_dependencies
:
-
vllm/model_executor/layers
-
vllm/sampling_metadata.py
...
...
@@ -204,6 +206,7 @@ steps:
-
label
:
LoRA Test %N
# 30min each
mirror_hardwares
:
[
amd
]
soft_fail
:
true
source_file_dependencies
:
-
vllm/lora
-
tests/lora
...
...
@@ -308,6 +311,7 @@ steps:
-
pytest -v -s models/decoder_only/language
-
label
:
Decoder-only Multi-Modal Models Test
# 56min
soft_fail
:
true
#mirror_hardwares: [amd]
source_file_dependencies
:
-
vllm/
...
...
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