mirror of
https://github.com/vllm-project/vllm.git
synced 2025-10-20 14:53:52 +08:00
[Bugfix] Ensure download_weights_from_hf(..) inside loader is using the revision parameter (#4217)
This commit is contained in:
@ -172,7 +172,7 @@ class DefaultModelLoader(BaseModelLoader):
|
||||
if not is_local:
|
||||
hf_folder = download_weights_from_hf(model_name_or_path,
|
||||
self.load_config.download_dir,
|
||||
allow_patterns)
|
||||
allow_patterns, revision)
|
||||
else:
|
||||
hf_folder = model_name_or_path
|
||||
|
||||
|
Reference in New Issue
Block a user