diff --git a/unofficial_release/Makefile b/unofficial_release/Makefile index 58ba501e..d0c57548 100644 --- a/unofficial_release/Makefile +++ b/unofficial_release/Makefile @@ -1,21 +1,24 @@ -VERSION = 231231a +VERSION = 240720b ZIP_NAME = tmp_Lizzie-patched-0.7.4_$(VERSION).zip FILES = Lizzie.vbs README.html README_ja.html config.txt jar jre katago KATA_DIR = katago -KATA_URL1 = https://github.com/lightvector/KataGo/releases/download/v1.14.0/katago-v1.14.0-eigen-windows-x64.zip -KATA_URL2 = https://github.com/lightvector/KataGo/releases/download/v1.14.0/katago-v1.14.0-eigenavx2-windows-x64.zip -KATA_URL3 = https://github.com/lightvector/KataGo/releases/download/v1.14.0/katago-v1.14.0-opencl-windows-x64.zip -KATA_MODEL_URL = https://media.katagotraining.org/uploaded/networks/models/kata1/kata1-b15c192-s1672170752-d466197061.txt.gz +# KATA_URL1 = https://github.com/lightvector/KataGo/releases/download/v1.15.1/katago-v1.15.1-eigen-windows-x64.zip +KATA_URL2 = https://github.com/lightvector/KataGo/releases/download/v1.15.1/katago-v1.15.1-eigenavx2-windows-x64.zip +KATA_URL3 = https://github.com/lightvector/KataGo/releases/download/v1.15.1/katago-v1.15.1-opencl-windows-x64.zip +KATA_MODEL_URL = https://media.katagotraining.org/uploaded/networks/models/kata1/kata1-b18c384nbt-s9996604416-d4316597426.bin.gz +KATA_HUMANMODEL_URL = https://github.com/lightvector/KataGo/releases/download/v1.15.1/b18c384nbt-humanv0.bin.gz zip: zip -r $(ZIP_NAME) $(FILES) kata: - \wget -O tmp_kata1.zip $(KATA_URL1) + mkdir -p $(KATA_DIR) +# \wget -O tmp_kata1.zip $(KATA_URL1) \wget -O tmp_kata2.zip $(KATA_URL2) \wget -O tmp_kata3.zip $(KATA_URL3) - cd $(KATA_DIR); unzip -o ../tmp_kata1.zip; mv katago.exe katago-eigen.exe +# cd $(KATA_DIR); unzip -o ../tmp_kata1.zip; mv katago.exe katago-eigen.exe cd $(KATA_DIR); unzip -o ../tmp_kata2.zip; mv katago.exe katago-eigenavx2.exe cd $(KATA_DIR); unzip -o ../tmp_kata3.zip; mv katago.exe katago-opencl.exe - cd $(KATA_DIR); \wget -O default_model.txt.gz $(KATA_MODEL_URL) + cd $(KATA_DIR); \wget -O default_model.bin.gz $(KATA_MODEL_URL) + cd $(KATA_DIR); \wget -O human_model.bin.gz $(KATA_HUMANMODEL_URL) diff --git a/unofficial_release/README.html b/unofficial_release/README.html index 08f5a974..c508ee7a 100644 --- a/unofficial_release/README.html +++ b/unofficial_release/README.html @@ -15,19 +15,20 @@

Lizzie patched-0.7.4

Contents

Usage

-Right-click the downloaded file to UNZIP it (Never double-click the zip file directly to open it). Then just double-click "Lizzie" (Lizzie.vbs) in it. Hit SPACE key to stop/start analysis. You may want to switch the rule from "Analyze" menu. You can also switch three AIs from "Engine" menu: +Right-click the downloaded file to UNZIP it (Never double-click the zip file directly to open it). Then just double-click "Lizzie" (Lizzie.vbs) in it. Press SPACE key to stop/start analysis. You may want to switch the rule from "Analyze" menu. You can also switch among four AIs from "Engine" menu:

Original feature

@@ -53,6 +54,7 @@

License

Changes