Skip to content

Commit

Permalink
fix words
Browse files Browse the repository at this point in the history
  • Loading branch information
youkaichao committed Sep 7, 2024
1 parent 5d91924 commit 2bc3df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/opt_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,4 @@ Optimizing code with ``torch.compile`` involves:
2. Identifying and addressing unnecessary checks or other sources of overhead.
3. Using ``depyf`` to directly call the compiled function, bypassing unnecessary steps where appropriate.

By following these steps, you can significantly improve performance, especially in environments where execution time is critical.
By following these steps, we can significantly improve performance, especially in environments where execution time is critical.

0 comments on commit 2bc3df4

Please sign in to comment.