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
8d3da4c7
Unverified
Commit
8d3da4c7
authored
Dec 07, 2025
by
AuruTus
Committed by
GitHub
Dec 07, 2025
Browse files
[MISC]: change NIXL compatibility hash logging level to debug (#30182)
parent
421125d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/distributed/kv_transfer/kv_connector/v1/nixl_connector.py
...distributed/kv_transfer/kv_connector/v1/nixl_connector.py
+1
-1
No files found.
vllm/distributed/kv_transfer/kv_connector/v1/nixl_connector.py
View file @
8d3da4c7
...
@@ -189,7 +189,7 @@ def compute_nixl_compatibility_hash(
...
@@ -189,7 +189,7 @@ def compute_nixl_compatibility_hash(
}
}
compat_hash
=
hash_factors
(
factors
)
compat_hash
=
hash_factors
(
factors
)
logger
.
info
(
logger
.
debug
(
"NIXL compatibility hash: %s (model=%s, dtype=%s, num_kv_heads=%d, "
"NIXL compatibility hash: %s (model=%s, dtype=%s, num_kv_heads=%d, "
"cache_dtype=%s, attn_backend=%s)"
,
"cache_dtype=%s, attn_backend=%s)"
,
compat_hash
,
compat_hash
,
...
...
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