Skip to content

Commit

Permalink
[Misc] [CI] Fix CI failure caught after merge (vllm-project#4126)
Browse files Browse the repository at this point in the history
  • Loading branch information
cadedaniel authored and joerunde committed Apr 18, 2024
1 parent 5ddd35c commit 7ee1206
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vllm/executor/gpu_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def _init_spec_worker(self):
scheduler_config=self.scheduler_config,
device_config=self.device_config,
cache_config=self.cache_config,
load_config=self.load_config,
local_rank=0,
rank=0,
distributed_init_method=distributed_init_method,
Expand All @@ -82,6 +83,7 @@ def _init_spec_worker(self):
scheduler_config=self.scheduler_config,
device_config=self.device_config,
cache_config=self.cache_config,
load_config=self.load_config,
local_rank=0,
rank=0,
distributed_init_method=distributed_init_method,
Expand Down

0 comments on commit 7ee1206

Please sign in to comment.