Skip to content

Commit

Permalink
Correct a typo in TROUBLESHOOTING.md (#6534)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanbasten23 authored Feb 21, 2024
1 parent f4971a7 commit 1754193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TROUBLESHOOTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,12 +366,12 @@ only be enabled for debugging.

### Common Debugging Environment Variables Combinations

* Record the graph execution in the IR format
* Record the graph execution in the HLO format
```
XLA_IR_DEBUG=1 XLA_HLO_DEBUG=1 XLA_SAVE_TENSORS_FMT="hlo" XLA_SAVE_TENSORS_FILE="/tmp/save1.hlo"
```

* Record the graph execution in the HLO format
* Record the graph execution in the IR format
```
XLA_IR_DEBUG=1 XLA_HLO_DEBUG=1 XLA_SAVE_TENSORS_FMT="text" XLA_SAVE_TENSORS_FILE="/tmp/save1.ir"
```
Expand Down

0 comments on commit 1754193

Please sign in to comment.