CuriosAI / sai

SAI: a fork of Leela Zero with variable komi.
GNU General Public License v3.0
106 stars 11 forks source link

Is it possible to do 64-bit Linux binary CPU only release? #145

Open GD-fix opened 3 years ago

GD-fix commented 3 years ago

SAI doesn't compile CPU only version (https://github.com/sai-dev/sai/commit/0883204f0bd16af0740fee733e9382f6b5e50c6a#commitcomment-48778038) unlike LeelaZero: "CMake Error at cmake/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find OpenCL (missing: OpenCL_LIBRARY) (found version "2.2") Call Stack (most recent call first): cmake/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE) cmake/Modules/FindOpenCL.cmake:135 (find_package_handle_standard_args) CMakeLists.txt:30 (find_package)"

Is it possible to do 64-bit Linux binary CPU only release like KataGo?

Thanks in advance.

GD-fix commented 3 years ago

It would be better if before creating binary release the GTP.cpp will edited as follows: else if (command == "version") { gtp_printf(id," %s + %s", PROGRAM_VERSION, cfg_weightsfile.c_str()); return; }

Thanks in advance.

GD-fix commented 2 years ago

The strongest SAI weight file of 2021 year is 527ae617c8a61caae4473a69b8eb1411175fc2c3bcd35d13ca42dbf5a98090fa (https://lifein19x19.com/viewtopic.php?f=18&t=13322&p=270505#p270505).

GD-fix commented 2 years ago

People doesn't understand the purpose of SAI without binary releases: https://lifein19x19.com/viewtopic.php?f=18&t=13322&p=270695#p270695

GD-fix commented 1 year ago

SAI continues to regress (details). There aren't any engine updates or to "heavyweight" neuronet upgrade...