Search Criteria
Package Details: tensorrt 10.16.0.72-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 |
| Upstream URL: | https://developer.nvidia.com/tensorrt/ |
| Keywords: | ai artificial intelligence nvidia |
| Licenses: | Apache-2.0 AND LicenseRef-TensorRT-LICENSE-AGREEMENT |
| Submitter: | dbermond |
| Maintainer: | dbermond |
| Last Packager: | dbermond |
| Votes: | 21 |
| Popularity: | 0.039334 |
| First Submitted: | 2018-07-29 16:17 (UTC) |
| Last Updated: | 2026-03-27 15:16 (UTC) |
Dependencies (20)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda-12.5AUR, cuda-12.9AUR, cuda-12.8AUR, cuda-pascalAUR)
- cudnn (cudnn9.10-cuda12.9AUR, cudnn-pascalAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libgcc (libgcc-snapshotAUR)
- libstdc++ (libstdc++-snapshotAUR)
- nvidia-utils (nvidia-410xx-utilsAUR, nvidia-440xx-utilsAUR, nvidia-430xx-utilsAUR, nvidia-340xx-utilsAUR, nvidia-510xx-utilsAUR, nvidia-utils-teslaAUR, nvidia-525xx-utilsAUR, nvidia-575xx-utilsAUR, nvidia-340xx-utils-macbookAUR, nvidia-535xx-utilsAUR, nvidia-utils-betaAUR, nvidia-470xx-utilsAUR, nvidia-390xx-utilsAUR, nvidia-550xx-utilsAUR, nvidia-580xx-utilsAUR, nvidia-vulkan-utilsAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda-12.5AUR, cuda-12.9AUR, cuda-12.8AUR, cuda-pascalAUR) (make)
- cudnn (cudnn9.10-cuda12.9AUR, cudnn-pascalAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- nvidia-utils (nvidia-410xx-utilsAUR, nvidia-440xx-utilsAUR, nvidia-430xx-utilsAUR, nvidia-340xx-utilsAUR, nvidia-510xx-utilsAUR, nvidia-utils-teslaAUR, nvidia-525xx-utilsAUR, nvidia-575xx-utilsAUR, nvidia-340xx-utils-macbookAUR, nvidia-535xx-utilsAUR, nvidia-utils-betaAUR, nvidia-470xx-utilsAUR, nvidia-390xx-utilsAUR, nvidia-550xx-utilsAUR, nvidia-580xx-utilsAUR, nvidia-vulkan-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)
- tensorrt-cross-builder-libsAUR (optional) – for cross building engine files
Required by (6)
Sources (11)
- 010-tensorrt-use-local-protobuf-sources.patch
- 020-tensorrt-fix-python.patch
- cub-nvlabs
- git+https://github.com/NVIDIA/TensorRT.git#tag=v10.16
- 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.16.0/tars/TensorRT-10.16.0.72.Linux.x86_64-gnu.cuda-13.2.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 .. 5 6 7 8 9 10 11 12 13 Next › Last »
Baytars commented on 2022-12-16 15:52 (UTC) (edited on 2022-12-16 15:53 (UTC) by Baytars)
@thoth You can refer to my workaround solution below.
thoth commented on 2022-12-16 15:38 (UTC)
Mine fails with:
dbermond commented on 2022-12-10 16:00 (UTC)
@otakutyrant license prohibits the package distribution. Unless Nvidia grants the package distribution within Arch Linux, we cannot do it.
dbermond commented on 2022-12-10 15:56 (UTC)
@Baytars It may be. You can always build the package in a clean chroot to make sure that it builds fine. This is how all official repository packages are built, and I build all my packages in this way.
otakutyrant commented on 2022-12-07 16:14 (UTC)
This package is more unpopular than I thought. It should be in official packages.
Baytars commented on 2022-12-01 08:08 (UTC)
@dbermond Is it related to using virtual environment in Anaconda? The output log showed that, instead of the system Python distribution, the Python path it found was that managed by Anaconda, which I use routinely. So despite the existence of makedepends, PKGBUILD could not find the dependencies in the virtual environment.
dbermond commented on 2022-11-30 21:54 (UTC)
@Baytars I've just checked, and the package is building fine. It seems that something is wrong with your system, as that packages that you suggest to be handled with 'pip install' are already in makedepends. Also, notice that installing things with 'pip install' in a PKGBUILD is generally not acceptable.
Baytars commented on 2022-11-29 16:08 (UTC) (edited on 2022-11-29 17:47 (UTC) by Baytars)
Issue 1:
could not find pybind11 missing pybind11_DIRFix:
pip install pybind11[global]Issue 2:
Fix:
Issue 3:
Specify CUDA_TOOLKIT_ROOT_DIRFix:
Issue 4:
Fix:
Issue 5:
No module named <build, onnx, installer ...>Fix:
pip install <build, onnx, installer ...>Please fix. Thank you!
dbermond commented on 2022-11-03 23:00 (UTC)
@Twelfthnight I'm aware of the git submodule issue and I'm updating my AUR packages slowly as I can. I updated this package and now it is building fine. Thanks for the interest.
« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 Next › Last »