File tree Expand file tree Collapse file tree 2 files changed +0
-139
lines changed Expand file tree Collapse file tree 2 files changed +0
-139
lines changed Original file line number Diff line number Diff line change 7575from vllm .plugins import load_general_plugins
7676from vllm .ray .lazy_utils import is_in_ray_actor , is_ray_initialized
7777from vllm .reasoning import ReasoningParserManager
78- from vllm .test_utils import MODEL_WEIGHTS_S3_BUCKET , MODELS_ON_S3
7978from vllm .transformers_utils .config import (
8079 get_model_path ,
8180 is_interleaved ,
@@ -1126,15 +1125,6 @@ def create_model_config(self) -> ModelConfig:
11261125 if check_gguf_file (self .model ):
11271126 self .quantization = self .load_format = "gguf"
11281127
1129- # NOTE: This is to allow model loading from S3 in CI
1130- if (
1131- not isinstance (self , AsyncEngineArgs )
1132- and envs .VLLM_CI_USE_S3
1133- and self .model in MODELS_ON_S3
1134- and self .load_format == "auto"
1135- ):
1136- self .model = f"{ MODEL_WEIGHTS_S3_BUCKET } /{ self .model } "
1137-
11381128 if self .disable_mm_preprocessor_cache :
11391129 logger .warning (
11401130 "`--disable-mm-preprocessor-cache` is deprecated "
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments