Maybe this is not the place to post this but I didn know where else to ask. Iḿ trying to install lc0 in my arch-linux laptop with a Nvidia GTX 760M GPU but it's not working. I read the 'Building and running Lc0' section in git and I did the following steps:
clone lc0
> git clone -b release/0.20 --recurse-submodules
https://github.com/LeelaChessZero/lc0.git
make sure the needed packages are install
> pacman (-Q)-S nvidia opencl-nvidia cuda
> pacman (-Q)-S cudnn ninja meson gtest
in the lc0/ run
> ./build.sh
I notice this package in the AUR so I installed
> yay -S lc0-cudnn-git
Add the followin lines to the bashrc
export CUDA="/opt/cuda/include"
export PATH="${PATH}:$PATH"
export PATH=/opt/cuda/bin${PATH:+:${PATH}}
Then I added to scid but still is not woriking, did I miss something? or did I made a mistake? Can someone give me a piece of advice?
Thanks!