Cleanup debug log for Ring model (#18793)

This commit is contained in:
Ke Bao
2026-02-13 18:36:20 +08:00
committed by GitHub
parent a9d59776cc
commit a0ebaa6498
2 changed files with 9 additions and 11 deletions

View File

@@ -102,7 +102,7 @@ def mamba2_state_dtype(config=None) -> Mamba2StateDType:
else:
ssm_dtype = dtype_map[env_ssm_dtype]
logger.info(f"Mamba2 state dtype: conv_dtype={conv_dtype}, ssm_dtype={ssm_dtype}")
logger.debug(f"Mamba2 state dtype: conv_dtype={conv_dtype}, ssm_dtype={ssm_dtype}")
return Mamba2StateDType(conv=conv_dtype, temporal=ssm_dtype)