Skip to content

Commit

Permalink
Export torch.jit.interface from torch.jit package (#125209)
Browse files Browse the repository at this point in the history
Seems like this symbol was overlooked when other symbols were exported from `torch.jit`.
Pull Request resolved: #125209
Approved by: https://github.com/ezyang
  • Loading branch information
sharvil authored and pytorchmergebot committed May 1, 2024
1 parent 75a8e9e commit 14857e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions torch/jit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
"export_opnames",
"fork",
"freeze",
"interface",
"ignore",
"isinstance",
"load",
Expand Down

0 comments on commit 14857e7

Please sign in to comment.