Skip to content

Commit c847e34

Browse files
[CI/Build] Fix wrong path in Transformers Nightly Models Test (#20994)
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
1 parent e7e3e6d commit c847e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/test-pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ steps:
645645
optional: true
646646
commands:
647647
- pip install --upgrade git+https://github.com/huggingface/transformers
648-
- pytest -v -s models/test_initialization.py
648+
- pytest -v -s tests/models/test_initialization.py
649649
- pytest -v -s tests/models/multimodal/processing/
650650
- pytest -v -s tests/models/multimodal/test_mapping.py
651651
- python3 examples/offline_inference/basic/chat.py

0 commit comments

Comments
 (0)