Obtaining Leela Zero and other bots

I haven’t encountered that error myself, so I don’t know how to solve that. Does GRP also not work Leela 0.11?

There’s two things that probably go wrong with Lizzie:

  1. For Lizzie you need a modified version of Leela Zero, namely the next branch from github. When downloading through the command line, make sure you add -b next:

git clone -b next https://github.com/gcp/leela-zero

  1. On my laptop the next branch of Leela Zero couldn’t use the OpenCL drivers, so I had to make it CPU-only. To do this, you open the config.h file in the folder leela-zero/src and comment out the line #define USE_OPENCL (by putting // in front of it), and then compile it.
2 Likes