Skip to content

Commit 7939e2c

Browse files
committed
Version 1.15.1
1 parent 4e7083f commit 7939e2c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+64
-64
lines changed

cpp/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,11 +208,11 @@ int main(int argc, const char* const* argv) {
208208

209209

210210
string Version::getKataGoVersion() {
211-
return string("1.15.0");
211+
return string("1.15.1");
212212
}
213213

214214
string Version::getKataGoVersionForHelp() {
215-
return string("KataGo v1.15.0");
215+
return string("KataGo v1.15.1");
216216
}
217217

218218
string Version::getKataGoVersionFullInfo() {

cpp/tests/results/analysis/badoverride.txt.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rootSymmetryPruning = false
2222
trtUseFP16 = false
2323

2424
: Analysis Engine starting...
25-
: KataGo v1.15.0
25+
: KataGo v1.15.1
2626
: nnRandSeed0 = analysisTest
2727
: After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false
2828
: Initializing neural net buffer to be size 19 * 19 allowing smaller boards

cpp/tests/results/analysis/badoverride.txt.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rootSymmetryPruning = false
2222
trtUseFP16 = false
2323

2424
: Analysis Engine starting...
25-
: KataGo v1.15.0
25+
: KataGo v1.15.1
2626
: nnRandSeed0 = analysisTest
2727
: After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false
2828
: Initializing neural net buffer to be size 19 * 19 allowing smaller boards

cpp/tests/results/analysis/basic.txt.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rootSymmetryPruning = false
2222
trtUseFP16 = false
2323

2424
: Analysis Engine starting...
25-
: KataGo v1.15.0
25+
: KataGo v1.15.1
2626
: nnRandSeed0 = analysisTest
2727
: After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false
2828
: Initializing neural net buffer to be size 19 * 19 allowing smaller boards

cpp/tests/results/analysis/basic.txt.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rootSymmetryPruning = false
2222
trtUseFP16 = false
2323

2424
: Analysis Engine starting...
25-
: KataGo v1.15.0
25+
: KataGo v1.15.1
2626
: nnRandSeed0 = analysisTest
2727
: After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false
2828
: Initializing neural net buffer to be size 19 * 19 allowing smaller boards

cpp/tests/results/analysis/basic_sidetomove.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rootSymmetryPruning = false
2222
trtUseFP16 = false
2323

2424
: Analysis Engine starting...
25-
: KataGo v1.15.0
25+
: KataGo v1.15.1
2626
: nnRandSeed0 = analysisTest
2727
: After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false
2828
: Initializing neural net buffer to be size 19 * 19 allowing smaller boards

cpp/tests/results/analysis/basic_sidetomove.txt.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rootSymmetryPruning = false
2222
trtUseFP16 = false
2323

2424
: Analysis Engine starting...
25-
: KataGo v1.15.0
25+
: KataGo v1.15.1
2626
: nnRandSeed0 = analysisTest
2727
: After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false
2828
: Initializing neural net buffer to be size 19 * 19 allowing smaller boards

cpp/tests/results/analysis/humansl_sidetomove.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ rootSymmetryPruning = false
2323
trtUseFP16 = false
2424

2525
: Analysis Engine starting...
26-
: KataGo v1.15.0
26+
: KataGo v1.15.1
2727
: nnRandSeed0 = analysisTest
2828
: After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false
2929
: Initializing neural net buffer to be size 19 * 19 allowing smaller boards

cpp/tests/results/analysis/pvvisits.txt.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rootSymmetryPruning = false
2222
trtUseFP16 = false
2323

2424
: Analysis Engine starting...
25-
: KataGo v1.15.0
25+
: KataGo v1.15.1
2626
: nnRandSeed0 = analysisTest
2727
: After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false
2828
: Initializing neural net buffer to be size 19 * 19 allowing smaller boards

cpp/tests/results/analysis/pvvisits.txt.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rootSymmetryPruning = false
2222
trtUseFP16 = false
2323

2424
: Analysis Engine starting...
25-
: KataGo v1.15.0
25+
: KataGo v1.15.1
2626
: nnRandSeed0 = analysisTest
2727
: After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false
2828
: Initializing neural net buffer to be size 19 * 19 allowing smaller boards

0 commit comments

Comments
 (0)