File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -331,7 +331,7 @@ jobs:
331331 python3 offline_inference/llm_engine_example.py
332332
333333 # NOTE: Disabling test due to "AttributeError: 'WhisperFeatureExtractor' object has no attribute 'feature_extractor'"
334- # python3 offline_inference/audio_language.py --seed 0
334+ VLLM_USE_V1=0 python3 offline_inference/audio_language.py --seed 0
335335
336336 python3 offline_inference/vision_language.py --seed 0
337337 python3 offline_inference/vision_language_pooling.py --seed 0
@@ -614,7 +614,7 @@ jobs:
614614 python3 offline_inference/llm_engine_example.py
615615
616616 # NOTE: Disabling test due to "AttributeError: 'WhisperFeatureExtractor' object has no attribute 'feature_extractor'"
617- # python3 offline_inference/audio_language.py --seed 0
617+ VLLM_USE_V1=0 python3 offline_inference/audio_language.py --seed 0
618618
619619 python3 offline_inference/vision_language.py --seed 0
620620 python3 offline_inference/vision_language_pooling.py --seed 0
@@ -897,7 +897,7 @@ jobs:
897897 python3 offline_inference/llm_engine_example.py
898898
899899 # NOTE: Disabling test due to "AttributeError: 'WhisperFeatureExtractor' object has no attribute 'feature_extractor'"
900- # python3 offline_inference/audio_language.py --seed 0
900+ VLLM_USE_V1=0 python3 offline_inference/audio_language.py --seed 0
901901
902902 python3 offline_inference/vision_language.py --seed 0
903903 python3 offline_inference/vision_language_pooling.py --seed 0
You can’t perform that action at this time.
0 commit comments