torch-model-archiver-nightly


Nametorch-model-archiver-nightly JSON
Version 2024.7.26 PyPI version JSON
download
home_pagehttps://github.com/pytorch/serve/blob/master/model-archiver
SummaryTorch Model Archiver is used for creating archives of trained neural net models that can be consumed by TorchServe inference
upload_time2024-07-26 11:42:53
maintainerNone
docs_urlNone
authorPyTorch Serving team
requires_pythonNone
licenseApache License Version 2.0
keywords torchserve torch model archive archiver server serving deep learning inference ai
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pytorch/serve/blob/master/model-archiver",
    "name": "torch-model-archiver-nightly",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "TorchServe Torch Model Archive Archiver Server Serving Deep Learning Inference AI",
    "author": "PyTorch Serving team",
    "author_email": "noreply@noreply.com",
    "download_url": null,
    "platform": null,
    "description": "Project Description\n===================\n\nTorch Model Archiver is a tool used for creating archives of trained neural net models that can be consumed by TorchServe for inference.\n\nUse the Torch Model Archiver CLI to create a ``.mar`` file.\n\nTorch Model Archiver is part of `TorchServe <https://pypi.org/project/torchserve/>`__.\nHowever, you can install Torch Model Archiver stand alone.\n\nDetailed documentation and examples are provided in the `README\n<https://github.com/pytorch/serve/blob/master/model-archiver/README.md>`__.\n\n\nInstallation\n------------\n\n::\n\n    python -m pip install torch-model-archiver\n\nSource code\n-----------\n\nYou can check the latest source code as follows:\n\n::\n\n    git clone https://github.com/pytorch/serve.git\n\n\nCitation\n--------\n\nIf you use torchserve in a publication or project, please cite torchserve:\nhttps://github.com/pytorch/serve\n",
    "bugtrack_url": null,
    "license": "Apache License Version 2.0",
    "summary": "Torch Model Archiver is used for creating archives of trained neural net models that can be consumed by TorchServe inference",
    "version": "2024.7.26",
    "project_urls": {
        "Homepage": "https://github.com/pytorch/serve/blob/master/model-archiver"
    },
    "split_keywords": [
        "torchserve",
        "torch",
        "model",
        "archive",
        "archiver",
        "server",
        "serving",
        "deep",
        "learning",
        "inference",
        "ai"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d8d762c0bca843de2261c52a12a9f1597e3100a6e8ed594b4aaf46c6c65beef9",
                "md5": "56466561eede2aff782ed98f6472c57c",
                "sha256": "d17a75a81d47880a1d219b2389f6e263a11082eefcd6bfd0df1b806febf51db7"
            },
            "downloads": -1,
            "filename": "torch_model_archiver_nightly-2024.7.26-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "56466561eede2aff782ed98f6472c57c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 16164,
            "upload_time": "2024-07-26T11:42:53",
            "upload_time_iso_8601": "2024-07-26T11:42:53.086420Z",
            "url": "https://files.pythonhosted.org/packages/d8/d7/62c0bca843de2261c52a12a9f1597e3100a6e8ed594b4aaf46c6c65beef9/torch_model_archiver_nightly-2024.7.26-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-26 11:42:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pytorch",
    "github_project": "serve",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "torch-model-archiver-nightly"
}
        
Elapsed time: 0.31611s