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
4c409cab
Unverified
Commit
4c409cab
authored
Jun 22, 2025
by
Ning Xie
Committed by
GitHub
Jun 21, 2025
Browse files
[Misc] add vllm_config in __init__ (#19866)
Signed-off-by:
Andy Xie
<
andy.xning@gmail.com
>
parent
3b1e4c6a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vllm/worker/worker_base.py
vllm/worker/worker_base.py
+1
-0
No files found.
vllm/worker/worker_base.py
View file @
4c409cab
...
...
@@ -509,6 +509,7 @@ class WorkerWrapperBase:
"""
self
.
rpc_rank
=
rpc_rank
self
.
worker
:
Optional
[
WorkerBase
]
=
None
self
.
vllm_config
:
Optional
[
VllmConfig
]
=
None
# do not store this `vllm_config`, `init_worker` will set the final
# one. TODO: investigate if we can remove this field in
# `WorkerWrapperBase`, `init_cached_hf_modules` should be
...
...
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