Skip to content

Commit

Permalink
.github/workflows/linux-trt.yml: update to tensorrt 10.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WolframRhodium committed Nov 1, 2024
1 parent 2ca3882 commit d183b9a
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 @@ -35,7 +35,7 @@ jobs:
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64/cuda-keyring_1.1-1_all.deb
sudo dpkg -i cuda-keyring_1.1-1_all.deb
sudo apt-get update
export TRT_VER=10.5.0.18-1+cuda12.6
export TRT_VER=10.6.0.26-1+cuda12.6
sudo apt-get install -y --no-install-recommends cuda-nvcc-12-6 cuda-cudart-dev-12-6 libnvinfer-dev=${TRT_VER} libnvinfer-headers-dev=${TRT_VER} libnvinfer10=${TRT_VER}
echo "PATH=/usr/local/cuda/bin${PATH:+:${PATH}}" >> $GITHUB_ENV
echo "CUDA_PATH=/usr/local/cuda" >> $GITHUB_ENV
Expand All @@ -45,7 +45,7 @@ jobs:
run: cmake -S . -B build -G Ninja -LA
-D CMAKE_BUILD_TYPE=Release
-D VAPOURSYNTH_INCLUDE_DIRECTORY="`pwd`/vapoursynth/include"
-D CMAKE_CXX_COMPILER=g++-12
-D CMAKE_CXX_COMPILER=g++-13
-D CMAKE_CXX_FLAGS="-Wall -ffast-math -march=x86-64-v3"

- name: Build
Expand Down

0 comments on commit d183b9a

Please sign in to comment.