Skip to content

Commit

Permalink
Update config.json.example
Browse files Browse the repository at this point in the history
  • Loading branch information
fohristiwhirl committed Jun 9, 2019
1 parent 9b57d7d commit 15ad2f6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config.json.example
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"path": "C:\\Programs (self-installed)\\Lc0\\lc0.exe",
"path": "C:\\Programs (self-installed)\\Lc0-cudnn\\lc0.exe",

"options": {
"Backend": "cudnn",
"WeightsFile": "C:\\Programs (self-installed)\\Lc0\\networks\\T40.T8.610"
"WeightsFile": "C:\\Programs (self-installed)\\Lc0-cudnn\\networks\\T40.T8.610"
},

"width": 1280,
"height": 840,
"height": 835,
"board_size": 640,
"mainline_height": 108,
"mainline_height": 110,

"rank_font": "24px Arial",
"rank_font": "18px Arial",

"light_square": "#dadada",
"dark_square": "#b4b4b4",
Expand Down

0 comments on commit 15ad2f6

Please sign in to comment.