lowrollr / turbozero

fast + parallel AlphaZero in JAX
Apache License 2.0
85 stars 7 forks source link

Detecting CUDA/cuDNN #19

Open r-wedeen opened 8 hours ago

r-wedeen commented 8 hours ago

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!

lowrollr commented 4 hours ago

Hi, thanks for trying out my project.

Possible the setup guide needs updating, I can take a look very soon.