Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,20 @@ We also have all the models in the [`maia_weights`](https://github.com/CSSLab/ma
When running the models on the command line it should look like this:

```
:~/maia-chess$ lc0 --weights=model_files/maia-1100.pb.gz
:~/maia-chess$ lc0 --weights=maia_weights/maia-1100.pb.gz
_
| _ | |
|_ |_ |_| v0.26.3 built Dec 18 2020
go nodes 1
Loading weights file from: model_files/maia-1100.pb.gz
Loading weights file from: maia_weights/maia-1100.pb.gz
Creating backend [cudnn-auto]...
Switching to [cudnn]...
...
info depth 1 seldepth 1 time 831 nodes 1 score cp 6 tbhits 0 pv e2e4
bestmove e2e4
```

`move_prediction/maia_chess_backend` also has the `LeelaEngine` class that uses the config files `move_prediction/model_files/*/config.yaml` to wrap [`python-chess`](https://python-chess.readthedocs.io) and allow the models to be used in Python.
`move_prediction/maia_chess_backend` also has the `LeelaEngine` class that uses the config files `move_prediction/maia_weights/*/config.yaml` to wrap [`python-chess`](https://python-chess.readthedocs.io) and allow the models to be used in Python.

## Datasets

Expand Down