Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
15436806
Unverified
Commit
15436806
authored
Apr 22, 2024
by
alexm-nm
Committed by
GitHub
Apr 22, 2024
Browse files
[Bugfix] Ensure download_weights_from_hf(..) inside loader is using the revision parameter (#4217)
parent
077f0a2e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/model_executor/model_loader/loader.py
vllm/model_executor/model_loader/loader.py
+1
-1
No files found.
vllm/model_executor/model_loader/loader.py
View file @
15436806
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment