Skip to content

Commit 189748d

Browse files
agunapalangelayi
andauthored
Update recipes_source/torch_export_challenges_solutions.rst
Co-authored-by: Angela Yi <[email protected]>
1 parent 8d76548 commit 189748d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipes_source/torch_export_challenges_solutions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ You can identify graph breaks in your program by using the following command:
4343
4444
You will need to modify your program to get rid of graph breaks. Once resolved, you are ready to export the model.
4545
PyTorch runs `nightly benchmarks <https://hud.pytorch.org/benchmark/compilers>`__ for `torch.compile` on popular HuggingFace and TIMM models.
46-
Most of these models have no graph break.
46+
Most of these models have no graph breaks.
4747

48-
The models in this recipe have no graph break, but fail with `torch.export`
48+
The models in this recipe have no graph breaks, but fail with `torch.export`
4949

5050
Video Classification
5151
--------------------

0 commit comments

Comments
 (0)