We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd7f616 commit 2ace0e3Copy full SHA for 2ace0e3
.circleci/config.yml
@@ -735,9 +735,9 @@ jobs:
735
- create-py-env:
736
trt-version-long: << parameters.trt-version-long >>
737
- install-cudnn
738
- - run:
739
- name: "Set LD_LIBRARY_PATH path to include the installed CUDNN"
740
- command: export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/:$LD_LIBRARY_PATH
+ # - run:
+ # name: "Set LD_LIBRARY_PATH path to include the installed CUDNN"
+ # command: export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/:$LD_LIBRARY_PATH
741
- run:
742
name: "Install torch-tensorrt"
743
command: pip3 install --pre /tmp/dist/x86_64-linux/*
0 commit comments