Skip to content

Commit

Permalink
Remove some more debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
wonjoolee95 committed Jul 15, 2024
1 parent 80a8dc8 commit d0b6440
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion torch_xla/core/dynamo_bridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,6 @@ def extract_compiled_graph(xla_model: torch.fx.GraphModule, xla_args):
return extract_compiled_graph_helper(xla_model, xla_args)

def extract_compiled_graph_helper(xla_model: torch.fx.GraphModule, xla_args):
xla_model.print_readable()
if _args_on_cuda(xla_args):
xla_args = tuple(_maybe_move_tensors_to_device(xla_args, xm.xla_device()))

Expand Down

0 comments on commit d0b6440

Please sign in to comment.