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
f31c1f90
Unverified
Commit
f31c1f90
authored
Jun 16, 2024
by
Antoni Baum
Committed by
GitHub
Jun 16, 2024
Browse files
Add basic correctness 2 GPU tests to 4 GPU pipeline (#5518)
parent
3ce2c050
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
.buildkite/test-pipeline.yaml
.buildkite/test-pipeline.yaml
+6
-2
No files found.
.buildkite/test-pipeline.yaml
View file @
f31c1f90
...
...
@@ -32,7 +32,7 @@ steps:
working_dir
:
"
/vllm-workspace/tests"
num_gpus
:
2
-
label
:
Distributed Tests
-
label
:
Distributed Tests
(2 GPUs)
mirror_hardwares
:
[
amd
]
working_dir
:
"
/vllm-workspace/tests"
num_gpus
:
2
...
...
@@ -50,12 +50,16 @@ steps:
-
CUDA_VISIBLE_DEVICES=0,1 pytest -v -s test_sharded_state_loader.py
-
CUDA_VISIBLE_DEVICES=0,1 pytest -v -s distributed/test_utils.py
-
label
:
Distributed Tests (
Multiple Group
s)
-
label
:
Distributed Tests (
4 GPU
s)
#mirror_hardwares: [amd]
working_dir
:
"
/vllm-workspace/tests"
num_gpus
:
4
commands
:
-
pytest -v -s distributed/test_pynccl.py
# We want to test that models which use 2 GPUs work with 4 GPUs, which is why we duplicate them here.
# See https://github.com/vllm-project/vllm/pull/5473#issuecomment-2166601837 for context.
-
TEST_DIST_MODEL=facebook/opt-125m DISTRIBUTED_EXECUTOR_BACKEND=ray pytest -v -s distributed/test_basic_distributed_correctness.py
-
TEST_DIST_MODEL=facebook/opt-125m DISTRIBUTED_EXECUTOR_BACKEND=mp pytest -v -s distributed/test_basic_distributed_correctness.py
-
label
:
Engine Test
mirror_hardwares
:
[
amd
]
...
...
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