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
7b743ba9
Unverified
Commit
7b743ba9
authored
Apr 02, 2026
by
zhanqiuhu
Committed by
GitHub
Apr 02, 2026
Browse files
[CI] Fix: pass string cache_dtype in test_register_kv_caches (#38836)
parent
188defbd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/v1/kv_connector/unit/test_nixl_connector.py
tests/v1/kv_connector/unit/test_nixl_connector.py
+1
-1
No files found.
tests/v1/kv_connector/unit/test_nixl_connector.py
View file @
7b743ba9
...
@@ -1613,7 +1613,7 @@ def test_register_kv_caches(
...
@@ -1613,7 +1613,7 @@ def test_register_kv_caches(
)
)
]
]
],
],
cache_dtype
=
torch
.
bfloat16
,
cache_dtype
=
"
bfloat16
"
,
device
=
torch
.
accelerator
.
current_device_index
(),
device
=
torch
.
accelerator
.
current_device_index
(),
kernel_block_sizes
=
[
block_size
],
kernel_block_sizes
=
[
block_size
],
)
)
...
...
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