dje-dev / Ceres

Ceres - an MCTS chess engine for research and recreation
GNU General Public License v3.0
153 stars 23 forks source link

two cards #80

Closed fidemasterjuliano closed 1 year ago

fidemasterjuliano commented 1 year ago

How to use two or more cards with ceres?

dje-dev commented 1 year ago

You can either modify the Ceres.json file or set this option from the command line. This is described in the main README and linked pages. Here's an example to launch from command line with 2 GPUs:

ceres network=703810 device=gpu:0,1