Skip to content

Commit ba06ef0

Browse files
agunapalangelayi
andauthored
Update recipes_source/torch_export_challenges_solutions.rst
Co-authored-by: Angela Yi <[email protected]>
1 parent 82eb249 commit ba06ef0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipes_source/torch_export_challenges_solutions.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ Error: strict tracing with TorchDynamo
179179
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.
182-
This analysis provides a stronger guarantee about safety but not all Python code is supported. When we export the ``yolo11n-pose`` model using the
183-
default strict mode, it typically returns an error.
182+
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.
184184

185185
Solution
186186
~~~~~~~~

0 commit comments

Comments
 (0)