Skip to content

Commit 98789cb

Browse files
committed
use v1 off
Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com>
1 parent 484a613 commit 98789cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr-vllm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)