-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for loading torchscript models (#25321)
* Add support for loading torchscript models * Add tests * Add example and benchmark * Add validate_constructor_args method * Addressing comments, fixing types * Fix/add tests * Add change log * revert changes * Add few more checks and refactor * Fixup lint * Revert "Fixup lint" This reverts commit b18e10f. * Add ignore for mypy * Make validate_constructor_args local to pytorch handler
- Loading branch information
1 parent
783584d
commit 9b77bf9
Showing
3 changed files
with
243 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.