Skip to content

Is there any plan to support new pyTorch(==1.5) model archive format?Β #1371

@rtrobin

Description

@rtrobin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions