grobid icon indicating copy to clipboard operation
grobid copied to clipboard

hold cuda11.2 from upgrading to cuda12.2

Open vipulg13 opened this issue 5 months ago • 0 comments

This PR fixes an issue where apt-get upgrade was upgrading CUDA from 11.2 to 12.2, causing mismatches between libcublas 11.2, libcudnn8, and other GPU libraries. This led to GPU-related errors in production.

Changes: Held back library libcudnn8 to prevent it from upgrading to CUDA 12.2.

vipulg13 avatar Sep 29 '24 14:09 vipulg13