Search Criteria
Package Details: tensorrt 10.7.0.23-2
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.36 |
First Submitted: | 2018-07-29 16:17 (UTC) |
Last Updated: | 2024-12-25 17:37 (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 (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
1 2 3 4 5 6 .. 10 Next › Last »
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.so
binary 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)
whiteLinux commented on 2024-11-10 05:12 (UTC)
030-tensorrt-onnx-tensorrt-disable-missing-source-file.patch is no longer needed.The annotated file "errorHelpers.cpp" provide _ZTIN8onnx2trt16OnnxTrtExceptionE define.python-onnx package also include this file,so install python-onnx will fix it
dbermond commented on 2024-11-02 14:47 (UTC)
@jholmer try to rebuild the python-onnx package and use it. For rebuilding, use the PKGBUILD from the official repositories (can be found in this link). If if works, please open a bug report for python-onnx.
1 2 3 4 5 6 .. 10 Next › Last »