diff --git a/.buildkite/test-amd.yaml b/.buildkite/test-amd.yaml index 82e97bfbb1b2..faa39e81d5e6 100644 --- a/.buildkite/test-amd.yaml +++ b/.buildkite/test-amd.yaml @@ -1511,8 +1511,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 - vllm/platforms/rocm.py 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