Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions vllm/v1/executor/abstract.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ def initialize_from_config(self, kv_cache_configs: list[KVCacheConfig]) -> None:
# With TP>1, compilation happens in worker processes, so the main
# process config is never updated. Use max across workers since they
# compile in parallel.
compilation_times = [t for t in compilation_times if t is not None]
if compilation_times:
self.vllm_config.compilation_config.compilation_time = max(
compilation_times
Expand Down