CUDA backend failed to initialize: Unable to load cuDNN. Is it installed? (Set TF_CPP_MIN_LOG_LEVEL=0 and rerun for more info.)
[CpuDevice(id=0)]
My apologies in advance if this is a silly/simple error or if I should ask this somewhere else -- I am new to poetry, CUDA, etc. and any pointers or comments to help me along would be greatly appreciated. Thank you!
Hi,
First, I want to thank you for creating this repository -- it looks extremely useful.
I am currently trying to run turbozero on a LambdaLabs GPU instance which runs CUDA12. I followed your instructions and ran the commands
However, when I run
I get:
CUDA backend failed to initialize: Unable to load cuDNN. Is it installed? (Set TF_CPP_MIN_LOG_LEVEL=0 and rerun for more info.) [CpuDevice(id=0)]
My apologies in advance if this is a silly/simple error or if I should ask this somewhere else -- I am new to poetry, CUDA, etc. and any pointers or comments to help me along would be greatly appreciated. Thank you!