Skip to content

Commit

Permalink
Fixed typo in ltc_examples.md
Browse files Browse the repository at this point in the history
Missed instance where `ltc_backend` was used instead of `lazy_backend`.
  • Loading branch information
henrytwo authored Jul 22, 2022
1 parent 817dea0 commit 6698bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ltc_examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ torch._lazy.mark_step()
print('Results:', outputs)

# Optionally dump MLIR graph generated from LTC trace.
computation = ltc_backend.get_latest_computation()
computation = lazy_backend.get_latest_computation()
if computation:
print(computation.debug_string())
```
Expand Down

0 comments on commit 6698bb0

Please sign in to comment.