Skip to content

Releases: LeelaChessZero/lczero-client

v34

24 May 11:59
430f3f3
Compare
Choose a tag to compare
  • New locking library to work on NFSv4 across multiple machines for cluster users.
  • Linux autoupdate script.

v33

12 Dec 19:49
47a9dda
Compare
Choose a tag to compare
v33
  • Network mirror support.
  • Use go modules.
  • Blacklist trivial lc0 backend.

v32

08 Mar 08:51
1fc740d
Compare
Choose a tag to compare
v32
  • Timeout for painfully slow downloads.
  • More network prefetching.

v31

04 Mar 00:25
b009546
Compare
Choose a tag to compare
v31
  • Don't increase parallelism for GTX16xx GPUs.
  • Use special exit code when update needed.

V30

14 Feb 22:39
ee76303
Compare
Choose a tag to compare
V30
  • Support for the cuda lc0 backend, with increased parallelism for cuda-fp16.
  • Delegate to lc0 the selection between fp16 and fp32.

v29

15 Jul 11:58
e3bdd17
Compare
Choose a tag to compare
v29
  • A mechanism was added to support opening book updates.
  • The downloaded opening book will now go in more normal user cache locations on mac and linux.
  • The --cache option now specifies a top level directory (that should exist) under which the books and client-cache subdirectories will be created.

v28

06 Jul 10:49
7a40cad
Compare
Choose a tag to compare
v28

No changes - but release was accidentally bumped to v28 already, so lets make it official.

v27

29 Jun 02:26
7a40cad
Compare
Choose a tag to compare
v27
  • The release appveyro build now creates lc0-training-client instead of client.
  • settings.json has been renamed to lc0-training-client-config.json and it will be created in more 'normal' user config locations on mac and linux. The new --config option can be used to override.
  • Training network downloads will now go in more normal user cache locations on mac and linux. The new --cache option can be used to override.
  • The client can now execute lc0 found in the PATH if there is none found in the current directory.
  • dx12 check should hopefully work properly in this version.

v26

08 Apr 16:33
b67c6eb
Compare
Choose a tag to compare
v26

New in this release:

  • New dx12 backend sanity check with lower impact in performance.

  • Infrastructure for training from FEN positions.

  • Chess960 support.

v25

28 Feb 12:06
2ae1b90
Compare
Choose a tag to compare
v25

New in this release:

  • A new flag localhost to change the host name reported to the server. This can also be set in the settings.json file.
  • Fix for the changed name of the dx12 backend in lc0.

Also note the new release naming scheme (v25 instead of v0.25.0), hopefully to reduce confusion with lc0 versions.