Skip to content

Commit

Permalink
.github/workflows/linux-trt.yml: update to tensorrt 10.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WolframRhodium committed Oct 1, 2024
1 parent 396996f commit 935728d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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.4.0.26-1+cuda12.6
export TRT_VER=10.5.0.18-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 Down

0 comments on commit 935728d

Please sign in to comment.