Skip to content

Commit

Permalink
Version v1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lightvector committed May 24, 2023
1 parent 6769e28 commit 3539a3d
Show file tree
Hide file tree
Showing 52 changed files with 131 additions and 51 deletions.
4 changes: 2 additions & 2 deletions cpp/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,11 @@ int main(int argc, const char* const* argv) {


string Version::getKataGoVersion() {
return string("1.13.0");
return string("1.13.1");
}

string Version::getKataGoVersionForHelp() {
return string("KataGo v1.13.0");
return string("KataGo v1.13.1");
}

string Version::getKataGoVersionFullInfo() {
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/analysis/badoverride.txt.log
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rootSymmetryPruning = false
trtUseFP16 = false

: Analysis Engine starting...
: KataGo v1.13.0
: KataGo v1.13.1
: nnRandSeed0 = analysisTest
: After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false
: Initializing neural net buffer to be size 19 * 19 allowing smaller boards
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/analysis/badoverride.txt.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rootSymmetryPruning = false
trtUseFP16 = false

: Analysis Engine starting...
: KataGo v1.13.0
: KataGo v1.13.1
: nnRandSeed0 = analysisTest
: After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false
: Initializing neural net buffer to be size 19 * 19 allowing smaller boards
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/analysis/basic.txt.log
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rootSymmetryPruning = false
trtUseFP16 = false

: Analysis Engine starting...
: KataGo v1.13.0
: KataGo v1.13.1
: nnRandSeed0 = analysisTest
: After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false
: Initializing neural net buffer to be size 19 * 19 allowing smaller boards
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/analysis/basic.txt.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rootSymmetryPruning = false
trtUseFP16 = false

: Analysis Engine starting...
: KataGo v1.13.0
: KataGo v1.13.1
: nnRandSeed0 = analysisTest
: After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false
: Initializing neural net buffer to be size 19 * 19 allowing smaller boards
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/analysis/basic_sidetomove.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rootSymmetryPruning = false
trtUseFP16 = false

: Analysis Engine starting...
: KataGo v1.13.0
: KataGo v1.13.1
: nnRandSeed0 = analysisTest
: After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false
: Initializing neural net buffer to be size 19 * 19 allowing smaller boards
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/analysis/basic_sidetomove.txt.log
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rootSymmetryPruning = false
trtUseFP16 = false

: Analysis Engine starting...
: KataGo v1.13.0
: KataGo v1.13.1
: nnRandSeed0 = analysisTest
: After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false
: Initializing neural net buffer to be size 19 * 19 allowing smaller boards
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/analysis/pvvisits.txt.log
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rootSymmetryPruning = false
trtUseFP16 = false

: Analysis Engine starting...
: KataGo v1.13.0
: KataGo v1.13.1
: nnRandSeed0 = analysisTest
: After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false
: Initializing neural net buffer to be size 19 * 19 allowing smaller boards
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/analysis/pvvisits.txt.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rootSymmetryPruning = false
trtUseFP16 = false

: Analysis Engine starting...
: KataGo v1.13.0
: KataGo v1.13.1
: nnRandSeed0 = analysisTest
: After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false
: Initializing neural net buffer to be size 19 * 19 allowing smaller boards
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/analysis/pvvisits_nograph.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ trtUseFP16 = false
useGraphSearch = false

: Analysis Engine starting...
: KataGo v1.13.0
: KataGo v1.13.1
: nnRandSeed0 = analysisTest
: After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false
: Initializing neural net buffer to be size 19 * 19 allowing smaller boards
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/analysis/pvvisits_nograph.txt.log
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ trtUseFP16 = false
useGraphSearch = false

: Analysis Engine starting...
: KataGo v1.13.0
: KataGo v1.13.1
: nnRandSeed0 = analysisTest
: After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false
: Initializing neural net buffer to be size 19 * 19 allowing smaller boards
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/analysis/symmetry.txt.log
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rootSymmetryPruning = false
trtUseFP16 = false

: Analysis Engine starting...
: KataGo v1.13.0
: KataGo v1.13.1
: nnRandSeed0 = analysisTest
: After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false
: Initializing neural net buffer to be size 19 * 19 allowing smaller boards
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/analysis/symmetry.txt.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rootSymmetryPruning = false
trtUseFP16 = false

: Analysis Engine starting...
: KataGo v1.13.0
: KataGo v1.13.1
: nnRandSeed0 = analysisTest
: After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false
: Initializing neural net buffer to be size 19 * 19 allowing smaller boards
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/analysis/symmetry_with_pruning.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rootSymmetryPruning = true
trtUseFP16 = false

: Analysis Engine starting...
: KataGo v1.13.0
: KataGo v1.13.1
: nnRandSeed0 = analysisTest
: After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false
: Initializing neural net buffer to be size 19 * 19 allowing smaller boards
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/analysis/symmetry_with_pruning.txt.log
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rootSymmetryPruning = true
trtUseFP16 = false

: Analysis Engine starting...
: KataGo v1.13.0
: KataGo v1.13.1
: nnRandSeed0 = analysisTest
: After dedups: nnModelFile0 = tests/models/g170-b6c96-s175395328-d26788732.bin.gz useFP16 false useNHWC false
: Initializing neural net buffer to be size 19 * 19 allowing smaller boards
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/avoidcorners.log
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ searchRandSeed = forTesting
trtUseFP16 = false

: GTP Engine starting...
: KataGo v1.13.0
: KataGo v1.13.1
: Using TrompTaylor rules initially, unless GTP/GUI overrides this
: Using 1 CPU thread(s) for search
: Added 48 shapes to penalize repeats for bot 0 from tests/data/cornermoves.sgf
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/avoidcorners.stderr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
KataGo v1.13.0
KataGo v1.13.1
Using TrompTaylor rules initially, unless GTP/GUI overrides this
Initializing board with boardXSize 19 boardYSize 19
Loaded config configs/gtp_example.cfg and/or command-line and query overrides
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/basic.txt.log
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ searchRandSeed = forTesting
trtUseFP16 = false

: GTP Engine starting...
: KataGo v1.13.0
: KataGo v1.13.1
: Using TrompTaylor rules initially, unless GTP/GUI overrides this
: Using 1 CPU thread(s) for search
: nnRandSeed0 = forTesting
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/basic.txt.stderr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
KataGo v1.13.0
KataGo v1.13.1
Using TrompTaylor rules initially, unless GTP/GUI overrides this
Initializing board with boardXSize 19 boardYSize 19
Loaded config configs/gtp_example.cfg and/or command-line and query overrides
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/defaultkomibutton.log
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ taxRule = NONE
trtUseFP16 = false

: GTP Engine starting...
: KataGo v1.13.0
: KataGo v1.13.1
: Using koPOSITIONALscoreAREAtaxNONEsui0button1 rules initially, unless GTP/GUI overrides this
: Using 1 CPU thread(s) for search
: nnRandSeed0 = forTesting
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/defaultkomibutton.stderr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
KataGo v1.13.0
KataGo v1.13.1
Using koPOSITIONALscoreAREAtaxNONEsui0button1 rules initially, unless GTP/GUI overrides this
Initializing board with boardXSize 19 boardYSize 19
Loaded config configs/gtp_example.cfg and/or command-line and query overrides
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/defaultkomiterr.log
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ taxRule = NONE
trtUseFP16 = false

: GTP Engine starting...
: KataGo v1.13.0
: KataGo v1.13.1
: Using koPOSITIONALscoreTERRITORYtaxNONEsui0 rules initially, unless GTP/GUI overrides this
: Using 1 CPU thread(s) for search
: nnRandSeed0 = forTesting
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/defaultkomiterr.stderr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
KataGo v1.13.0
KataGo v1.13.1
Using koPOSITIONALscoreTERRITORYtaxNONEsui0 rules initially, unless GTP/GUI overrides this
Initializing board with boardXSize 19 boardYSize 19
Loaded config configs/gtp_example.cfg and/or command-line and query overrides
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/defaultkomitt.log
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ taxRule = NONE
trtUseFP16 = false

: GTP Engine starting...
: KataGo v1.13.0
: KataGo v1.13.1
: Using koPOSITIONALscoreAREAtaxNONEsui0 rules initially, unless GTP/GUI overrides this
: Using 1 CPU thread(s) for search
: nnRandSeed0 = forTesting
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/defaultkomitt.stderr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
KataGo v1.13.0
KataGo v1.13.1
Using koPOSITIONALscoreAREAtaxNONEsui0 rules initially, unless GTP/GUI overrides this
Initializing board with boardXSize 19 boardYSize 19
Loaded config configs/gtp_example.cfg and/or command-line and query overrides
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/ending.txt.log
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ searchRandSeed = forTesting
trtUseFP16 = false

: GTP Engine starting...
: KataGo v1.13.0
: KataGo v1.13.1
: Using TrompTaylor rules initially, unless GTP/GUI overrides this
: Using 1 CPU thread(s) for search
: nnRandSeed0 = forTesting
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/ending.txt.stderr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
KataGo v1.13.0
KataGo v1.13.1
Using TrompTaylor rules initially, unless GTP/GUI overrides this
Initializing board with boardXSize 19 boardYSize 19
Loaded config configs/gtp_example.cfg and/or command-line and query overrides
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/forcedkomi.log
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ taxRule = NONE
trtUseFP16 = false

: GTP Engine starting...
: KataGo v1.13.0
: KataGo v1.13.1
: Using koPOSITIONALscoreAREAtaxNONEsui0button1 rules initially, unless GTP/GUI overrides this
: Using 1 CPU thread(s) for search
: nnRandSeed0 = forTesting
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/forcedkomi.stderr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
KataGo v1.13.0
KataGo v1.13.1
Using koPOSITIONALscoreAREAtaxNONEsui0button1 rules initially, unless GTP/GUI overrides this
Initializing board with boardXSize 19 boardYSize 19
Loaded config configs/gtp_example.cfg and/or command-line and query overrides
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/handicap.txt.log
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ searchRandSeed = forTesting
trtUseFP16 = false

: GTP Engine starting...
: KataGo v1.13.0
: KataGo v1.13.1
: Using TrompTaylor rules initially, unless GTP/GUI overrides this
: Using 1 CPU thread(s) for search
: nnRandSeed0 = forTesting
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/handicap.txt.stderr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
KataGo v1.13.0
KataGo v1.13.1
Using TrompTaylor rules initially, unless GTP/GUI overrides this
Initializing board with boardXSize 19 boardYSize 19
Loaded config configs/gtp_example.cfg and/or command-line and query overrides
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/misc.txt.log
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ searchRandSeed = forTesting
trtUseFP16 = false

: GTP Engine starting...
: KataGo v1.13.0
: KataGo v1.13.1
: Using TrompTaylor rules initially, unless GTP/GUI overrides this
: Using 1 CPU thread(s) for search
: nnRandSeed0 = forTesting
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/misc.txt.stderr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
KataGo v1.13.0
KataGo v1.13.1
Using TrompTaylor rules initially, unless GTP/GUI overrides this
Initializing board with boardXSize 19 boardYSize 19
Loaded config configs/gtp_example.cfg and/or command-line and query overrides
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/nologconfig.log
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
: GTP Engine starting...
: KataGo v1.13.0
: KataGo v1.13.1
: Using TrompTaylor rules initially, unless GTP/GUI overrides this
: Using 1 CPU thread(s) for search
: nnRandSeed0 = forTesting
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/nologconfig.stderr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
KataGo v1.13.0
KataGo v1.13.1
Using TrompTaylor rules initially, unless GTP/GUI overrides this
Initializing board with boardXSize 19 boardYSize 19
Loaded config configs/gtp_example.cfg and/or command-line and query overrides
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/printsgf.txt.log
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ searchRandSeed = forTesting
trtUseFP16 = false

: GTP Engine starting...
: KataGo v1.13.0
: KataGo v1.13.1
: Using TrompTaylor rules initially, unless GTP/GUI overrides this
: Using 1 CPU thread(s) for search
: nnRandSeed0 = forTesting
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/printsgf.txt.stderr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
KataGo v1.13.0
KataGo v1.13.1
Using TrompTaylor rules initially, unless GTP/GUI overrides this
Initializing board with boardXSize 19 boardYSize 19
Loaded config configs/gtp_example.cfg and/or command-line and query overrides
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/printsgffinalscore.txt.stderr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
KataGo v1.13.0
KataGo v1.13.1
Using TrompTaylor rules initially, unless GTP/GUI overrides this
Initializing board with boardXSize 19 boardYSize 19
Loaded config configs/gtp_example.cfg and/or command-line and query overrides
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/rawnn.txt.log
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ searchRandSeed = forTesting
trtUseFP16 = false

: GTP Engine starting...
: KataGo v1.13.0
: KataGo v1.13.1
: Using TrompTaylor rules initially, unless GTP/GUI overrides this
: Using 1 CPU thread(s) for search
: nnRandSeed0 = forTesting
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/rawnn.txt.stderr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
KataGo v1.13.0
KataGo v1.13.1
Using TrompTaylor rules initially, unless GTP/GUI overrides this
Initializing board with boardXSize 19 boardYSize 19
Loaded config configs/gtp_example.cfg and/or command-line and query overrides
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/rootsymprune.log
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ searchRandSeed = forTesting
trtUseFP16 = false

: GTP Engine starting...
: KataGo v1.13.0
: KataGo v1.13.1
: Using TrompTaylor rules initially, unless GTP/GUI overrides this
: Using 1 CPU thread(s) for search
: nnRandSeed0 = forTesting
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/rootsymprune.stderr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
KataGo v1.13.0
KataGo v1.13.1
Using TrompTaylor rules initially, unless GTP/GUI overrides this
Initializing board with boardXSize 19 boardYSize 19
Loaded config configs/gtp_example.cfg and/or command-line and query overrides
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/rules.txt.log
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ searchRandSeed = forTesting
trtUseFP16 = false

: GTP Engine starting...
: KataGo v1.13.0
: KataGo v1.13.1
: Using TrompTaylor rules initially, unless GTP/GUI overrides this
: Using 1 CPU thread(s) for search
: nnRandSeed0 = forTesting
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/rules.txt.stderr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
KataGo v1.13.0
KataGo v1.13.1
Using TrompTaylor rules initially, unless GTP/GUI overrides this
Initializing board with boardXSize 19 boardYSize 19
Loaded config configs/gtp_example.cfg and/or command-line and query overrides
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/set_boardsize_twice.txt.log
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ searchRandSeed = forTesting
trtUseFP16 = false

: GTP Engine starting...
: KataGo v1.13.0
: KataGo v1.13.1
: Using TrompTaylor rules initially, unless GTP/GUI overrides this
: Using 1 CPU thread(s) for search
: nnRandSeed0 = forTesting
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/set_boardsize_twice.txt.stderr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
KataGo v1.13.0
KataGo v1.13.1
Using TrompTaylor rules initially, unless GTP/GUI overrides this
Initializing board with boardXSize 19 boardYSize 19
Loaded config configs/gtp_example.cfg and/or command-line and query overrides
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/set_position.txt.log
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ searchRandSeed = forTesting
trtUseFP16 = false

: GTP Engine starting...
: KataGo v1.13.0
: KataGo v1.13.1
: Using TrompTaylor rules initially, unless GTP/GUI overrides this
: Using 1 CPU thread(s) for search
: nnRandSeed0 = forTesting
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/set_position.txt.stderr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
KataGo v1.13.0
KataGo v1.13.1
Using TrompTaylor rules initially, unless GTP/GUI overrides this
Initializing board with boardXSize 19 boardYSize 19
Loaded config configs/gtp_example.cfg and/or command-line and query overrides
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/time.txt.log
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ searchRandSeed = forTesting
trtUseFP16 = false

: GTP Engine starting...
: KataGo v1.13.0
: KataGo v1.13.1
: Using TrompTaylor rules initially, unless GTP/GUI overrides this
: Using 1 CPU thread(s) for search
: nnRandSeed0 = forTesting
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/results/gtp/time.txt.stderr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
KataGo v1.13.0
KataGo v1.13.1
Using TrompTaylor rules initially, unless GTP/GUI overrides this
Initializing board with boardXSize 19 boardYSize 19
Loaded config configs/gtp_example.cfg and/or command-line and query overrides
Expand Down
Loading

0 comments on commit 3539a3d

Please sign in to comment.