Skip to content

Commit

Permalink
fixes param
Browse files Browse the repository at this point in the history
Signed-off-by: Flavia Beo <[email protected]>
  • Loading branch information
flaviabeo committed Oct 21, 2024
1 parent 7f4a1ce commit c3820f8
Showing 1 changed file with 1 addition 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 @@ -163,7 +163,7 @@ def build_model(model_class: Type[nn.Module], hf_config: PretrainedConfig,
return model_class(config=hf_config,
cache_config=cache_config,
quant_config=quant_config,
pooling_type,
pooling_type=pooling_type,
**extra_kwargs)


Expand Down

0 comments on commit c3820f8

Please sign in to comment.