Skip to content

Commit cacf5f0

Browse files
author
Sander Land
committed
update model
1 parent 73f1ae3 commit cacf5f0

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

katrain/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"engine": {
33
"katago": "",
44
"altcommand": "",
5-
"model": "katrain/models/kata1-b18c384nbt-s6582191360-d3422816034.bin.gz",
5+
"model": "katrain/models/kata1-b18c384nbt-s9996604416-d4316597426.bin.gz",
66
"config": "katrain/KataGo/analysis_config.cfg",
77
"max_visits": 500,
88
"fast_visits": 25,

katrain/gui/popups.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ class BaseConfigPopup(QuickConfigGui):
472472
}
473473
MODEL_DESC = {
474474
"Fat 40 block model": "https://d3dndmfyhecmj0.cloudfront.net/g170/neuralnets/g170e-b40c384x2-s2348692992-d1229892979.zip",
475-
"Recommended 18b model": "https://media.katagotraining.org/uploaded/networks/models/kata1/kata1-b18c384nbt-s6582191360-d3422816034.bin.gz",
475+
"Recommended 18b model": "https://media.katagotraining.org/uploaded/networks/models/kata1/kata1-b18c384nbt-s9996604416-d4316597426.bin.gz",
476476
"old 20 block model": "https://github.com/lightvector/KataGo/releases/download/v1.4.5/g170e-b20c256x2-s5303129600-d1228401921.bin.gz",
477477
"old 30 block model": "https://github.com/lightvector/KataGo/releases/download/v1.4.5/g170-b30c320x2-s4824661760-d1229536699.bin.gz",
478478
"old 40 block model": "https://github.com/lightvector/KataGo/releases/download/v1.4.5/g170-b40c256x2-s5095420928-d1229425124.bin.gz",

0 commit comments

Comments
 (0)