Lizzie Command Line Partial Syntax

For discussing go computing, software announcements, etc.
Post Reply
RobertJasiek
Judan
Posts: 6272
Joined: Tue Apr 27, 2010 8:54 pm
GD Posts: 0
Been thanked: 797 times
Contact:

Lizzie Command Line Partial Syntax

Post by RobertJasiek »

General Remarks

The syntax applies to Windows and KataGo OpenCL, CUDA and TensorRT.

After setting the Lizzie Engine command line, it is sometimes necessary to close and restart Lizzie.

Some names of model files look like <model_name>.gz instead of <model_name>.bin.gz


Basic Syntax

Code: Select all

<path>\<katago_file_name>.exe gtp -model <path>\<model_name>.bin.gz -config <path>\<gtp_file_name>.cfg
Example

Code: Select all

C:\katago\katago.exe gtp -model C:\katago\b18.bin.gz -config C:\katago\gtp_custom.cfg

Syntax with or without Blank(s)

Code: Select all

"<path>\<katago_file_name>.exe" gtp -model "<path>\<model_name>.bin.gz" -config "<path>\<gtp_file_name>.cfg"
Examples

Code: Select all

"C:\katago\katago.exe" gtp -model "C:\katago\b18.bin.gz" -config "C:\katago\gtp_custom.cfg"

"C:\kata go\katago.exe" gtp -model "C:\kata go\b18.bin.gz" -config "C:\kata go\gtp_custom.cfg"

"C:\katago\kata go.exe" gtp -model "C:\katago\b 18.bin.gz" -config "C:\katago\gtp custom.cfg"

"C:\kata go\kata go.exe" gtp -model "C:\kata go\b 18.bin.gz" -config "C:\kata go\gtp custom.cfg"
Post Reply