mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 03:54:56 +08:00
[ci][test] fix pp test failure (#7945)
This commit is contained in:
parent
e3580537a4
commit
f52a43a8b9
@ -126,7 +126,7 @@ class MultiprocessingGPUExecutor(DistributedGPUExecutor):
|
||||
max_parallel_loading_workers)
|
||||
|
||||
def _check_executor_parameters(self):
|
||||
world_size = self.parallel_config.tensor_parallel_size
|
||||
world_size = self.parallel_config.world_size
|
||||
tensor_parallel_size = self.parallel_config.tensor_parallel_size
|
||||
|
||||
# Set CUDA_VISIBLE_DEVICES for the driver, inherited by workers
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user