You are using Paddle compiled with TensorRT, but TensorRT dynamic library is not found. Ignore this if TensorRT is not needed.>>>

1zmg4dgp  于 2022-11-03  发布在  其他
关注(0)|答案(7)|浏览(492)

when i input "import paddle.fluid",the computer give me an error"You are using Paddle compiled with TensorRT, but TensorRT dynamic library is not found. Ignore this if TensorRT is not needed.>>>"
so what should i do ?
thank you!

7jmck4yq

7jmck4yq1#

您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看 官网API文档常见问题历史IssueAI社区 来寻求解答。祝您生活愉快~

Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the APIFAQGithub Issue and AI community to get the answer.Have a nice day!

91zkwejq

91zkwejq2#

@sun-ching If you do not use TensorRT for inference, you can ingore this wanring.

qvk1mo1f

qvk1mo1f3#

@sun-ching If you do not use TensorRT for inference, you can ingore this wanring.

@sun-ching If you do not use TensorRT for inference, you can ingore this wanring.

@sun-ching If you do not use TensorRT for inference, you can ingore this wanring.

But i will use TensorRT,so what should i do?Thank you

sc4hvdpw

sc4hvdpw4#

@sun-ching You can try to download TensorRT library, and set lib into LD_LIBRARY_PATH.

de90aj5v

de90aj5v5#

@sun-ching You can try to download TensorRT library, and set lib into LD_LIBRARY_PATH.

Hi @qingqing01 , when using paddle2.0.0, cuda10.2 and cudnn8, it throws the same error even the TRT lib is added to LD_LIBRARY_PATH.

z2acfund

z2acfund6#

@feymanpriv, @sun-ching, I found the same problem, have you fixed it? Pls provide me the solution.

jljoyd4f

jljoyd4f7#

I have the same WARNING, but when I set LD_LIBRARY_PATH, it is solved.
I am using Paddle develop compiled by myself with CUDA 11.1 cudnn8.1.1 and TensorRT-7.2.3.4

相关问题