Skip to content

Commit 2b53652

Browse files
DarkLight1337diegocastanibm
authored andcommitted
[CI/Build] Fix wrong path in Transformers Nightly Models Test (vllm-project#20994)
Signed-off-by: DarkLight1337 <[email protected]> Signed-off-by: Diego-Castan <[email protected]>
1 parent 015a7c1 commit 2b53652

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)