Skip to content

Commit 02f479a

Browse files
authoredJan 28, 2025
Revert "Rebase 2025.01.21 (#714)"
This reverts commit c9db39b.
1 parent c9db39b commit 02f479a

File tree

160 files changed

+3559
-3693
lines changed

Some content is hidden

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

160 files changed

+3559
-3693
lines changed
 

‎.buildkite/nightly-benchmarks/scripts/nightly-annotate.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ main() {
4343

4444

4545

46-
# The figures should be generated by a separate process outside the CI/CD pipeline
46+
# The figures should be genereated by a separate process outside the CI/CD pipeline
4747

4848
# # generate figures
4949
# python3 -m pip install tabulate pandas matplotlib

‎.buildkite/test-pipeline.yaml

+3-6
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ steps:
5252
- tests/worker
5353
- tests/standalone_tests/lazy_torch_compile.py
5454
commands:
55+
- pip install git+https://github.com/Isotr0py/DeepSeek-VL2.git # Used by multimoda processing test
5556
- python3 standalone_tests/lazy_torch_compile.py
5657
- pytest -v -s mq_llm_engine # MQLLMEngine
5758
- pytest -v -s async_engine # AsyncLLMEngine
@@ -477,9 +478,7 @@ steps:
477478
- pytest models/encoder_decoder/language/test_bart.py -v -s -m 'distributed(num_gpus=2)'
478479
- pytest models/encoder_decoder/vision_language/test_broadcast.py -v -s -m 'distributed(num_gpus=2)'
479480
- pytest models/decoder_only/vision_language/test_models.py -v -s -m 'distributed(num_gpus=2)'
480-
# this test fails consistently.
481-
# TODO: investigate and fix
482-
# - pytest -v -s spec_decode/e2e/test_integration_dist_tp2.py
481+
- pytest -v -s spec_decode/e2e/test_integration_dist_tp2.py
483482
- CUDA_VISIBLE_DEVICES=0,1 pytest -v -s test_sharded_state_loader.py
484483
- CUDA_VISIBLE_DEVICES=0,1 pytest -v -s kv_transfer/disagg_test.py
485484

@@ -517,9 +516,7 @@ steps:
517516
- vllm/engine
518517
- tests/multi_step
519518
commands:
520-
# this test is quite flaky
521-
# TODO: investigate and fix.
522-
# - pytest -v -s multi_step/test_correctness_async_llm.py
519+
- pytest -v -s multi_step/test_correctness_async_llm.py
523520
- pytest -v -s multi_step/test_correctness_llm.py
524521

525522
- label: Pipeline Parallelism Test # 45min

0 commit comments

Comments
 (0)