Skip to content

Commit f2dc582

Browse files
committed
Update to v1.14.1
1 parent 3ead1c9 commit f2dc582

Some content is hidden

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

52 files changed

+53
-53
lines changed

cpp/main.cpp

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

207207

208208
string Version::getKataGoVersion() {
209-
return string("1.14.0");
209+
return string("1.14.1");
210210
}
211211

212212
string Version::getKataGoVersionForHelp() {
213-
return string("KataGo v1.14.0");
213+
return string("KataGo v1.14.1");
214214
}
215215

216216
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.14.0
25+
: KataGo v1.14.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.14.0
25+
: KataGo v1.14.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.14.0
25+
: KataGo v1.14.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.14.0
25+
: KataGo v1.14.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.14.0
25+
: KataGo v1.14.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.14.0
25+
: KataGo v1.14.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.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.14.0
25+
: KataGo v1.14.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.14.0
25+
: KataGo v1.14.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_nograph.stderr

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

2424
: Analysis Engine starting...
25-
: KataGo v1.14.0
25+
: KataGo v1.14.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)