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
b2f77457
Unverified
Commit
b2f77457
authored
Sep 08, 2025
by
cong-meta
Committed by
GitHub
Sep 08, 2025
Browse files
Add data_parallel_size to VllmConfig string representation (#24298)
Co-authored-by:
Cong Chen
<
congc@meta.com
>
parent
82dfb12e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vllm/config/__init__.py
vllm/config/__init__.py
+1
-0
No files found.
vllm/config/__init__.py
View file @
b2f77457
...
@@ -3790,6 +3790,7 @@ class VllmConfig:
...
@@ -3790,6 +3790,7 @@ class VllmConfig:
f
"load_format=
{
self
.
load_config
.
load_format
}
, "
f
"load_format=
{
self
.
load_config
.
load_format
}
, "
f
"tensor_parallel_size=
{
self
.
parallel_config
.
tensor_parallel_size
}
, "
# noqa
f
"tensor_parallel_size=
{
self
.
parallel_config
.
tensor_parallel_size
}
, "
# noqa
f
"pipeline_parallel_size=
{
self
.
parallel_config
.
pipeline_parallel_size
}
, "
# noqa
f
"pipeline_parallel_size=
{
self
.
parallel_config
.
pipeline_parallel_size
}
, "
# noqa
f
"data_parallel_size=
{
self
.
parallel_config
.
data_parallel_size
}
, "
# noqa
f
"disable_custom_all_reduce=
{
self
.
parallel_config
.
disable_custom_all_reduce
}
, "
# noqa
f
"disable_custom_all_reduce=
{
self
.
parallel_config
.
disable_custom_all_reduce
}
, "
# noqa
f
"quantization=
{
self
.
model_config
.
quantization
}
, "
f
"quantization=
{
self
.
model_config
.
quantization
}
, "
f
"enforce_eager=
{
self
.
model_config
.
enforce_eager
}
, "
f
"enforce_eager=
{
self
.
model_config
.
enforce_eager
}
, "
...
...
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