sagemaker-pytorch-inference


Namesagemaker-pytorch-inference JSON
Version 2.0.25 PyPI version JSON
download
home_pagehttps://github.com/aws/sagemaker-pytorch-inference-toolkit
SummaryOpen source library for creating PyTorch containers to run on Amazon SageMaker.
upload_time2024-10-07 20:57:53
maintainerNone
docs_urlNone
authorAmazon Web Services
requires_pythonNone
licenseApache License 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            ===================================
SageMaker PyTorch Inference Toolkit
===================================

SageMaker PyTorch Inference Toolkit is an open-source library for serving PyTorch models on Amazon SageMaker.
This library provides default pre-processing, predict and postprocessing for certain PyTorch model types and
is responsible for starting up the TorchServe model server on SageMaker, which is responsible for handling inference requests.

For training, see `SageMaker PyTorch Training Toolkit <https://github.com/aws/sagemaker-pytorch-training-toolkit>`__.

For the Dockerfiles used for building SageMaker PyTorch Containers, see `AWS Deep Learning Containers <https://github.com/aws/deep-learning-containers>`__.

For information on running PyTorch jobs on Amazon SageMaker, please refer to the `SageMaker Python SDK documentation <https://github.com/aws/sagemaker-python-sdk>`__.

For notebook examples: `SageMaker Notebook
Examples <https://github.com/awslabs/amazon-sagemaker-examples>`__.

Contributing
------------

Please read
`CONTRIBUTING.md <https://github.com/aws/sagemaker-pytorch-container/blob/master/CONTRIBUTING.md>`__
for details on our code of conduct, and the process for submitting pull
requests to us.

License
-------

SageMaker PyTorch Serving Container is licensed under the Apache 2.0 License. It is copyright 2018 Amazon
.com, Inc. or its affiliates. All Rights Reserved. The license is available at:
http://aws.amazon.com/apache2.0/
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/aws/sagemaker-pytorch-inference-toolkit",
    "name": "sagemaker-pytorch-inference",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Amazon Web Services",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/27/1b/8c0367e6d07ca92b20462ffe43cc38914e70719b1e30f605ac6eb560eaed/sagemaker_pytorch_inference-2.0.25.tar.gz",
    "platform": null,
    "description": "===================================\nSageMaker PyTorch Inference Toolkit\n===================================\n\nSageMaker PyTorch Inference Toolkit is an open-source library for serving PyTorch models on Amazon SageMaker.\nThis library provides default pre-processing, predict and postprocessing for certain PyTorch model types and\nis responsible for starting up the TorchServe model server on SageMaker, which is responsible for handling inference requests.\n\nFor training, see `SageMaker PyTorch Training Toolkit <https://github.com/aws/sagemaker-pytorch-training-toolkit>`__.\n\nFor the Dockerfiles used for building SageMaker PyTorch Containers, see `AWS Deep Learning Containers <https://github.com/aws/deep-learning-containers>`__.\n\nFor information on running PyTorch jobs on Amazon SageMaker, please refer to the `SageMaker Python SDK documentation <https://github.com/aws/sagemaker-python-sdk>`__.\n\nFor notebook examples: `SageMaker Notebook\nExamples <https://github.com/awslabs/amazon-sagemaker-examples>`__.\n\nContributing\n------------\n\nPlease read\n`CONTRIBUTING.md <https://github.com/aws/sagemaker-pytorch-container/blob/master/CONTRIBUTING.md>`__\nfor details on our code of conduct, and the process for submitting pull\nrequests to us.\n\nLicense\n-------\n\nSageMaker PyTorch Serving Container is licensed under the Apache 2.0 License. It is copyright 2018 Amazon\n.com, Inc. or its affiliates. All Rights Reserved. The license is available at:\nhttp://aws.amazon.com/apache2.0/",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "Open source library for creating PyTorch containers to run on Amazon SageMaker.",
    "version": "2.0.25",
    "project_urls": {
        "Homepage": "https://github.com/aws/sagemaker-pytorch-inference-toolkit"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "271b8c0367e6d07ca92b20462ffe43cc38914e70719b1e30f605ac6eb560eaed",
                "md5": "8520ba5f383cacd8238395aeee6bd8f2",
                "sha256": "71ae0de6168715c1c9f7d9e5e4e1b3482e91ef901cf2048a8d0fbd5d77501ec1"
            },
            "downloads": -1,
            "filename": "sagemaker_pytorch_inference-2.0.25.tar.gz",
            "has_sig": false,
            "md5_digest": "8520ba5f383cacd8238395aeee6bd8f2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 22330,
            "upload_time": "2024-10-07T20:57:53",
            "upload_time_iso_8601": "2024-10-07T20:57:53.362344Z",
            "url": "https://files.pythonhosted.org/packages/27/1b/8c0367e6d07ca92b20462ffe43cc38914e70719b1e30f605ac6eb560eaed/sagemaker_pytorch_inference-2.0.25.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-07 20:57:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "aws",
    "github_project": "sagemaker-pytorch-inference-toolkit",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": false,
    "tox": true,
    "lcname": "sagemaker-pytorch-inference"
}
        
Elapsed time: 0.47164s