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
1129e2b1
Unverified
Commit
1129e2b1
authored
Jun 12, 2025
by
Nicolò Lucchesi
Committed by
GitHub
Jun 12, 2025
Browse files
[V1][NixlConnector] Drop `num_blocks` check (#19532)
Signed-off-by:
NickLucche
<
nlucches@redhat.com
>
parent
c742438f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
vllm/distributed/kv_transfer/kv_connector/v1/nixl_connector.py
...distributed/kv_transfer/kv_connector/v1/nixl_connector.py
+0
-2
No files found.
vllm/distributed/kv_transfer/kv_connector/v1/nixl_connector.py
View file @
1129e2b1
...
@@ -703,8 +703,6 @@ class NixlConnectorWorker:
...
@@ -703,8 +703,6 @@ class NixlConnectorWorker:
assert
self
.
block_size
==
remote_block_size
,
"Remote P worker with "
\
assert
self
.
block_size
==
remote_block_size
,
"Remote P worker with "
\
"different block size is not supported"
"different block size is not supported"
assert
self
.
num_blocks
>=
nixl_agent_meta
.
num_blocks
# Create dst descs and xfer side handles. TP workers have same #blocks.
# Create dst descs and xfer side handles. TP workers have same #blocks.
if
engine_id
in
self
.
dst_num_blocks
:
if
engine_id
in
self
.
dst_num_blocks
:
assert
self
.
dst_num_blocks
[
engine_id
]
==
nixl_agent_meta
.
num_blocks
assert
self
.
dst_num_blocks
[
engine_id
]
==
nixl_agent_meta
.
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