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
cfd302db
Unverified
Commit
cfd302db
authored
Sep 30, 2025
by
Or Ozeri
Committed by
GitHub
Sep 30, 2025
Browse files
OffloadingConnector: Fix GPU block tracking bug (#25856)
Signed-off-by:
Or Ozeri
<
oro@il.ibm.com
>
parent
fb610ae6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
vllm/distributed/kv_transfer/kv_connector/v1/offloading_connector.py
...buted/kv_transfer/kv_connector/v1/offloading_connector.py
+3
-2
No files found.
vllm/distributed/kv_transfer/kv_connector/v1/offloading_connector.py
View file @
cfd302db
...
...
@@ -278,8 +278,9 @@ class OffloadingConnectorScheduler:
req
,
start_idx
=
start_block_idx
,
end_idx
=
num_blocks
)
store_output
=
self
.
manager
.
prepare_store
(
new_block_hashes
)
if
store_output
is
None
:
logger
.
warning
(
"Cannot store %s blocks"
,
num_new_blocks
)
break
logger
.
warning
(
"Request %s: cannot store %s blocks"
,
req_id
,
num_new_blocks
)
continue
self
.
_next_stored_block_idx
[
req_id
]
=
num_blocks
...
...
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