Skip to content

Commit

Permalink
[Misc] [CI] Fix CI failure caught after merge (#4126)
Browse files Browse the repository at this point in the history
  • Loading branch information
cadedaniel authored Apr 17, 2024
1 parent e95cd87 commit d150e4f
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 d150e4f

Please sign in to comment.