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
6b794c75
Unverified
Commit
6b794c75
authored
Aug 13, 2025
by
Nicolò Lucchesi
Committed by
GitHub
Aug 13, 2025
Browse files
[Nixl][CI] Fix tests (#22806)
Signed-off-by:
NickLucche
<
nlucches@redhat.com
>
parent
98deac38
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
tests/v1/kv_connector/unit/test_nixl_connector.py
tests/v1/kv_connector/unit/test_nixl_connector.py
+3
-0
No files found.
tests/v1/kv_connector/unit/test_nixl_connector.py
View file @
6b794c75
...
@@ -229,6 +229,9 @@ class FakeNixlConnectorWorker(NixlConnectorWorker):
...
@@ -229,6 +229,9 @@ class FakeNixlConnectorWorker(NixlConnectorWorker):
num_blocks
=
1
,
num_blocks
=
1
,
block_len
=
self
.
block_len
,
block_len
=
self
.
block_len
,
attn_backend_name
=
self
.
backend_name
,
attn_backend_name
=
self
.
backend_name
,
# `self.kv_cache_layout` is only forced to HND when vllm engine
# is started. We mock HND here.
kv_cache_layout
=
"HND"
,
),
),
remote_tp_size
=
remote_tp_size
)
remote_tp_size
=
remote_tp_size
)
return
{
0
:
remote_agent_name
}
return
{
0
:
remote_agent_name
}
...
...
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