blob: 32b2de227f3c85762f8679bcd933f10099e0173a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[
{ type: install
message: <<EOM
You installed leela-zero: the Go engine.
You need at least one OpenCL provider installed in order for leela-zero
to run.
To see the list of OpenCL providers, install the 'clinfo' package and run:
$ clinfo
If 'clinfo' shows zero providers, you need to install some providers,
for example:
* pocl: for a simple CPU provider
* beignet: for the Intel GPU provider
* etc.
You also need to download neural network weights using this command:
$ fetch https://zero.sjeng.org/best-network -o /home/yuri/.local/share/leela-zero/
EOM
}
]
|