Search Criteria
Package Details: python-tensorrt 10.6.0.26-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 (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)
- python (python37AUR, python311AUR, python310AUR)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR)
- tensorrtAUR
- 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)
- python-onnx (optional) – for onnx_graphsurgeon python module
- python-onnxruntime (python-onnxruntime-opt, python-onnxruntime-opt-rocm, python-onnxruntime-rocm) (optional) – for onnx_graphsurgeon and polygraphy python modules
- python-protobuf (python-protobuf-gitAUR) (optional) – for polygraphy and tensorflow-quantization python modules
- python-tensorflow-cuda (python-tensorflow-cuda-gitAUR, python-tensorflow-opt-cuda) (optional) – for polygraphy python module
- python-tf2onnxAUR (optional) – for tensorflow-quantization python module
Required by (1)
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.6.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.6.0/tars/TensorRT-10.6.0.26.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 Next › Last »
dbermond commented on 2022-11-30 21:54 (UTC)
@Baytars I've just checked, and the package is building fine. It seems that something is wrong with your system, as that packages that you suggest to be handled with 'pip install' are already in makedepends. Also, notice that installing things with 'pip install' in a PKGBUILD is generally not acceptable.
Baytars commented on 2022-11-29 16:08 (UTC) (edited on 2022-11-29 17:47 (UTC) by Baytars)
Issue 1:
could not find pybind11 missing pybind11_DIR
Fix:
pip install pybind11[global]
Issue 2:
Fix:
Issue 3:
Specify CUDA_TOOLKIT_ROOT_DIR
Fix:
Issue 4:
Fix:
Issue 5:
No module named <build, onnx, installer ...>
Fix:
pip install <build, onnx, installer ...>
Please fix. Thank you!
dbermond commented on 2022-11-03 23:00 (UTC)
@Twelfthnight I'm aware of the git submodule issue and I'm updating my AUR packages slowly as I can. I updated this package and now it is building fine. Thanks for the interest.
Twelfthnight commented on 2022-11-03 09:34 (UTC)
Hi, The new Git update will now refuse to clone repositories via --local clone optimization if there are symlinks in the object directory. This is due to this CVE
It causes this kind of errors
I managed to install tensorrt by setting
chengscott commented on 2022-10-14 17:00 (UTC)
@dbermond shall the tensorrt file name be in lowercase?
tensorrt-8.4.3.1.linux.x86_64-gnu.cuda-11.6.cudnn8.4.tar.gz
dbermond commented on 2022-10-11 01:05 (UTC)
@acxz Sorry, but AUR helpers are not supported. Up to you to figure out why your favorite helper is not working as you expect.
acxz commented on 2022-10-05 23:31 (UTC)
@dbermond I am using an AUR helper, paru. For some reason, every time I run
paru -Syu
, thetensorrt
package is also slated for an update, even though it has not received an update. Do you know whytensorrt
is being rebuilt? Usually this happens when the version auto updates, but this doesn't seem to be the case fortensorrt
. If you could take a look at this, it would be much appreciated.FuzzyAtish commented on 2022-05-15 16:40 (UTC)
@dbermond Thank you for the prompt response and resolution! Once I reinstalled that package, this one was successfully built
dbermond commented on 2022-05-15 12:05 (UTC)
@FuzzyAtish You need to rebuild python-onnx against protobuf 3.20.x, as protobuf got a soname bump. Remember that you must carefully take care of all the needed AUR rebuilds, otherwise your AUR packages becomes broken as you could see.
FuzzyAtish commented on 2022-05-15 07:52 (UTC) (edited on 2022-05-15 07:58 (UTC) by FuzzyAtish)
Hello, I'm receiving the following error when running
makepkg -si
When inspecting the current directory, I see that pkg has only 111 rights
Did anyone else come across this by any chance?
« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »