Skip to content

Instantly share code, notes, and snippets.

@BuddhiLW
Created July 16, 2024 22:16
Show Gist options
  • Save BuddhiLW/dd0a484781e96a659c37a4569b077c10 to your computer and use it in GitHub Desktop.
Save BuddhiLW/dd0a484781e96a659c37a4569b077c10 to your computer and use it in GitHub Desktop.
Install LC0
#!/bin/bash
### PRE-REQUISITE: CUDA
# https://developer.nvidia.com/cuda-downloads
### 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