You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With pyTorch release v1.5, it comes a new feature TorchServe, whick provides model serve like trtis. Also it introduces a new model format model archive, which is used in TorchServe.
Currently, we export pyTorch model to torchscript module for trtis deployment. Sometime it needs code adjustment to fulfill torchscript need. I haven't done much investment in new archive format, but it says it supports torch model state_dict eager mode and torchscript model. It may leads to an easy way to archive the pyTorch model.
Have you guys read anything about TorchServe? Do you have a plan to support new pyTorch model format? Thanks.