You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

torch-model-archiver

Package Overview
Dependencies
Maintainers
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

torch-model-archiver

Torch Model Archiver is used for creating archives of trained neural net models that can be consumed by TorchServe inference

0.12.0
pipPyPI
Maintainers
5

Project Description

Torch Model Archiver is a tool used for creating archives of trained neural net models that can be consumed by TorchServe for inference.

Use the Torch Model Archiver CLI to create a .mar file.

Torch Model Archiver is part of TorchServe <https://pypi.org/project/torchserve/>__. However, you can install Torch Model Archiver stand alone.

Detailed documentation and examples are provided in the README <https://github.com/pytorch/serve/blob/master/model-archiver/README.md>__.

Installation

::

python -m pip install torch-model-archiver

Source code

You can check the latest source code as follows:

::

git clone https://github.com/pytorch/serve.git

Citation

If you use torchserve in a publication or project, please cite torchserve: https://github.com/pytorch/serve

Keywords

TorchServe Torch Model Archive Archiver Server Serving Deep Learning Inference AI

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts