Package Details: python-tensorrt 10.6.0.26-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: 20
Popularity: 0.98
First Submitted: 2018-07-29 16:17 (UTC)
Last Updated: 2024-11-08 22:21 (UTC)

Dependencies (18)

Sources (13)

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9

laudney commented on 2020-07-29 09:39 (UTC)

It also can't find cudnn.h out of the box, which exists under /usr/include

laudney commented on 2020-07-29 09:12 (UTC)

@dbermond, Archlinux, makepkg -i

below libraries are not found in the linking stage:

libcublas.so.11 libcudnn.so.8 libnvrtc.so.11.0

all of these are verified to have been installed on my system

Thanks

dbermond commented on 2020-07-28 23:36 (UTC)

@laudney Package is building fine. What's your operating system and what's the command that you're using to build?

laudney commented on 2020-07-28 21:24 (UTC)

When building, it fails to find headers for cudnn under /usr/include and cuBLAS libraries under /opt/cuda/lib64

dbermond commented on 2020-07-25 19:37 (UTC)

In order to build the package, you need to manually download the TensorRT file from NVIDIA's website (registration required). Place the downloaded file in the PKGBUILD directory and run makepkg. Download website: https://developer.nvidia.com/tensorrt/

dbermond commented on 2020-03-12 16:12 (UTC)

@sl1pkn07 This approach should not be used on PKGBUILDs. It's not makepkg task to to create symbolic links of missing source files.

It's user responsibility to correctly place the sources files in $startdir or in $SRCDEST.

sl1pkn07 commented on 2020-03-11 00:05 (UTC)

Hi

you can use this tip in this package?

https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=stm32cubeide#n19

this allow use the common XDG download path for add in the search scope and not need to move/copy the file (tensorrt is a little huge) across directories

greetings

dbermond commented on 2018-08-14 16:04 (UTC)

@bloomypiggy Yes, it is broken with python 3.7. Please use python2 instead.

homerhsing commented on 2018-08-14 03:14 (UTC) (edited on 2018-08-14 03:15 (UTC) by homerhsing)

not work with latest archlinux :(

>>> import tensorrt
Traceback (most recent call last):
  File "/usr/lib/python3.7/tensorrt/__init__.py", line 71, in <module>
    from tensorrt import infer, parsers, utils, lite, plugins
  File "/usr/lib/python3.7/tensorrt/infer/__init__.py", line 50, in <module>
    from ._infer_enums import *
  File "/usr/lib/python3.7/tensorrt/infer/_infer_enums.py", line 54, in <module>
    from tensorrt.infer import _nv_infer_bindings as nvinfer
ImportError: cannot import name '_nv_infer_bindings' from 'tensorrt.infer' (/usr/lib/python3.7/tensorrt/infer/__init__.py)