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
ad788684
Unverified
Commit
ad788684
authored
Aug 24, 2025
by
Woosuk Kwon
Committed by
GitHub
Aug 24, 2025
Browse files
[Misc] Remove unused slot_mapping buffer (#23502)
Signed-off-by:
Woosuk Kwon
<
woosuk.kwon@berkeley.edu
>
parent
e2db1164
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
vllm/v1/worker/gpu_model_runner.py
vllm/v1/worker/gpu_model_runner.py
+0
-3
No files found.
vllm/v1/worker/gpu_model_runner.py
View file @
ad788684
...
@@ -254,9 +254,6 @@ class GPUModelRunner(LoRAModelRunnerMixin, KVConnectorModelRunnerMixin):
...
@@ -254,9 +254,6 @@ class GPUModelRunner(LoRAModelRunnerMixin, KVConnectorModelRunnerMixin):
self
.
seq_lens
=
torch
.
zeros
(
self
.
max_num_reqs
,
self
.
seq_lens
=
torch
.
zeros
(
self
.
max_num_reqs
,
dtype
=
torch
.
int32
,
dtype
=
torch
.
int32
,
device
=
self
.
device
)
device
=
self
.
device
)
self
.
slot_mapping
=
torch
.
zeros
(
self
.
max_num_tokens
,
dtype
=
torch
.
int64
,
device
=
self
.
device
)
# None in the first PP rank. The rest are set after load_model.
# None in the first PP rank. The rest are set after load_model.
self
.
intermediate_tensors
:
Optional
[
IntermediateTensors
]
=
None
self
.
intermediate_tensors
:
Optional
[
IntermediateTensors
]
=
None
...
...
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