Skip to content

Commit

Permalink
Fix up configs
Browse files Browse the repository at this point in the history
  • Loading branch information
lightvector committed Aug 25, 2020
1 parent 9424cf7 commit 1e8b602
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/configs/gtp_example.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ searchFactorWhenWinningThreshold = 0.95
# **AND** if it is more than 1, uncomment the appropriate CUDA or OpenCL section below.
# numNNServerThreadsPerModel = 1


# CUDA GPU settings--------------------------------------
# These only apply when using the CUDA version of KataGo.

Expand Down Expand Up @@ -290,6 +291,7 @@ searchFactorWhenWinningThreshold = 0.95
# by rerunning the tuner with various arguments.
# openclUseFP16 = auto


# Eigen-specific settings--------------------------------------
# These only apply when using the Eigen (pure CPU) version of KataGo.

Expand Down
9 changes: 9 additions & 0 deletions cpp/configs/match_example.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,15 @@ numNNServerThreadsPerModel = 1

# openclUseFP16 = auto


# Eigen-specific settings--------------------------------------
# These only apply when using the Eigen (pure CPU) version of KataGo.

# This is the number of CPU threads for evaluating the neural net on the Eigen backend.
# It defaults to numSearchThreads.
# numEigenThreadsPerModel = X


# Root move selection and biases------------------------------------------------------------------------------
# Uncomment and edit any of the below values to change them from their default.
# Values in this section can be specified per-bot as well
Expand Down

0 comments on commit 1e8b602

Please sign in to comment.