Home

Awesome

LeelaSabaki

LeelaSabaki has been deprecated as of Sabaki v0.40.0. Use the integrated analysis features instead.

Leela (Zero) integration with Sabaki.

Screenshot

Features

Installation

CLI Manual

Usage

$ leelasabaki [--flat] [--heatmap] [--help] <path-to-leela> [leela-arguments...]

Options

Building

Make sure you have Node.js and npm installed. First, clone LeelaSabaki:

$ git clone https://github.com/SabakiHQ/LeelaSabaki.git
$ cd LeelaSabaki

Install the dependencies of LeelaSabaki with npm:

$ npm install

To build binaries use the following command:

$ npm run build

This will create an executable file in /bin.

Related