Package Details: python-tensorrt 10.5.0.18-1

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 (python bindings and tools)
Upstream URL: https://developer.nvidia.com/tensorrt/
Keywords: ai artificial intelligence nvidia
Licenses: Apache-2.0, LicenseRef-custom
Provides: python-onnx-graphsurgeon, python-polygraphy, python-tensorflow-quantization
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 19
Popularity: 1.00
First Submitted: 2018-07-29 16:17 (UTC)
Last Updated: 2024-10-15 18:09 (UTC)

Dependencies (18)

Sources (13)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

chengscott commented on 2023-07-12 15:18 (UTC) (edited on 2023-07-12 15:19 (UTC) by chengscott)

Need to set CXX=/opt/cuda/bin/g++ when building.

as of now, CUDA12 does not support g++13 (system g++)

dbermond commented on 2023-07-07 21:56 (UTC)

@mindbound Nice, good to know.

mindbound commented on 2023-07-07 13:21 (UTC)

Thanks! Solved, I had to rebuild python-onnx.

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

ImportError: libprotobuf.so.32: cannot open shared object file: No such file or directory

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.