Skip to content

Commit

Permalink
fix modelscope compatible issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mulin.lyh committed Jul 24, 2024
1 parent c882a7f commit 8015133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/model_executor/model_loader/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def _maybe_download_from_modelscope(
cache_dir=self.load_config.download_dir,
local_files_only=huggingface_hub.constants.HF_HUB_OFFLINE,
revision=revision,
ignore_patterns=self.load_config.ignore_patterns,
ignore_file_pattern=self.load_config.ignore_patterns,
)
else:
model_path = model
Expand Down

0 comments on commit 8015133

Please sign in to comment.