Skip to content

Instantly share code, notes, and snippets.

@BuddhiLW
Created July 16, 2024 18:38
Show Gist options
  • Save BuddhiLW/1f91940d8cf8c902f86380e9bee9c6d4 to your computer and use it in GitHub Desktop.
Save BuddhiLW/1f91940d8cf8c902f86380e9bee9c6d4 to your computer and use it in GitHub Desktop.
Install lc0 (Leela Chess Zero)
#!/bin/bash
### The directory you want to install LC0 at:
cd $DOTFILES/gitthings/
git clone -b release/0.29 --recurse-submodules https://github.com/LeelaChessZero/lc0.git
cd lc0
./build.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment