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 .. 6 7 8 9 10 11 12 13 Next › Last »
Twelfthnight commented on 2022-11-03 09:34 (UTC)
Hi, The new Git update will now refuse to clone repositories via --local clone optimization if there are symlinks in the object directory. This is due to this CVE
It causes this kind of errors
I managed to install tensorrt by setting
chengscott commented on 2022-10-14 17:00 (UTC)
@dbermond shall the tensorrt file name be in lowercase?
tensorrt-8.4.3.1.linux.x86_64-gnu.cuda-11.6.cudnn8.4.tar.gzdbermond commented on 2022-10-11 01:05 (UTC)
@acxz Sorry, but AUR helpers are not supported. Up to you to figure out why your favorite helper is not working as you expect.
acxz commented on 2022-10-05 23:31 (UTC)
@dbermond I am using an AUR helper, paru. For some reason, every time I run
paru -Syu, thetensorrtpackage is also slated for an update, even though it has not received an update. Do you know whytensorrtis being rebuilt? Usually this happens when the version auto updates, but this doesn't seem to be the case fortensorrt. If you could take a look at this, it would be much appreciated.FuzzyAtish commented on 2022-05-15 16:40 (UTC)
@dbermond Thank you for the prompt response and resolution! Once I reinstalled that package, this one was successfully built
dbermond commented on 2022-05-15 12:05 (UTC)
@FuzzyAtish You need to rebuild python-onnx against protobuf 3.20.x, as protobuf got a soname bump. Remember that you must carefully take care of all the needed AUR rebuilds, otherwise your AUR packages becomes broken as you could see.
FuzzyAtish commented on 2022-05-15 07:52 (UTC) (edited on 2022-05-15 07:58 (UTC) by FuzzyAtish)
Hello, I'm receiving the following error when running
makepkg -siWhen inspecting the current directory, I see that pkg has only 111 rights
Did anyone else come across this by any chance?
dbermond commented on 2022-02-04 21:16 (UTC)
@Draghi Package updated. Thanks for the notice and for appreciating the package.
Draghi commented on 2022-01-18 15:49 (UTC)
trtexec does not work anymore because of a missing library:
[E] [TRT] 6: [libLoader.h::DynamicLibrary::49] Error Code 6: Internal Error (Unable to load library: libnvinfer_builder_resource.so.8.2.1)Please add it to PKGBUILD at package_tensorrt():
cp -dr --no-preserve='ownership' "TensorRT-${pkgver}/lib"/libnvinfer_builder_resource.so* "${pkgdir}/usr/lib"Thanks for maintaining this package!
acxz commented on 2021-03-22 13:44 (UTC)
@nxxxx Take a look at the following issue: https://github.com/NVIDIA/TensorRT/issues/1064
tldr: if you want to manually install nvrtc for cuda 11.1 it works with cuda 11.2, but otherwise you need the nvrtc version provided in cuda 11.1, which means you need 11.1 for tensorrt as of now.
« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 Next › Last »