Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
borg323 authored Apr 1, 2021
1 parent 9b09ef3 commit bd0ff56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# LcFiSh

LcFiSh is a UCI-compliant chess engine designed to play chess via neural network utilising NNUE technology, built by combining lc0 and [cfish](https://github.com/syzygy1/Cfish). All lc0 modes are avaialble, e.g. the regular backends are avaialbe with `lc0 uci` but the default is to use an NNUE net.
LcFiSh is a UCI-compliant chess engine designed to play chess via neural network utilising NNUE technology, built by combining lc0 and [cfish](https://github.com/syzygy1/Cfish). All lc0 modes are available, e.g. the regular backends are availabe with `lc0 uci` but the default is to use an NNUE net.

As the NNUE code greatly benefits from the latest processor features the `arch` build option was added to specify the processor architecture, as in the following example:
`CXX=g++-9 CC=gcc-9 ./build.sh -Darch=x86-64-avx512-vnni`
Expand Down

0 comments on commit bd0ff56

Please sign in to comment.