@@ -331,12 +331,12 @@ 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- VLLM_USE_V1=0 python3 offline_inference/audio_language.py --seed 0
334+ # 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
338338 python3 offline_inference/vision_language_multi_image.py --seed 0
339- VLLM_USE_V1=0 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
339+ 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
340340 python3 offline_inference/encoder_decoder_multimodal.py --model-type whisper --seed 0
341341 python3 offline_inference/basic/classify.py
342342 python3 offline_inference/basic/embed.py
@@ -614,17 +614,17 @@ 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- VLLM_USE_V1=0 python3 offline_inference/audio_language.py --seed 0
617+ # 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
621621 python3 offline_inference/vision_language_multi_image.py --seed 0
622- VLLM_USE_V1=0 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
622+ 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
623623 python3 offline_inference/encoder_decoder_multimodal.py --model-type whisper --seed 0
624624 python3 offline_inference/basic/classify.py
625625 python3 offline_inference/basic/embed.py
626626 python3 offline_inference/basic/score.py
627- VLLM_USE_V1=0 python3 offline_inference/profiling.py --model facebook/opt-125m run_num_steps --num-steps 2
627+ python3 offline_inference/profiling.py --model facebook/opt-125m run_num_steps --num-steps 2
628628 '
629629
630630 # ====================================================
@@ -897,12 +897,12 @@ 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- VLLM_USE_V1=0 python3 offline_inference/audio_language.py --seed 0
900+ # 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
904904 python3 offline_inference/vision_language_multi_image.py --seed 0
905- VLLM_USE_V1=0 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
905+ 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
906906 python3 offline_inference/encoder_decoder_multimodal.py --model-type whisper --seed 0
907907 python3 offline_inference/basic/classify.py
908908 python3 offline_inference/basic/embed.py
0 commit comments