We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3aff39 commit a72e737Copy full SHA for a72e737
vllm/model_executor/model_loader/loader.py
@@ -703,7 +703,7 @@ def load_model(self, vllm_config: VllmConfig) -> nn.Module:
703
704
filepaths = []
705
if is_s3(local_model_path):
706
- file_pattern = f"*{self.pattern.format(rank=rank, part=" * ")}"
+ file_pattern = f"*{self.pattern.format(rank=rank, part=' * ')}"
707
filepaths = s3_glob(path=local_model_path,
708
allow_pattern=[file_pattern])
709
else:
0 commit comments