We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d76548 commit 189748dCopy full SHA for 189748d
recipes_source/torch_export_challenges_solutions.rst
@@ -43,9 +43,9 @@ You can identify graph breaks in your program by using the following command:
43
44
You will need to modify your program to get rid of graph breaks. Once resolved, you are ready to export the model.
45
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.
+Most of these models have no graph breaks.
47
48
-The models in this recipe have no graph break, but fail with `torch.export`
+The models in this recipe have no graph breaks, but fail with `torch.export`
49
50
Video Classification
51
--------------------
0 commit comments