Skip to content

Commit c323dcf

Browse files
committed
ignore upstream broken test
Signed-off-by: Junpu Fan <junpu@amazon.com>
1 parent e5dd55c commit c323dcf

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/pr-vllm.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,9 @@ jobs:
358358
# python3 offline_inference/audio_language.py --seed 0
359359
360360
python3 offline_inference/vision_language.py --seed 0
361-
python3 offline_inference/vision_language_pooling.py --seed 0
361+
# broken before v0.12.0: https://github.com/vllm-project/vllm/commit/c64c0b78de4716ef019666663c56b6ceaa019463
362+
# python3 offline_inference/vision_language_pooling.py --seed
363+
362364
python3 offline_inference/vision_language_multi_image.py --seed 0
363365
python3 others/tensorize_vllm_model.py --model facebook/opt-125m serialize --serialized-directory /tmp/ --suffix v1 && python3 others/tensorize_vllm_model.py --model facebook/opt-125m deserialize --path-to-tensors /tmp/vllm/facebook/opt-125m/v1/model.tensors
364366
python3 offline_inference/encoder_decoder_multimodal.py --model-type whisper --seed 0
@@ -645,7 +647,9 @@ jobs:
645647
# python3 offline_inference/audio_language.py --seed 0
646648
647649
python3 offline_inference/vision_language.py --seed 0
648-
python3 offline_inference/vision_language_pooling.py --seed 0
650+
# broken before v0.12.0: https://github.com/vllm-project/vllm/commit/c64c0b78de4716ef019666663c56b6ceaa019463
651+
# python3 offline_inference/vision_language_pooling.py --seed
652+
649653
python3 offline_inference/vision_language_multi_image.py --seed 0
650654
python3 others/tensorize_vllm_model.py --model facebook/opt-125m serialize --serialized-directory /tmp/ --suffix v1 && python3 others/tensorize_vllm_model.py --model facebook/opt-125m deserialize --path-to-tensors /tmp/vllm/facebook/opt-125m/v1/model.tensors
651655
python3 offline_inference/encoder_decoder_multimodal.py --model-type whisper --seed 0
@@ -932,7 +936,9 @@ jobs:
932936
# python3 offline_inference/audio_language.py --seed 0
933937
934938
python3 offline_inference/vision_language.py --seed 0
935-
python3 offline_inference/vision_language_pooling.py --seed 0
939+
# broken before v0.12.0: https://github.com/vllm-project/vllm/commit/c64c0b78de4716ef019666663c56b6ceaa019463
940+
# python3 offline_inference/vision_language_pooling.py --seed
941+
936942
python3 offline_inference/vision_language_multi_image.py --seed 0
937943
python3 others/tensorize_vllm_model.py --model facebook/opt-125m serialize --serialized-directory /tmp/ --suffix v1 && python3 others/tensorize_vllm_model.py --model facebook/opt-125m deserialize --path-to-tensors /tmp/vllm/facebook/opt-125m/v1/model.tensors
938944
python3 offline_inference/encoder_decoder_multimodal.py --model-type whisper --seed 0

0 commit comments

Comments
 (0)