Search Criteria
Package Details: python-tensorrt 10.14.1.48-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/tensorrt.git (read-only, click to copy) |
|---|---|
| Package Base: | tensorrt |
| Description: | A platform for high-performance deep learning inference on NVIDIA hardware (python bindings and tools) |
| Upstream URL: | https://developer.nvidia.com/tensorrt/ |
| Keywords: | ai artificial intelligence nvidia |
| Licenses: | Apache-2.0 AND LicenseRef-TensorRT-LICENSE-AGREEMENT AND LicenseRef-Python-TensorRT-LICENSE-AGREEMENT |
| Provides: | python-onnx-graphsurgeon, python-polygraphy, python-tensorflow-quantization |
| Submitter: | dbermond |
| Maintainer: | dbermond |
| Last Packager: | dbermond |
| Votes: | 21 |
| Popularity: | 0.154398 |
| First Submitted: | 2018-07-29 16:17 (UTC) |
| Last Updated: | 2025-11-08 20:20 (UTC) |
Dependencies (25)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- python
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- tensorrtAUR
- cmake (cmake3AUR, cmake-gitAUR) (make)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR, cuda-12.5AUR, cuda-12.9AUR) (make)
- cudnn (cudnn9.10-cuda12.9AUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- nvidia-utils (nvidia-410xx-utilsAUR, nvidia-440xx-utilsAUR, nvidia-430xx-utilsAUR, nvidia-340xx-utilsAUR, nvidia-510xx-utilsAUR, nvidia-utils-teslaAUR, nvidia-470xx-utilsAUR, nvidia-550xx-utilsAUR, nvidia-390xx-utilsAUR, nvidia-vulkan-utilsAUR, nvidia-535xx-utilsAUR, nvidia-utils-betaAUR, nvidia-525xx-utilsAUR) (make)
- python (make)
- python-build (make)
- python-installer (make)
- python-ml-dtypes (make)
- python-onnx (make)
- python-setuptools (make)
- python-typing_extensions (make)
- python-wheel (make)
- python-coloredAUR (optional) – for onnx_graphsurgeon and polygraphy python modules
- python-ml-dtypes (optional) – for onnx_graphsurgeon python module
- Show 5 more dependencies...
Required by (1)
Sources (12)
- 010-tensorrt-use-local-protobuf-sources.patch
- 020-tensorrt-fix-python.patch
- cub-nvlabs
- git+https://github.com/google/benchmark.git
- git+https://github.com/NVIDIA/TensorRT.git#tag=v10.14
- git+https://github.com/onnx/onnx-tensorrt.git
- git+https://github.com/onnx/onnx.git
- git+https://github.com/protocolbuffers/protobuf.git
- git+https://github.com/pybind/pybind11.git
- https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.14.1/tars/TensorRT-10.14.1.48.Linux.x86_64-gnu.cuda-13.0.tar.gz
- https://github.com/google/protobuf/releases/download/v3.20.1/protobuf-cpp-3.20.1.tar.gz
- TensorRT-LICENSE-AGREEMENT.txt
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 11 Next › Last »
dbermond commented on 2025-02-09 18:55 (UTC)
@hsyysy fixed. Thanks for reporting.
hsyysy commented on 2025-02-09 12:25 (UTC) (edited on 2025-02-09 13:41 (UTC) by hsyysy)
There are two errors which can be solved.
1. It is mentioned here
https://forums.developer.nvidia.com/t/tensorrt-10-8-0-43-and-older-incompatible-with-new-glibc-2-41-r2-g0a7c7a3e283a/322769, this problem (caused by glibc 2.41) can be solved by addingto the package_tensorrt() function.
2. Error info of
libnvonnxparser.sothis can be solved by removing 030-tensorrt-onnx-tensorrt-disable-missing-source-file.patch.
thesword commented on 2024-12-26 01:20 (UTC) (edited on 2024-12-26 01:20 (UTC) by thesword)
I even have that issue before Python 3.13 with the the pre-built ones. The issue seems to come from
libnvonnxparser.sobinary and python bindings are required for the packagepython-pytorch-tensorrt.dbermond commented on 2024-12-26 00:34 (UTC)
@thesword when you modify the PKGBUILD, you are for your own, and I cannot help you with a modified PKGBUILD. I've disabled the building of the main python bindings (and use the pre-built ones from upstream) for a reason: it fails to build, and I could not find a way to make them to build. But now now you enable it for yourself and found what I've just said: it fails to build. Do not enable it.
thesword commented on 2024-12-26 00:06 (UTC)
I modified PKGBUILD to include python bindings. I added
local -x TENSORRT_MODULE="tensorrt"But now I got:
dbermond commented on 2024-12-25 17:37 (UTC) (edited on 2024-12-25 17:37 (UTC) by dbermond)
@thesword Package updated. Disabled installation of the main tensorrt python bindings, as upstream currently does not support python 3.13 yet. I will enable it again when/if upstream supports python 3.13. Thanks for reporting.
thesword commented on 2024-12-25 15:14 (UTC)
It doesn't build anymore sice Python 3.13 update
dbermond commented on 2024-12-19 03:26 (UTC)
@sots removing the unneeded patch is already on my radar, thanks for pointing anyway. The build jobs/parallelism is a user setting and should be configured in your 'makepkg.conf'.
sots commented on 2024-12-19 01:55 (UTC)
Recommended patch for PKGBUILD:
juliusk commented on 2024-12-03 01:21 (UTC) (edited on 2024-12-03 01:21 (UTC) by juliusk)
« First ‹ Previous 1 2 3 4 5 6 7 .. 11 Next › Last »