Ceres icon indicating copy to clipboard operation
Ceres copied to clipboard

LC0 Bins not found when they exsist

Open Sargeanthost opened this issue 4 years ago • 2 comments

image

I get this error on the first-time install. The file path is correct so I'm not sure what's happening.

I'm new to this, so if it's a simple issue please don't be annoyed :)

Sargeanthost avatar Feb 24 '21 17:02 Sargeanthost

No problem. If you are sure the line in Ceres.json point to the correct path, e.g.

 "DirLC0Binaries": "c:\\dev\\lc0\\lc_270rc2",

and you are sure that this directory contains a working copy of the CUDA version of LC0 (either 0.26.3 or 0.27), then this is most likely a CUDA version incompatibility. Hopefully you have either 11.1 or 11.2 installed on your system, and you copied the LC0.DLL from either the cuda_v11.1 or cuda_v11.2 subdirectories in the attached ZIP file into directory specified in your Ceres.json file.

dje-dev avatar Mar 01 '21 03:03 dje-dev

No problem. If you are sure the line in Ceres.json point to the correct path, e.g.

 "DirLC0Binaries": "c:\\dev\\lc0\\lc_270rc2",

and you are sure that this directory contains a working copy of the CUDA version of LC0 (either 0.26.3 or 0.27), then this is most likely a CUDA version incompatibility. Hopefully you have either 11.1 or 11.2 installed on your system, and you copied the LC0.DLL from either the cuda_v11.1 or cuda_v11.2 subdirectories in the attached ZIP file into directory specified in your Ceres.json file.

I have 11.2 installed. I pointed them to the correct location but I still get the error, I'm really not sure what's going on.

Sargeanthost avatar Mar 04 '21 18:03 Sargeanthost