Skip to content

Commit

Permalink
[bugfix] fix tsts (#9959)
Browse files Browse the repository at this point in the history
Signed-off-by: youkaichao <[email protected]>
  • Loading branch information
youkaichao authored Nov 2, 2024
1 parent ae5279a commit 3bb4bef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -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],
Expand Down
1 change: 1 addition & 0 deletions vllm/model_executor/models/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ def init_vllm_registered_model(

return build_model(
model_class,
None,
hf_config,
cache_config,
quant_config,
Expand Down

0 comments on commit 3bb4bef

Please sign in to comment.