Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
f52a43a8
Unverified
Commit
f52a43a8
authored
Aug 28, 2024
by
youkaichao
Committed by
GitHub
Aug 28, 2024
Browse files
[ci][test] fix pp test failure (#7945)
parent
e3580537
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/executor/multiproc_gpu_executor.py
vllm/executor/multiproc_gpu_executor.py
+1
-1
No files found.
vllm/executor/multiproc_gpu_executor.py
View file @
f52a43a8
...
@@ -126,7 +126,7 @@ class MultiprocessingGPUExecutor(DistributedGPUExecutor):
...
@@ -126,7 +126,7 @@ class MultiprocessingGPUExecutor(DistributedGPUExecutor):
max_parallel_loading_workers
)
max_parallel_loading_workers
)
def
_check_executor_parameters
(
self
):
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
tensor_parallel_size
=
self
.
parallel_config
.
tensor_parallel_size
# Set CUDA_VISIBLE_DEVICES for the driver, inherited by workers
# Set CUDA_VISIBLE_DEVICES for the driver, inherited by workers
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment