diff --git a/torchao/__init__.py b/torchao/__init__.py index be9bf5e824..511f16e780 100644 --- a/torchao/__init__.py +++ b/torchao/__init__.py @@ -58,7 +58,7 @@ # For more information, see https://github.com/pytorch/ao/blob/main/torchao/experimental/docs/readme.md from torchao.experimental.op_lib import * # noqa: F403 except Exception as e: - logger.warning(f"Skipping import of cpp extensions: {e}") + logger.debug(f"Skipping import of cpp extensions: {e}") from torchao.quantization import ( autoquant,