From 616bce15ce28e286f7f93c19934d56356b58e9e5 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 Signed-off-by: yewentao256 --- .buildkite/test-pipeline.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.buildkite/test-pipeline.yaml b/.buildkite/test-pipeline.yaml index e603c1582e1fb..460f0afb6f674 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