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
3bb4befe
Unverified
Commit
3bb4befe
authored
Nov 02, 2024
by
youkaichao
Committed by
GitHub
Nov 02, 2024
Browse files
[bugfix] fix tsts (#9959)
Signed-off-by:
youkaichao
<
youkaichao@gmail.com
>
parent
ae5279a1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
vllm/model_executor/model_loader/loader.py
vllm/model_executor/model_loader/loader.py
+1
-1
vllm/model_executor/models/utils.py
vllm/model_executor/models/utils.py
+1
-0
No files found.
vllm/model_executor/model_loader/loader.py
View file @
3bb4befe
...
...
@@ -150,7 +150,7 @@ def _get_model_initialization_kwargs(
def
build_model
(
model_class
:
Type
[
nn
.
Module
],
vllm_config
:
VllmConfig
,
vllm_config
:
Optional
[
VllmConfig
]
,
hf_config
:
PretrainedConfig
,
cache_config
:
Optional
[
CacheConfig
],
quant_config
:
Optional
[
QuantizationConfig
],
...
...
vllm/model_executor/models/utils.py
View file @
3bb4befe
...
...
@@ -252,6 +252,7 @@ def init_vllm_registered_model(
return
build_model
(
model_class
,
None
,
hf_config
,
cache_config
,
quant_config
,
...
...
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