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
6bd19551
Unverified
Commit
6bd19551
authored
Aug 16, 2024
by
Alexei-V-Ivanov-AMD
Committed by
GitHub
Aug 16, 2024
Browse files
.[Build/CI] Enabling passing AMD tests. (#7610)
parent
e6803499
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
.buildkite/test-pipeline.yaml
.buildkite/test-pipeline.yaml
+6
-7
No files found.
.buildkite/test-pipeline.yaml
View file @
6bd19551
...
...
@@ -56,7 +56,7 @@ steps:
-
pytest -v -s worker
# Worker
-
label
:
Basic Correctness Test
# 30min
mirror_hardwares
:
[
amd
]
#
mirror_hardwares: [amd]
fast_check
:
true
source_file_dependencies
:
-
vllm/
...
...
@@ -81,7 +81,7 @@ steps:
-
label
:
Entrypoints Test
# 20min
working_dir
:
"
/vllm-workspace/tests"
fast_check
:
true
mirror_hardwares
:
[
amd
]
#
mirror_hardwares: [amd]
source_file_dependencies
:
-
vllm/
commands
:
...
...
@@ -141,7 +141,7 @@ steps:
-
label
:
Examples Test
# 12min
working_dir
:
"
/vllm-workspace/examples"
mirror_hardwares
:
[
amd
]
#
mirror_hardwares: [amd]
source_file_dependencies
:
-
vllm/entrypoints
-
examples/
...
...
@@ -173,14 +173,14 @@ steps:
-
label
:
Vision Language Models Test
# 42min
mirror_hardwares
:
[
amd
]
#
mirror_hardwares: [amd]
source_file_dependencies
:
-
vllm/
commands
:
-
pytest -v -s models -m vlm
-
label
:
Prefix Caching Test
# 7min
mirror_hardwares
:
[
amd
]
#
mirror_hardwares: [amd]
source_file_dependencies
:
-
vllm/
-
tests/prefix_caching
...
...
@@ -263,7 +263,6 @@ steps:
-
export VLLM_WORKER_MULTIPROC_METHOD=spawn
-
bash ./run-tests.sh -c configs/models-small.txt -t
1
##### 1 GPU test #####
##### multi gpus test #####
...
...
@@ -292,7 +291,7 @@ steps:
-
VLLM_TEST_SAME_HOST=0 torchrun --nnodes 2 --nproc-per-node=2 --rdzv_backend=c10d --rdzv_endpoint=192.168.10.10 distributed/test_same_node.py
-
label
:
Distributed Tests (2 GPUs)
# 28min
mirror_hardwares
:
[
amd
]
#
mirror_hardwares: [amd]
working_dir
:
"
/vllm-workspace/tests"
num_gpus
:
2
source_file_dependencies
:
...
...
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