[ci/build] Add placeholder command for custom models test (#9262)
This commit is contained in:
parent
fb870fd491
commit
a78c6ba7c8
@ -347,10 +347,11 @@ steps:
|
|||||||
- pytest -v -s models/encoder_decoder/language
|
- pytest -v -s models/encoder_decoder/language
|
||||||
- pytest -v -s models/encoder_decoder/vision_language
|
- pytest -v -s models/encoder_decoder/vision_language
|
||||||
|
|
||||||
|
# This test is used only in PR development phase to test individual models and should never run on main
|
||||||
- label: Custom Models Test
|
- label: Custom Models Test
|
||||||
#mirror_hardwares: [amd]
|
|
||||||
optional: true
|
optional: true
|
||||||
commands:
|
commands:
|
||||||
|
- echo 'Testing custom models...'
|
||||||
# PR authors can temporarily add commands below to test individual models
|
# PR authors can temporarily add commands below to test individual models
|
||||||
# e.g. pytest -v -s models/encoder_decoder/vision_language/test_mllama.py
|
# e.g. pytest -v -s models/encoder_decoder/vision_language/test_mllama.py
|
||||||
# *To avoid merge conflicts, remember to REMOVE (not just comment out) them before merging the PR*
|
# *To avoid merge conflicts, remember to REMOVE (not just comment out) them before merging the PR*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user