From 1499dce5f7726983d469c36fda118831e9d85390 Mon Sep 17 00:00:00 2001 From: Hiraoka Date: Sat, 20 Jul 2024 14:59:17 +0900 Subject: [PATCH] Bump version of unofficial release to patched074_240720b --- unofficial_release/Makefile | 19 +++++++++++-------- unofficial_release/README.html | 14 ++++++++------ unofficial_release/README_ja.html | 12 +++++++----- unofficial_release/config.txt | 8 ++++---- 4 files changed, 30 insertions(+), 23 deletions(-) diff --git a/unofficial_release/Makefile b/unofficial_release/Makefile index 58ba501e..f9d94a1d 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.0/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