Unverified Commit 0899ba5b authored by Isotr0py's avatar Isotr0py Committed by GitHub
Browse files

[CI/Build] Include Transformers backend test in nightly transformers test (#25885)


Signed-off-by: default avatarIsotr0py <mozf@mail2.sysu.edu.cn>
parent 145ac733
...@@ -752,6 +752,7 @@ steps: ...@@ -752,6 +752,7 @@ steps:
commands: commands:
- pip install --upgrade git+https://github.com/huggingface/transformers - pip install --upgrade git+https://github.com/huggingface/transformers
- pytest -v -s tests/models/test_initialization.py - pytest -v -s tests/models/test_initialization.py
- pytest -v -s tests/models/test_transformers.py
- pytest -v -s tests/models/multimodal/processing/ - pytest -v -s tests/models/multimodal/processing/
- pytest -v -s tests/models/multimodal/test_mapping.py - pytest -v -s tests/models/multimodal/test_mapping.py
- python3 examples/offline_inference/basic/chat.py - python3 examples/offline_inference/basic/chat.py
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment