torchserve-nightly


Nametorchserve-nightly JSON
Version 2024.4.30 PyPI version JSON
download
home_pagehttps://github.com/pytorch/serve.git
SummaryTorchServe is a tool for serving neural net models for inference
upload_time2024-04-30 11:35:56
maintainerNone
docs_urlNone
authorPyTorch Serving team
requires_pythonNone
licenseApache License Version 2.0
keywords torchserve pytorch serving deep learning inference ai
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Project Description
===================

TorchServe is a flexible and easy to use tool for
serving `PyTorch <http://pytorch.org/>`__ models in production.

Use the TorchServe CLI, or the pre-configured Docker images, to start a
service that sets up HTTP endpoints to handle model inference requests.

Installation
------------

Full installation instructions are in the project repo: https://github.com/pytorch/serve/blob/master/README.md


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.git",
    "name": "torchserve-nightly",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "TorchServe PyTorch Serving Deep Learning Inference AI",
    "author": "PyTorch Serving team",
    "author_email": "noreply@noreply.com",
    "download_url": null,
    "platform": null,
    "description": "Project Description\n===================\n\nTorchServe is a flexible and easy to use tool for\nserving `PyTorch <http://pytorch.org/>`__ models in production.\n\nUse the TorchServe CLI, or the pre-configured Docker images, to start a\nservice that sets up HTTP endpoints to handle model inference requests.\n\nInstallation\n------------\n\nFull installation instructions are in the project repo: https://github.com/pytorch/serve/blob/master/README.md\n\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\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": "TorchServe is a tool for serving neural net models for inference",
    "version": "2024.4.30",
    "project_urls": {
        "Homepage": "https://github.com/pytorch/serve.git"
    },
    "split_keywords": [
        "torchserve",
        "pytorch",
        "serving",
        "deep",
        "learning",
        "inference",
        "ai"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2d20995e849c1a45d2a1d58512e108e110b66f1fba070e432570a6a7107d9b01",
                "md5": "99750f37fd4dc8f7b05e6c6ae4551115",
                "sha256": "fc5ec91445cff38c70d5fc7c1f47f0d7bac1a7a9f64f5cc47607d08fcb3f75a0"
            },
            "downloads": -1,
            "filename": "torchserve_nightly-2024.4.30-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "99750f37fd4dc8f7b05e6c6ae4551115",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 24332903,
            "upload_time": "2024-04-30T11:35:56",
            "upload_time_iso_8601": "2024-04-30T11:35:56.855469Z",
            "url": "https://files.pythonhosted.org/packages/2d/20/995e849c1a45d2a1d58512e108e110b66f1fba070e432570a6a7107d9b01/torchserve_nightly-2024.4.30-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-30 11:35:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pytorch",
    "github_project": "serve",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "torchserve-nightly"
}
        
Elapsed time: 0.25806s