Skip to content

Commit 510eedd

Browse files
committedFeb 13, 2025
Merge remote-tracking branch 'upstream/main' into HEAD
2 parents 70ee959 + 2092a6f commit 510eedd

File tree

162 files changed

+6398
-2759
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+6398
-2759
lines changed
 

‎.buildkite/nightly-benchmarks/benchmark-pipeline.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ steps:
7070
#key: block-h100
7171
#depends_on: ~
7272

73+
- label: "Cleanup H100"
74+
agents:
75+
queue: H100
76+
depends_on: ~
77+
command: docker system prune -a --volumes --force
78+
7379
- label: "H100"
7480
# skip: "use this flag to conditionally skip the benchmark step, useful for PR testing"
7581
agents:

‎.buildkite/test-pipeline.yaml

+10-2
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ steps:
107107
mirror_hardwares: [amd]
108108
source_file_dependencies:
109109
- vllm/
110+
- tests/entrypoints/llm
111+
- tests/entrypoints/openai
112+
- tests/entrypoints/test_chat_utils
113+
- tests/entrypoints/offline_mode
110114
commands:
111115
- pytest -v -s entrypoints/llm --ignore=entrypoints/llm/test_lazy_outlines.py --ignore=entrypoints/llm/test_generate.py --ignore=entrypoints/llm/test_generate_multiple_loras.py --ignore=entrypoints/llm/test_guided_generate.py --ignore=entrypoints/llm/test_collective_rpc.py
112116
- pytest -v -s entrypoints/llm/test_lazy_outlines.py # it needs a clean process
@@ -124,9 +128,10 @@ steps:
124128
source_file_dependencies:
125129
- vllm/distributed/
126130
- vllm/core/
127-
- tests/distributed
131+
- tests/distributed/test_utils
132+
- tests/distributed/test_pynccl
128133
- tests/spec_decode/e2e/test_integration_dist_tp4
129-
- tests/compile
134+
- tests/compile/test_basic_correctness
130135
- examples/offline_inference/rlhf.py
131136
- examples/offline_inference/rlhf_colocate.py
132137
commands:
@@ -174,6 +179,9 @@ steps:
174179
- vllm/
175180
- tests/engine
176181
- tests/tokenization
182+
- tests/test_sequence
183+
- tests/test_config
184+
- tests/test_logger
177185
commands:
178186
- pytest -v -s engine test_sequence.py test_config.py test_logger.py
179187
# OOM in the CI unless we run this separately

0 commit comments

Comments
 (0)