From 3fca08fb80b1c346af52916b9732bf446cf9ffaa Mon Sep 17 00:00:00 2001 From: Andreas Karatzas Date: Thu, 19 Mar 2026 13:15:00 -0500 Subject: [PATCH 1/2] [CI] Removing deprecated rlhf examples reference Signed-off-by: Andreas Karatzas --- .buildkite/test-amd.yaml | 24 ------------------------ .buildkite/test_areas/distributed.yaml | 1 - 2 files changed, 25 deletions(-) diff --git a/.buildkite/test-amd.yaml b/.buildkite/test-amd.yaml index 5e2c25936d8c..d570de40a99c 100644 --- a/.buildkite/test-amd.yaml +++ b/.buildkite/test-amd.yaml @@ -227,7 +227,6 @@ steps: - tests/distributed/test_pynccl - tests/distributed/test_events - tests/compile/fullgraph/test_basic_correctness.py - - examples/offline_inference/rlhf.py - examples/offline_inference/rlhf_colocate.py - examples/offline_inference/new_weight_syncing/ - tests/examples/offline_inference/data_parallel.py @@ -254,10 +253,6 @@ steps: - pytest -v -s distributed/test_pynccl.py - pytest -v -s distributed/test_events.py - pytest -v -s distributed/test_symm_mem_allreduce.py - - pushd ../examples/offline_inference - - VLLM_ALLOW_INSECURE_SERIALIZATION=1 python3 rlhf.py - - VLLM_ALLOW_INSECURE_SERIALIZATION=1 RAY_DEDUP_LOGS=0 python3 rlhf_colocate.py - - popd - pushd ../examples/offline_inference/new_weight_syncing - VLLM_ALLOW_INSECURE_SERIALIZATION=1 python3 rlhf_nccl.py - VLLM_ALLOW_INSECURE_SERIALIZATION=1 python3 rlhf_ipc.py @@ -1586,7 +1581,6 @@ steps: - tests/distributed/test_pynccl - tests/distributed/test_events - tests/compile/fullgraph/test_basic_correctness.py - - examples/offline_inference/rlhf.py - examples/offline_inference/rlhf_colocate.py - examples/rl/ - tests/examples/offline_inference/data_parallel.py @@ -1622,14 +1616,6 @@ steps: - pytest -v -s distributed/test_pynccl.py - pytest -v -s distributed/test_events.py - pytest -v -s distributed/test_symm_mem_allreduce.py - # TODO: create a dedicated test section for multi-GPU example tests - # when we have multiple distributed example tests - # OLD rlhf examples - - pushd ../examples/offline_inference - - VLLM_ALLOW_INSECURE_SERIALIZATION=1 python3 rlhf.py - - VLLM_ALLOW_INSECURE_SERIALIZATION=1 RAY_DEDUP_LOGS=0 python3 rlhf_colocate.py - - popd - # NEW rlhf examples - pushd ../examples/rl - VLLM_ALLOW_INSECURE_SERIALIZATION=1 python3 rlhf_nccl.py - VLLM_ALLOW_INSECURE_SERIALIZATION=1 python3 rlhf_ipc.py @@ -3354,7 +3340,6 @@ steps: - tests/distributed/test_pynccl - tests/distributed/test_events - tests/compile/fullgraph/test_basic_correctness.py - - examples/offline_inference/rlhf.py - examples/offline_inference/rlhf_colocate.py - examples/rl/ - tests/examples/offline_inference/data_parallel.py @@ -3390,14 +3375,6 @@ steps: - pytest -v -s distributed/test_pynccl.py - pytest -v -s distributed/test_events.py - pytest -v -s distributed/test_symm_mem_allreduce.py - # TODO: create a dedicated test section for multi-GPU example tests - # when we have multiple distributed example tests - # OLD rlhf examples - - pushd ../examples/offline_inference - - VLLM_ALLOW_INSECURE_SERIALIZATION=1 python3 rlhf.py - - VLLM_ALLOW_INSECURE_SERIALIZATION=1 RAY_DEDUP_LOGS=0 python3 rlhf_colocate.py - - popd - # NEW rlhf examples - pushd ../examples/rl - VLLM_ALLOW_INSECURE_SERIALIZATION=1 python3 rlhf_nccl.py - VLLM_ALLOW_INSECURE_SERIALIZATION=1 python3 rlhf_ipc.py @@ -4850,4 +4827,3 @@ steps: - vllm/v1/attention/ commands: - python3 benchmarks/attention_benchmarks/benchmark.py --backends ROCM_ATTN ROCM_AITER_FA ROCM_AITER_UNIFIED_ATTN --batch-specs "8q1s1k" --repeats 1 --warmup-iters 1 - diff --git a/.buildkite/test_areas/distributed.yaml b/.buildkite/test_areas/distributed.yaml index 6cf8b43f57c4..1f1b82933029 100644 --- a/.buildkite/test_areas/distributed.yaml +++ b/.buildkite/test_areas/distributed.yaml @@ -88,7 +88,6 @@ steps: - vllm/distributed/ - tests/distributed/test_torchrun_example.py - tests/distributed/test_torchrun_example_moe.py - - examples/offline_inference/rlhf.py - examples/offline_inference/rlhf_colocate.py - examples/rl/ - tests/examples/offline_inference/data_parallel.py From b6cf283ab453895c96738be2603c66148cbca3e8 Mon Sep 17 00:00:00 2001 From: Andreas Karatzas Date: Thu, 19 Mar 2026 13:20:37 -0500 Subject: [PATCH 2/2] [CI] Removing deprecated rlhf examples reference Signed-off-by: Andreas Karatzas --- .buildkite/test-amd.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.buildkite/test-amd.yaml b/.buildkite/test-amd.yaml index d570de40a99c..e8d4a11aeb9f 100644 --- a/.buildkite/test-amd.yaml +++ b/.buildkite/test-amd.yaml @@ -227,8 +227,7 @@ steps: - tests/distributed/test_pynccl - tests/distributed/test_events - tests/compile/fullgraph/test_basic_correctness.py - - examples/offline_inference/rlhf_colocate.py - - examples/offline_inference/new_weight_syncing/ + - examples/rl/ - tests/examples/offline_inference/data_parallel.py - tests/v1/distributed - tests/v1/engine/test_engine_core_client.py @@ -253,7 +252,7 @@ steps: - pytest -v -s distributed/test_pynccl.py - pytest -v -s distributed/test_events.py - pytest -v -s distributed/test_symm_mem_allreduce.py - - pushd ../examples/offline_inference/new_weight_syncing + - pushd ../examples/rl - VLLM_ALLOW_INSECURE_SERIALIZATION=1 python3 rlhf_nccl.py - VLLM_ALLOW_INSECURE_SERIALIZATION=1 python3 rlhf_ipc.py - VLLM_ALLOW_INSECURE_SERIALIZATION=1 python3 rlhf_async_new_apis.py @@ -1581,7 +1580,6 @@ steps: - tests/distributed/test_pynccl - tests/distributed/test_events - tests/compile/fullgraph/test_basic_correctness.py - - examples/offline_inference/rlhf_colocate.py - examples/rl/ - tests/examples/offline_inference/data_parallel.py - tests/v1/distributed @@ -3340,7 +3338,6 @@ steps: - tests/distributed/test_pynccl - tests/distributed/test_events - tests/compile/fullgraph/test_basic_correctness.py - - examples/offline_inference/rlhf_colocate.py - examples/rl/ - tests/examples/offline_inference/data_parallel.py - tests/v1/distributed