We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e95cd87 commit d150e4fCopy full SHA for d150e4f
vllm/executor/gpu_executor.py
@@ -68,6 +68,7 @@ def _init_spec_worker(self):
68
scheduler_config=self.scheduler_config,
69
device_config=self.device_config,
70
cache_config=self.cache_config,
71
+ load_config=self.load_config,
72
local_rank=0,
73
rank=0,
74
distributed_init_method=distributed_init_method,
@@ -82,6 +83,7 @@ def _init_spec_worker(self):
82
83
84
85
86
87
88
89
0 commit comments