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
d58f9c7f
Unverified
Commit
d58f9c7f
authored
May 30, 2025
by
CYJiang
Committed by
GitHub
May 29, 2025
Browse files
[Misc] Remove duplicate init for self.vllm_config (#18896)
Signed-off-by:
googs1025
<
googs1025@gmail.com
>
parent
c2903403
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
vllm/v1/engine/core.py
vllm/v1/engine/core.py
+0
-1
No files found.
vllm/v1/engine/core.py
View file @
d58f9c7f
...
@@ -123,7 +123,6 @@ class EngineCore:
...
@@ -123,7 +123,6 @@ class EngineCore:
logger
.
info
(
"Batch queue is enabled with size %d"
,
logger
.
info
(
"Batch queue is enabled with size %d"
,
self
.
batch_queue_size
)
self
.
batch_queue_size
)
self
.
batch_queue
=
queue
.
Queue
(
self
.
batch_queue_size
)
self
.
batch_queue
=
queue
.
Queue
(
self
.
batch_queue_size
)
self
.
vllm_config
=
vllm_config
def
_initialize_kv_caches
(
def
_initialize_kv_caches
(
self
,
vllm_config
:
VllmConfig
)
->
tuple
[
int
,
int
,
KVCacheConfig
]:
self
,
vllm_config
:
VllmConfig
)
->
tuple
[
int
,
int
,
KVCacheConfig
]:
...
...
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