tensorrt-dispatch-cu13-libs 10.13.2.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: tensorrt_dispatch_cu13_libs
|
|
3
|
+
Version: 10.13.2.6
|
|
4
|
+
Summary: TensorRT Libraries
|
|
5
|
+
Home-page: https://github.com/nvidia/tensorrt
|
|
6
|
+
Download-URL: https://developer.nvidia.com/tensorrt
|
|
7
|
+
Author: NVIDIA Corporation
|
|
8
|
+
License: Proprietary
|
|
9
|
+
Keywords: nvidia tensorrt deeplearning inference
|
|
10
|
+
Classifier: License :: Other/Proprietary License
|
|
11
|
+
Classifier: Intended Audience :: Developers
|
|
12
|
+
Classifier: Programming Language :: Python :: 3
|
|
13
|
+
License-File: LICENSE.txt
|
|
14
|
+
Requires-Dist: nvidia-cuda-runtime-cu13
|
|
15
|
+
|
|
16
|
+
TensorRT Libraries
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
2
|
+
# SPDX-License-Identifier: Apache-2
|
|
3
|
+
|
|
4
|
+
[build-system]
|
|
5
|
+
requires = ["wheel-stub"]
|
|
6
|
+
build-backend = "wheel_stub.buildapi"
|
|
7
|
+
|
|
8
|
+
[tool.wheel_stub]
|
|
9
|
+
index_url = "https://pypi.nvidia.com/"
|
|
10
|
+
include_cuda_debuginfo = true
|