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

This commit is contained in:
AuruTus 2025-12-07 08:21:03 +08:00 committed by GitHub
parent 421125d03a
commit 8d3da4c79d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -189,7 +189,7 @@ def compute_nixl_compatibility_hash(
}
compat_hash = hash_factors(factors)
logger.info(
logger.debug(
"NIXL compatibility hash: %s (model=%s, dtype=%s, num_kv_heads=%d, "
"cache_dtype=%s, attn_backend=%s)",
compat_hash,