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