Skip to content

Commit 8655733

Browse files
committed
linking github issue
1 parent ba06ef0 commit 8655733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes_source/torch_export_challenges_solutions.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Error: strict tracing with TorchDynamo
180180
181181
By default ``torch.export`` traces your code using `TorchDynamo <https://pytorch.org/docs/stable/torch.compiler_dynamo_overview.html>`__, a byte-code analysis engine, which symbolically analyzes your code and builds a graph.
182182
This analysis provides a stronger guarantee about safety but not all Python code is supported. When we export the ``whisper-tiny`` model using the
183-
default strict mode, it typically returns an error in dynamo due to an unsupported feature.
183+
default strict mode, it typically returns an error in Dynamo due to an unsupported feature. To understand why this errors in Dynamo, you can refer to this `GitHub issue <https://github.com/pytorch/pytorch/issues/144906>`__
184184

185185
Solution
186186
~~~~~~~~

0 commit comments

Comments
 (0)