isarsoft / yolov4-triton-tensorrt

This repository deploys YOLOv4 as an optimized TensorRT engine to Triton Inference Server
http://www.isarsoft.com
Other
277 stars 63 forks source link

Graphics driver version #5

Closed ontheway16 closed 3 years ago

ontheway16 commented 3 years ago
Status: Downloaded newer image for nvcr.io/nvidia/tensorrt:20.08-py3

=====================
== NVIDIA TensorRT ==
=====================

NVIDIA Release 20.08 (build 15268644)

NVIDIA TensorRT 7.1.3 (c) 2016-2020, NVIDIA CORPORATION.  All rights reserved.
Container image (c) 2020, NVIDIA CORPORATION.  All rights reserved.

https://developer.nvidia.com/tensorrt

To install Python sample dependencies, run /opt/tensorrt/python/python_setup.sh

To install open source parsers, plugins, and samples, run /opt/tensorrt/install_opensource.sh. See https://github.com/NVIDIA/TensorRT for more information.

ERROR: This container was built for NVIDIA Driver Release 450.51 or later, but
       version 410.78 was detected and compatibility mode is UNAVAILABLE.

       [[CUDA Driver UNAVAILABLE (cuInit(0) returned 803)]
$ ubuntu-drivers devices
== /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 ==
modalias : pci:v000010DEd00001B06sv000019DAsd00004471bc03sc00i00
vendor   : NVIDIA Corporation
driver   : nvidia-430 - third-party free recommended
driver   : nvidia-415 - third-party free
driver   : xserver-xorg-video-nouveau - distro free builtin
driver   : nvidia-410 - third-party free
driver   : nvidia-418 - third-party free
driver   : nvidia-384 - distro non-free

Do I need a newer Ubuntu version (16.04 LTS) ? Current list is like above and no 450+ drivers. Or, 1080Ti (compute 6.1) not eligible for v450 and/or Triton server ?

ontheway16 commented 3 years ago

upgrading to 18.04 made Nvidia-450 drivers appear in the list. Closing.