Skip to content

Commit 0899ba5

Browse files
authored
[CI/Build] Include Transformers backend test in nightly transformers test (vllm-project#25885)
Signed-off-by: Isotr0py <[email protected]>
1 parent 145ac73 commit 0899ba5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.buildkite/test-pipeline.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -752,6 +752,7 @@ steps:
752752
commands:
753753
- pip install --upgrade git+https://github.com/huggingface/transformers
754754
- pytest -v -s tests/models/test_initialization.py
755+
- pytest -v -s tests/models/test_transformers.py
755756
- pytest -v -s tests/models/multimodal/processing/
756757
- pytest -v -s tests/models/multimodal/test_mapping.py
757758
- python3 examples/offline_inference/basic/chat.py

0 commit comments

Comments
 (0)