mirror of https://github.com/vllm-project/vllm
[Bugfix] Ensure download_weights_from_hf(..) inside loader is using the revision parameter (#4217)
This commit is contained in:
parent
077f0a2e8a
commit
1543680691
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue