From 0899ba5b42827466372cae94df2f8461f74ccd7c Mon Sep 17 00:00:00 2001 From: Isotr0py Date: Tue, 30 Sep 2025 00:33:39 +0800 Subject: [PATCH] [CI/Build] Include Transformers backend test in nightly transformers test (#25885) Signed-off-by: Isotr0py --- .buildkite/test-pipeline.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.buildkite/test-pipeline.yaml b/.buildkite/test-pipeline.yaml index e603c1582e1f..460f0afb6f67 100644 --- a/.buildkite/test-pipeline.yaml +++ b/.buildkite/test-pipeline.yaml @@ -752,6 +752,7 @@ steps: commands: - pip install --upgrade git+https://github.com/huggingface/transformers - pytest -v -s tests/models/test_initialization.py + - pytest -v -s tests/models/test_transformers.py - pytest -v -s tests/models/multimodal/processing/ - pytest -v -s tests/models/multimodal/test_mapping.py - python3 examples/offline_inference/basic/chat.py