Replies: 1 comment 5 replies
-
|
Hi @awvwgk this is not currently a feature we have implemented, but looking at the sample code above it seems like it should be relatively straightforward. It seems that we would need to:
Does this sound correct? If so we should be able to look at this, please open an issue with it as a feature request referencing this discussion. What would be useful is if you could provide us with a MWE from the PyTorch side that we could use to build and test against as we're not super familiar with this feature. CC: @joewallwork |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For an application we store a torchscript checkpoint with multiple entry points, the forward entry point is considered not part of our public API since it requires some extra processing. Therefore, we export our checkpoint with extra methods and load those from the module via
get_method.Here is an example on how we do this in libtorch
Is this possible with the
torch_modeltype in FTorch as well?Beta Was this translation helpful? Give feedback.
All reactions