From c847e34b39e4ecc1dfeda86b19f0a37ee3ca84ad Mon Sep 17 00:00:00 2001 From: Cyrus Leung Date: Tue, 15 Jul 2025 23:53:16 +0800 Subject: [PATCH] [CI/Build] Fix wrong path in Transformers Nightly Models Test (#20994) Signed-off-by: DarkLight1337 --- .buildkite/test-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/test-pipeline.yaml b/.buildkite/test-pipeline.yaml index dd723cb620a7..bbbcfb745d57 100644 --- a/.buildkite/test-pipeline.yaml +++ b/.buildkite/test-pipeline.yaml @@ -645,7 +645,7 @@ steps: optional: true commands: - pip install --upgrade git+https://github.com/huggingface/transformers - - pytest -v -s models/test_initialization.py + - pytest -v -s tests/models/test_initialization.py - pytest -v -s tests/models/multimodal/processing/ - pytest -v -s tests/models/multimodal/test_mapping.py - python3 examples/offline_inference/basic/chat.py