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

Signed-off-by: Isotr0py <mozf@mail2.sysu.edu.cn>
This commit is contained in:
Isotr0py 2025-09-30 00:33:39 +08:00 committed by GitHub
parent 145ac73317
commit 0899ba5b42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -752,6 +752,7 @@ steps:
commands:
- pip install --upgrade git+https://github.com/huggingface/transformers
- 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/test_mapping.py
- python3 examples/offline_inference/basic/chat.py