LeelaChessZero / lc0

The rewritten engine, originally for tensorflow. Now all other backends have been ported here.
GNU General Public License v3.0
2.37k stars 523 forks source link

upstream the rescorer #1957

Closed borg323 closed 6 months ago

borg323 commented 6 months ago

The rescorer is being built as a separate executable using rescorer_main.cc, which has only the rescore mode and as such it can now be omitted from the comand line. Two new build options lc0 and rescorer control which executable to build, and can both be set to true at the same time. Other changes relative to the rescore_tb branch are that the rescorer loop is now in a separate file with less meaningless options, the windows build script is build_rescorer.cmd and there is no appveyor support (yet).

Tilps commented 6 months ago

Thanks for importing this for me!