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
df6f3ce8
Unverified
Commit
df6f3ce8
authored
Apr 25, 2025
by
Nick Hill
Committed by
GitHub
Apr 25, 2025
Browse files
[Core] Remove prompt string from engine core data structures (#17214)
Signed-off-by:
Nick Hill
<
nhill@redhat.com
>
parent
513f0747
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
vllm/v1/worker/tpu_model_runner.py
vllm/v1/worker/tpu_model_runner.py
+0
-1
No files found.
vllm/v1/worker/tpu_model_runner.py
View file @
df6f3ce8
...
@@ -356,7 +356,6 @@ class TPUModelRunner:
...
@@ -356,7 +356,6 @@ class TPUModelRunner:
self
.
requests
[
req_id
]
=
CachedRequestState
(
self
.
requests
[
req_id
]
=
CachedRequestState
(
req_id
=
req_id
,
req_id
=
req_id
,
prompt_token_ids
=
new_req_data
.
prompt_token_ids
,
prompt_token_ids
=
new_req_data
.
prompt_token_ids
,
prompt
=
new_req_data
.
prompt
,
mm_inputs
=
new_req_data
.
mm_inputs
,
mm_inputs
=
new_req_data
.
mm_inputs
,
mm_positions
=
new_req_data
.
mm_positions
,
mm_positions
=
new_req_data
.
mm_positions
,
sampling_params
=
sampling_params
,
sampling_params
=
sampling_params
,
...
...
Prev
1
2
Next
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