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 .. 4 5 6 7 8 9 10 11 12 13 Next › Last »
dbermond commented on 2023-06-20 01:56 (UTC)
@DavTheRaveUK @mergen @Moebius14 @pwf Package updated. Building fine.
pwf commented on 2023-05-29 19:26 (UTC) (edited on 2023-05-29 19:54 (UTC) by pwf)
was able to install GA with the following patch (i think... haven't tried it from scratch, and ended up editing a few files in
src, but i think this is all the changes):and actually, cudnn version should now be 8.9 yeah?
Moebius14 commented on 2023-05-26 21:37 (UTC)
@mergen I got the same error when I accidentally downloaded TensorRT version 8.6.1.6 instead of 8.6.0.12 Make sure you download version 8.6.0.12. You can find it under "TensorRT 8.6 EA". Heres the link for your convenience:
https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/secure/8.6.0/tars/TensorRT-8.6.0.12.Linux.x86_64-gnu.cuda-12.0.tar.gz
mergen commented on 2023-05-15 08:35 (UTC) (edited on 2023-05-15 09:18 (UTC) by mergen)
I modified the PKGBUILD to new version and sha256sum but I still get an error:
The content of the file ./src/TensorRT/python/CMakeLists.txt.rej is:
The content of the file ./src/TensorRT/python/src/parsers/pyOnnx.cpp.rej is:
DavTheRaveUK commented on 2023-05-03 13:24 (UTC)
I followed your instructions only to be met with the following error:
==> ERROR: 010-tensorrt-use-local-protobuf-sources.patch was not found in the build directory and is not a URL.
What gives?
feiticeir0 commented on 2023-03-19 10:23 (UTC)
@dbermond Thank you ! Just compiled well ! Now Tensorflow is finally working with Nvidia GPU.
dbermond commented on 2023-03-18 19:42 (UTC)
@Smoolak @feiticeir0 Package updated. Building fine for me now. The current version supports cuda 12.0.
feiticeir0 commented on 2023-03-14 00:42 (UTC) (edited on 2023-03-14 00:46 (UTC) by feiticeir0)
I'm getting the following error:
I've downgraded CUDA and CUDNN to match the tensorRT version, but now this is happening.. Any hints ?
does not exits, but instead there is lib64
Even if I create a symlink to lib, it does not work... Thank you
Smoolak commented on 2023-03-10 17:20 (UTC)
Oh ok. Look like I've been very unlucky and decided to install this on the wrong day. CUDA was just updated in the repos, yesterday's version is working fine. I downgraded my system using the Arch Linux Archive.
Smoolak commented on 2023-03-10 16:48 (UTC)
I'm getting this error:
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 Next › Last »