tensorrt-cu11


Nametensorrt-cu11 JSON
Version 10.0.0b6 PyPI version JSON
download
home_pagehttps://developer.nvidia.com/tensorrt
SummaryA high performance deep learning inference library
upload_time2024-03-26 22:49:21
maintainerNone
docs_urlNone
authorNVIDIA Corporation
requires_python>=3.6
licenseProprietary
keywords nvidia tensorrt deeplearning inference
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
NVIDIA TensorRT is an SDK that facilitates high-performance machine learning inference. It is designed to work in a complementary fashion with training frameworks such as TensorFlow, PyTorch, and MXNet. It focuses specifically on running an already-trained network quickly and efficiently on NVIDIA hardware.

**IMPORTANT:** This is a special release of TensorRT designed to work only with TensorRT-LLM.
Please refrain from upgrading to this version if you are not using TensorRT-LLM.

To install, please execute the following:
```
pip install tensorrt --extra-index-url https://pypi.nvidia.com
```
Or add the index URL to the (space-separated) PIP_EXTRA_INDEX_URL environment variable:
```
export PIP_EXTRA_INDEX_URL='https://pypi.nvidia.com'
pip install tensorrt
```
When the extra index url does not contain `https://pypi.nvidia.com`, a nested `pip install` will run with the proper extra index url hard-coded.

            

Raw data

            {
    "_id": null,
    "home_page": "https://developer.nvidia.com/tensorrt",
    "name": "tensorrt-cu11",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "nvidia tensorrt deeplearning inference",
    "author": "NVIDIA Corporation",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/4c/bb/b1fbc7679bf9e04a872a300485f73f31b6a61a20bdc4945506146b1f4256/tensorrt-cu11-10.0.0b6.tar.gz",
    "platform": null,
    "description": "\nNVIDIA TensorRT is an SDK that facilitates high-performance machine learning inference. It is designed to work in a complementary fashion with training frameworks such as TensorFlow, PyTorch, and MXNet. It focuses specifically on running an already-trained network quickly and efficiently on NVIDIA hardware.\n\n**IMPORTANT:** This is a special release of TensorRT designed to work only with TensorRT-LLM.\nPlease refrain from upgrading to this version if you are not using TensorRT-LLM.\n\nTo install, please execute the following:\n```\npip install tensorrt --extra-index-url https://pypi.nvidia.com\n```\nOr add the index URL to the (space-separated) PIP_EXTRA_INDEX_URL environment variable:\n```\nexport PIP_EXTRA_INDEX_URL='https://pypi.nvidia.com'\npip install tensorrt\n```\nWhen the extra index url does not contain `https://pypi.nvidia.com`, a nested `pip install` will run with the proper extra index url hard-coded.\n",
    "bugtrack_url": null,
    "license": "Proprietary",
    "summary": "A high performance deep learning inference library",
    "version": "10.0.0b6",
    "project_urls": {
        "Download": "https://github.com/nvidia/tensorrt/tags",
        "Homepage": "https://developer.nvidia.com/tensorrt"
    },
    "split_keywords": [
        "nvidia",
        "tensorrt",
        "deeplearning",
        "inference"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4cbbb1fbc7679bf9e04a872a300485f73f31b6a61a20bdc4945506146b1f4256",
                "md5": "9a7ece5def703ee30afe556ceceaac42",
                "sha256": "4fa02e4ec78ebd2dfe62b7ab08198a46cf1ff42378a976ec38c075654cbe81fd"
            },
            "downloads": -1,
            "filename": "tensorrt-cu11-10.0.0b6.tar.gz",
            "has_sig": false,
            "md5_digest": "9a7ece5def703ee30afe556ceceaac42",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 18222,
            "upload_time": "2024-03-26T22:49:21",
            "upload_time_iso_8601": "2024-03-26T22:49:21.278614Z",
            "url": "https://files.pythonhosted.org/packages/4c/bb/b1fbc7679bf9e04a872a300485f73f31b6a61a20bdc4945506146b1f4256/tensorrt-cu11-10.0.0b6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-26 22:49:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nvidia",
    "github_project": "tensorrt",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "tensorrt-cu11"
}
        
Elapsed time: 0.21375s