Skip to content

Commit 2b97001

Browse files
chunnienccopybara-github
authored andcommitted
change jax lowering logging to info level
PiperOrigin-RevId: 718968062
1 parent de34197 commit 2b97001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ai_edge_torch/odml_torch/lowerings/_jax_lowerings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
@functools.cache
3131
def _log_usage(op):
32-
logging.warning("Use jax lowering: %s", str(op))
32+
logging.info("Use JAX lowering: %s", str(op))
3333

3434

3535
def lower_by_jax(op, ir_input_names=None):

0 commit comments

Comments
 (0)