Skip to content

Commit

Permalink
resolve
Browse files Browse the repository at this point in the history
Signed-off-by: sfc-gh-zhwang <[email protected]>
  • Loading branch information
sfc-gh-zhwang committed Oct 25, 2024
1 parent 12b7932 commit 204b1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/engine/arg_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ def create_model_config(self) -> ModelConfig:
override_neuron_config=self.override_neuron_config,
config_format=self.config_format,
mm_processor_kwargs=self.mm_processor_kwargs,
)
)

def create_load_config(self) -> LoadConfig:
return LoadConfig(
Expand Down

0 comments on commit 204b1ec

Please sign in to comment.