mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-03-27 10:10:18 +08:00
fix assert
Signed-off-by: Nick Hill <nhill@redhat.com>
This commit is contained in:
parent
f27a85d435
commit
cecf38ae82
@ -1130,7 +1130,7 @@ class EngineArgs:
|
||||
|
||||
self.data_parallel_rank = self.data_parallel_start_rank or 0
|
||||
else:
|
||||
assert self.data_parallel_hybrid_lb is None, (
|
||||
assert not self.data_parallel_hybrid_lb, (
|
||||
"data_parallel_size_local must be set to use "
|
||||
"data_parallel_hybrid_lb.")
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user