Skip to content

Commit aa3fc9e

Browse files
williamwen42svekars
authored andcommitted
add torch.compiler.set_stance tutorial (pytorch#3225)
* add torch.compiler.set_stance tutorial * Update recipes_source/torch_compiler_set_stance_tutorial.py * Apply suggestions from code review Co-authored-by: Svetlana Karslioglu <[email protected]> * Apply suggestions from code review --------- Co-authored-by: Svetlana Karslioglu <[email protected]>
1 parent b476c7e commit aa3fc9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes_source/torch_compiler_set_stance_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def my_humongous_model(x):
230230
print(my_humongous_model(torch.randn(3)))
231231
except Exception as e:
232232
print(e)
233-
233+
234234
########################################
235235
# Conclusion
236236
# --------------

0 commit comments

Comments
 (0)