Skip to content

Commit b9a8e7c

Browse files
authored
[CI Update]: Jenkins Script update (#562)
Signed-off-by: Abukhoyer Shaik <[email protected]>
1 parent faab245 commit b9a8e7c

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

scripts/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ pipeline {
5959
mkdir -p $PWD/Non_qaic &&
6060
export TOKENIZERS_PARALLELISM=false &&
6161
export QEFF_HOME=$PWD/Non_qaic &&
62-
pytest tests -m '(not cli) and (on_qaic) and (not nightly) and (not multimodal) and (not qnn) and (not finetune)' --ignore tests/vllm -n 4 --junitxml=tests/tests_log2.xml &&
62+
pytest tests -m '(not cli) and (on_qaic) and (not nightly) and (not multimodal) and (not qnn) and (not finetune)' --ignore tests/vllm -n 3 --junitxml=tests/tests_log2.xml &&
6363
junitparser merge tests/tests_log2.xml tests/tests_log.xml &&
6464
deactivate"
6565
'''

tests/transformers/models/test_image_text_to_text_models.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -134,16 +134,16 @@
134134
"Please describe the image in detail.",
135135
2,
136136
),
137-
(
138-
"OpenGVLab/InternVL2_5-1B",
139-
False,
140-
1,
141-
384,
142-
512,
143-
"https://image.slidesharecdn.com/azureintroduction-191206101932/75/Introduction-to-Microsoft-Azure-Cloud-1-2048.jpg",
144-
"Please describe the image in detail.",
145-
2,
146-
),
137+
# (
138+
# "OpenGVLab/InternVL2_5-1B",
139+
# False,
140+
# 1,
141+
# 384,
142+
# 512,
143+
# "https://image.slidesharecdn.com/azureintroduction-191206101932/75/Introduction-to-Microsoft-Azure-Cloud-1-2048.jpg",
144+
# "Please describe the image in detail.",
145+
# 2,
146+
# ), # commented becuase QNN Convertor is not supported for this model yet.
147147
]
148148

149149

0 commit comments

Comments
 (0)