Open zzzweakman opened 4 months ago
You need to upgrade cuDNN and potentially CUDA too. run nvcc --version
. Ideally CUDA 12.x and cuDNN 9.x.x
You need to upgrade cuDNN and potentially CUDA too. run
nvcc --version
. Ideally CUDA 12.x and cuDNN 9.x.x
Thanks : )
You need to upgrade cuDNN and potentially CUDA too. run
nvcc --version
. Ideally CUDA 12.x and cuDNN 9.x.x
I upgraded CUDA 12. x and CUDNN 9. x, but still encountered an error with the following message: "Runtime Error: CUDNN Frontend error: s_kv not a multiple of 64 with dropout enabled is not supported with CUDNN version below 9.0.0"
Great job! Thank the team! I encountered the following issue when using video inference:
This is the cuDNN version on my system, and there are no issues when performing image inference:
Do I need to upgrade the cuDNN version?