[ci] Use env var to control whether to use S3 bucket in CI (#13634)
This commit is contained in:
@@ -1394,7 +1394,6 @@ class RunaiModelStreamerLoader(BaseModelLoader):
|
||||
|
||||
def get_model_loader(load_config: LoadConfig) -> BaseModelLoader:
|
||||
"""Get a model loader based on the load format."""
|
||||
|
||||
if isinstance(load_config.load_format, type):
|
||||
return load_config.load_format(load_config)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user