Natsu-Akatsuki / RangeNetTrt8

tensorrt8 && cuda && libtorch implementation of rangenet++
MIT License
44 stars 9 forks source link

How to install cuda 11.3 in ubuntu 22.04 #18

Closed smileyr99 closed 6 months ago

smileyr99 commented 6 months ago

Hello, and thank you for providing excellent code.

I'm currently trying to conduct tests on Ubuntu 22.04, and I have a question regarding the CUDA version, which is set to 11.3. As of my knowledge cutoff date in January 2022, CUDA 11.3 was available up to Ubuntu 20.04. I'm curious about how you installed version 11.3 on Ubuntu 22.04. Thank you.

Natsu-Akatsuki commented 6 months ago

Use runfile.

The 20.04 installer can be used in 22.04 as well.

image

smileyr99 commented 6 months ago

Use runfile.

The 20.04 installer can be used in 22.04 as well.

image

I see, thank you very much!! I appreciate your help.

Natsu-Akatsuki commented 6 months ago

Fine. I will close the issue.