Search Criteria
Package Details: tensorrt 10.7.0.23-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, LicenseRef-NVIDIA-TensorRT-SLA |
Submitter: | dbermond |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 20 |
Popularity: | 0.53 |
First Submitted: | 2018-07-29 16:17 (UTC) |
Last Updated: | 2024-12-07 14:13 (UTC) |
Dependencies (12)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR)
- cudnn
- cmake (cmake-gitAUR) (make)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR) (make)
- cudnn (make)
- git (git-gitAUR, git-glAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-onnx (make)
- python-setuptools (make)
- python-wheel (make)
Required by (2)
Sources (13)
- 010-tensorrt-use-local-protobuf-sources.patch
- 020-tensorrt-fix-python.patch
- 030-tensorrt-onnx-tensorrt-disable-missing-source-file.patch
- cub-nvlabs
- git+https://github.com/google/benchmark.git
- git+https://github.com/NVIDIA/TensorRT.git#tag=v10.7.0
- git+https://github.com/onnx/onnx-tensorrt.git
- git+https://github.com/onnx/onnx.git
- git+https://github.com/pybind/pybind11.git
- https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.7.0/tars/TensorRT-10.7.0.23.Linux.x86_64-gnu.cuda-12.6.tar.gz
- https://github.com/google/protobuf/releases/download/v3.20.1/protobuf-cpp-3.20.1.tar.gz
- protobuf-protocolbuffers
- TensorRT-SLA.txt
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »
dbermond commented on 2023-07-06 00:17 (UTC)
@mindbound You can start by searching for which packages need protobuf and/or python-protobuf as a dependency. For example, with 'pacman -Qi protobuf', and looking at the 'Required By' and 'Optional For' lines. I would bet that it's python-onnx, since it depends on protobuf. Every time that protobuf gets a soname bump you should rebuild python-onnx (and any other AUR packages that depend on it), and it's user responsibility to keep track of this.
mindbound commented on 2023-07-05 22:29 (UTC)
@dbermond Well, crap. Any ideas how to find this something?
dbermond commented on 2023-07-05 16:17 (UTC)
@mindbound At the time of writing, there is no file named 'libprotobuf.so.32' in the official repositories (protobuf currently ships 'libprotobuf.so.23'). It looks like that you have something built against an outdated libprotobuf.
mindbound commented on 2023-07-05 14:34 (UTC)
Build of python-tensorrt package fails with
Which version of protobuf is this even referring to? I have protobuf and python-protobuf installed from extra, version 23.3-2 both.
Waycey commented on 2023-06-26 04:07 (UTC) (edited on 2023-06-26 04:11 (UTC) by Waycey)
Latest download link (for convenience)
https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/secure/8.6.1/tars/TensorRT-8.6.1.6.Linux.x86_64-gnu.cuda-12.0.tar.gz
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:
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »