We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1db44bb commit bb6c4c0Copy full SHA for bb6c4c0
vllm/config/__init__.py
@@ -3790,6 +3790,7 @@ def __str__(self):
3790
f"load_format={self.load_config.load_format}, "
3791
f"tensor_parallel_size={self.parallel_config.tensor_parallel_size}, " # noqa
3792
f"pipeline_parallel_size={self.parallel_config.pipeline_parallel_size}, " # noqa
3793
+ f"data_parallel_size={self.parallel_config.data_parallel_size}, " # noqa
3794
f"disable_custom_all_reduce={self.parallel_config.disable_custom_all_reduce}, " # noqa
3795
f"quantization={self.model_config.quantization}, "
3796
f"enforce_eager={self.model_config.enforce_eager}, "
0 commit comments