Skip to content

Commit

Permalink
Export torch.jit.interface from torch.jit package (pytorch#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: pytorch#125209
Approved by: https://github.com/ezyang
  • Loading branch information
sharvil authored and petrex committed May 3, 2024
1 parent b9b2cbb commit c733745
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 c733745

Please sign in to comment.