Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vanbasten23 committed Feb 8, 2024
1 parent bf6686d commit d22eaf0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion torch_xla/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ def _setup_tpu_vm_library_path() -> bool:

def _prepare_to_exit():
try:
raise ValueError('fake error')
_XLAC._prepare_to_exit()
if int(os.environ.get('PT_XLA_DEBUG', '0')):
_summarize_fn_tracker()
Expand Down

0 comments on commit d22eaf0

Please sign in to comment.