Skip to content

Commit

Permalink
.github/workflows/linux-trt.yml: upgrade to trt 9.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WolframRhodium committed Feb 1, 2024
1 parent fd35cdd commit b0b3397
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-trt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup tensorrt
run: |
curl -L -o trt.tar.gz https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/9.2.0/tensorrt-9.2.0.5.linux.x86_64-gnu.cuda-12.2.tar.gz
curl -L -o trt.tar.gz https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/9.3.0/tensorrt-9.3.0.1.linux.x86_64-gnu.cuda-12.2.tar.gz
tar -xf trt.tar.gz
- name: Configure
Expand All @@ -51,7 +51,7 @@ jobs:
-D VAPOURSYNTH_INCLUDE_DIRECTORY="`pwd`/vapoursynth/include"
-D CMAKE_CXX_COMPILER=g++-12
-D CMAKE_CXX_FLAGS="-Wall -ffast-math -march=x86-64-v3"
-D TENSORRT_HOME="`pwd`/TensorRT-9.2.0.5"
-D TENSORRT_HOME="`pwd`/TensorRT-9.3.0.1"

- name: Build
run: cmake --build build --verbose
Expand Down

0 comments on commit b0b3397

Please sign in to comment.