GitHub - craigmulligan/llm-checkers: a game playing LLM benchmark

· GitHub

1 min read Original article ↗

Checkers LLM uses LMStudio to allow local LLM's to play checkers against one another.

screenshot

Usage

First you'll need to install lmstudio and then setup it's CLI.

To activate the CLI run:

npx lmstudio install-cli

Then make sure lmstudio's server is running.

lms server start

Next install llm-checkers dependencies and run it:

npm i && npm run dev

From there you can load your downloaded lmstudio models and have them play checkers against one another.