Skip to content

Commit 8d3da4c

Browse files
authored
[MISC]: change NIXL compatibility hash logging level to debug (#30182)
1 parent 421125d commit 8d3da4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/distributed/kv_transfer/kv_connector/v1/nixl_connector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def compute_nixl_compatibility_hash(
189189
}
190190

191191
compat_hash = hash_factors(factors)
192-
logger.info(
192+
logger.debug(
193193
"NIXL compatibility hash: %s (model=%s, dtype=%s, num_kv_heads=%d, "
194194
"cache_dtype=%s, attn_backend=%s)",
195195
compat_hash,

0 commit comments

Comments
 (0)