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
1425a1bc
Unverified
Commit
1425a1bc
authored
Sep 30, 2024
by
Kevin H. Luu
Committed by
GitHub
Oct 01, 2024
Browse files
[ci] Add CODEOWNERS for test directories (#8795)
Signed-off-by:
kevin
<
kevin@anyscale.com
>
parent
1cabfcef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
2 deletions
+29
-2
.buildkite/test-pipeline.yaml
.buildkite/test-pipeline.yaml
+10
-2
.github/CODEOWNERS
.github/CODEOWNERS
+19
-0
No files found.
.buildkite/test-pipeline.yaml
View file @
1425a1bc
...
@@ -64,13 +64,21 @@ steps:
...
@@ -64,13 +64,21 @@ steps:
fast_check
:
true
fast_check
:
true
source_file_dependencies
:
source_file_dependencies
:
-
vllm/
-
vllm/
-
tests/basic_correctness
-
tests/basic_correctness/test_basic_correctness
-
tests/basic_correctness/test_cpu_offload
-
tests/basic_correctness/test_preemption
commands
:
commands
:
-
pytest -v -s basic_correctness/test_basic_correctness.py
-
pytest -v -s basic_correctness/test_basic_correctness.py
-
pytest -v -s basic_correctness/test_cpu_offload.py
-
pytest -v -s basic_correctness/test_cpu_offload.py
-
VLLM_TEST_ENABLE_ARTIFICIAL_PREEMPT=1 pytest -v -s basic_correctness/test_preemption.py
-
label
:
Chunked Prefill Test
source_file_dependencies
:
-
vllm/
-
tests/basic_correctness/test_chunked_prefill
commands
:
-
VLLM_ATTENTION_BACKEND=XFORMERS pytest -v -s basic_correctness/test_chunked_prefill.py
-
VLLM_ATTENTION_BACKEND=XFORMERS pytest -v -s basic_correctness/test_chunked_prefill.py
-
VLLM_ATTENTION_BACKEND=FLASH_ATTN pytest -v -s basic_correctness/test_chunked_prefill.py
-
VLLM_ATTENTION_BACKEND=FLASH_ATTN pytest -v -s basic_correctness/test_chunked_prefill.py
-
VLLM_TEST_ENABLE_ARTIFICIAL_PREEMPT=1 pytest -v -s basic_correctness/test_preemption.py
-
label
:
Core Test
# 10min
-
label
:
Core Test
# 10min
mirror_hardwares
:
[
amd
]
mirror_hardwares
:
[
amd
]
...
...
.github/CODEOWNERS
0 → 100644
View file @
1425a1bc
# See https://help.github.com/articles/about-codeowners/
# for more info about CODEOWNERS file
/tests/async_engine @njhill @robertgshaw2-neuralmagic @simon-mo
/tests/test_inputs.py @DarkLight1337 @ywang96
/tests/entrypoints @DarkLight1337 @robertgshaw2-neuralmagic @simon-mo
/tests/models @DarkLight1337 @ywang96
/tests/multimodal @DarkLight1337 @ywang96
/tests/prefix_caching @comaniac @KuntaiDu
/tests/spec_decode @njhill @LiuXiaoxuanPKU
/tests/kernels @tlrmchlsmth @WoosukKwon
/tests/quantization @mgoin @robertgshaw2-neuralmagic
/.buildkite/lm-eval-harness @mgoin @simon-mo
/tests/distributed/test_multi_node_assignment.py @youkaichao
/tests/distributed/test_pipeline_parallel.py @youkaichao
/tests/distributed/test_same_node.py @youkaichao
/tests/multi_step @alexm-neuralmagic @SolitaryThinker @comaniac
/tests/weight_loading @mgoin @youkaichao
/tests/basic_correctness/test_chunked_prefill @rkooo567 @comaniac
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