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
df5afa82
Unverified
Commit
df5afa82
authored
Aug 15, 2025
by
Wentao Ye
Committed by
GitHub
Aug 15, 2025
Browse files
[Log] Debug Once for Randomizing dummy data for DP Rank (#22860)
Signed-off-by:
yewentao256
<
zhyanwentao@126.com
>
parent
6cd69f51
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/v1/worker/gpu_model_runner.py
vllm/v1/worker/gpu_model_runner.py
+1
-1
No files found.
vllm/v1/worker/gpu_model_runner.py
View file @
df5afa82
...
@@ -2192,7 +2192,7 @@ class GPUModelRunner(LoRAModelRunnerMixin, KVConnectorModelRunnerMixin):
...
@@ -2192,7 +2192,7 @@ class GPUModelRunner(LoRAModelRunnerMixin, KVConnectorModelRunnerMixin):
high
=
self
.
model_config
.
get_vocab_size
(),
high
=
self
.
model_config
.
get_vocab_size
(),
dtype
=
input_ids
.
dtype
)
dtype
=
input_ids
.
dtype
)
logger
.
debug
(
"Randomizing dummy data for DP Rank"
)
logger
.
debug
_once
(
"Randomizing dummy data for DP Rank"
)
input_ids
.
copy_
(
rand_input_ids
()[:
input_ids
.
size
(
0
)],
input_ids
.
copy_
(
rand_input_ids
()[:
input_ids
.
size
(
0
)],
non_blocking
=
True
)
non_blocking
=
True
)
yield
yield
...
...
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