Unverified Commit 8d3da4c7 authored by AuruTus's avatar AuruTus Committed by GitHub
Browse files

[MISC]: change NIXL compatibility hash logging level to debug (#30182)

parent 421125d0
...@@ -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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment