Skip to content

Commit bb6c4c0

Browse files
ProwindyCong Chen
authored andcommitted
Add data_parallel_size to VllmConfig string representation (vllm-project#24298)
Co-authored-by: Cong Chen <[email protected]>
1 parent 1db44bb commit bb6c4c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vllm/config/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3790,6 +3790,7 @@ def __str__(self):
37903790
f"load_format={self.load_config.load_format}, "
37913791
f"tensor_parallel_size={self.parallel_config.tensor_parallel_size}, " # noqa
37923792
f"pipeline_parallel_size={self.parallel_config.pipeline_parallel_size}, " # noqa
3793+
f"data_parallel_size={self.parallel_config.data_parallel_size}, " # noqa
37933794
f"disable_custom_all_reduce={self.parallel_config.disable_custom_all_reduce}, " # noqa
37943795
f"quantization={self.model_config.quantization}, "
37953796
f"enforce_eager={self.model_config.enforce_eager}, "

0 commit comments

Comments
 (0)