Skip to content

Commit

Permalink
Changes in version number for cudnn debian packages
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jomier <jjomier@nvidia.com>
  • Loading branch information
jjomier committed Jan 29, 2025
1 parent 06416d8 commit 89556aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,8 @@ setup() {
echo "Cuda version found: $short_cuda_version"

# Install cudnn9 first
install_cuda_dependencies_package libcudnn9-cuda-12 cuda$short_cuda_version true
install_cuda_dependencies_package libcudnn9-dev-cuda-12 cuda$short_cuda_version true
install_cuda_dependencies_package libcudnn9-cuda-12 9.* true
install_cuda_dependencies_package libcudnn9-dev-cuda-12 9.* true

# Check if cudnn9 is install, if not install cudnn8
installed_cudnn9_version=$(apt list --installed libcudnn9-cuda-12 2>/dev/null | grep libcudnn9-cuda-12)
Expand Down

0 comments on commit 89556aa

Please sign in to comment.