We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 145ac73 commit 0899ba5Copy full SHA for 0899ba5
.buildkite/test-pipeline.yaml
@@ -752,6 +752,7 @@ steps:
752
commands:
753
- pip install --upgrade git+https://github.com/huggingface/transformers
754
- pytest -v -s tests/models/test_initialization.py
755
+ - pytest -v -s tests/models/test_transformers.py
756
- pytest -v -s tests/models/multimodal/processing/
757
- pytest -v -s tests/models/multimodal/test_mapping.py
758
- python3 examples/offline_inference/basic/chat.py
0 commit comments