Skip to content

Commit

Permalink
Delete obsolete comments in Makefile for unofficial release
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiraoka committed Dec 11, 2021
1 parent 5cb68ab commit 902fdf3
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions unofficial_release/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,12 @@ VERSION = 211211a
ZIP_NAME = tmp_Lizzie-patched-0.7.4_$(VERSION).zip
FILES = Lizzie.vbs README.html README_ja.html config.txt jar jre katago

# [2021-07-10]
# The official URL for the 15 block network is unusable temporarily.
# https://d3dndmfyhecmj0.cloudfront.net/g170/neuralnets/index.html
# https://github.com/lightvector/KataGo/issues/522
# So...
# (1) Run "make kata" and "make zip" in github actions.
# (2) Download created tmp_Lizzie-patched-*.zip to a local PC.
# (3) Put a local copy of the best 15b net on KATA_MODEL_PATH.
# (4) Run "make add_model_to_zip" locally.

KATA_DIR = katago
KATA_URL1 = https://github.com/lightvector/KataGo/releases/download/v1.10.0/katago-v1.10.0-eigen-windows-x64.zip
KATA_URL2 = https://github.com/lightvector/KataGo/releases/download/v1.10.0/katago-v1.10.0-eigenavx2-windows-x64.zip
KATA_URL3 = https://github.com/lightvector/KataGo/releases/download/v1.10.0/katago-v1.10.0-opencl-windows-x64.zip
KATA_MODEL_URL = https://media.katagotraining.org/uploaded/networks/models/kata1/kata1-b15c192-s1672170752-d466197061.txt.gz

# KATA_MODEL_PATH = $(KATA_DIR)/default_model.bin.gz

zip:
zip -r $(ZIP_NAME) $(FILES)

Expand All @@ -31,6 +19,3 @@ kata:
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)

# add_model_to_zip:
# zip $(ZIP_NAME) $(KATA_MODEL_PATH)

0 comments on commit 902fdf3

Please sign in to comment.