Skip to content

v1.7.6

Compare
Choose a tag to compare
@MAOmao000 MAOmao000 released this 02 Nov 08:54
· 185 commits to main since this release

Notable Changes

  • If there is some error during KataGo engine processing, the message box will display the error and the engine processing will be interrupted. LeelaGUI does not exit automatically, but can now be terminated by "exit" of the File menu.
  • When reading numeric items in the New Game dialog, the Read function was used, but since the writing is done in long, this should be changed to ReadLong. This is a common function of the original.
  • In the New Game dialog, "Max Engine Level" is now grayed out (disabled) and selected as "20,000 attempts" and "Engine Settings (19 x 19)" is also grayed out (disabled) and not selected.
  • When playing against the KataGo engine, the subject of the black and white in the [Score] dialog is reversed.
  • In the case of the KataGo engine, the number of thread pools is set to 1 since there are never multiple threads running simultaneously on the LeelaGUI side. In the case of the original engine, the number of thread pools is the number of logical CPUs of the platform.

Constraint

  • If "startupPrintMessageToStderr=false" is specified in the KataGo configuration, LeelaGUI will not start after KataGo completes startup.(KataGo in the query interface starts normally.)

    Note: This constraints are necessary for checking KataGo startup, so there are no plans to respond in the future.

  • Do not change "reportAnalysisWinratesAs = BLACK" in analysis_exapmple.cfg.

Other notes

  • For KataGo engine (Opencl backend version and TensorRT backend version), the first boot after installation may take several minutes.
  • In the case of KataGo engine (TensorRT backend version), the first step after installation may take more than 10 seconds.

Neural Networks of KataGo

If LeelaGUI is slow and does not respond well, download g170e-b20c256x2-s5303129600-d1228401921.bin.gz from the link below and change the first line of the LeelaGUI configuration file (xxx.ini) to g170e-b20c256x2-s5303129600-d1228401921.bin.gz.
https://katagoarchive.org/g170/neuralnets/index.html
Candidates are as follows.

  • g170e-b15c192-s1672170752-d466197061.bin.gz
  • g170e-b10c128-s1141046784-d204142634.bin.gz

Conversely, if you still have extra resources, you can try the following 60-block network file.
https://media.katagotraining.org/uploaded/networks/models/kata1/kata1-b60c320-s6601328896-d3023820144.bin.gz
In the included LeelaGUI configuration file (xxx.ini), "maxVisits":500 is set, but if the performance is good, this number will be reached before the specified time ("maxTime":xxx) and the search will be terminated, so increase this value.