Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: youkaichao <[email protected]>
  • Loading branch information
youkaichao committed Nov 16, 2024
1 parent 656cabd commit c93ba92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vllm/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2319,7 +2319,9 @@ def __post_init__(self):
self.quant_config = VllmConfig._get_quantization_config(
self.model_config, self.load_config)

self.compilation_config = CompilationConfig.select_and_init_config()
if self.compilation_config is None:
self.compilation_config = CompilationConfig.select_and_init_config(
)

current_platform.check_and_update_config(self)

Expand Down

0 comments on commit c93ba92

Please sign in to comment.