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 e7e3e6d commit c847e34Copy full SHA for c847e34
.buildkite/test-pipeline.yaml
@@ -645,7 +645,7 @@ steps:
645
optional: true
646
commands:
647
- pip install --upgrade git+https://github.com/huggingface/transformers
648
- - pytest -v -s models/test_initialization.py
+ - pytest -v -s tests/models/test_initialization.py
649
- pytest -v -s tests/models/multimodal/processing/
650
- pytest -v -s tests/models/multimodal/test_mapping.py
651
- python3 examples/offline_inference/basic/chat.py
0 commit comments