minichess-gpt (8-bit)
The same minichess-gpt engine with 8-bit weights: a smaller download, aimed at CPU-only browsers.
Published under the original v1-int8 name. Same engine as burrowdweller/minichess-gpt-final-int8.
What's in this repo
This is a browser chess engine package (chess-gpt-package-v1), not a Transformers checkpoint.
A compatible runner loads:
browser/manifest.json — file list and hashes
browser/entry.js — search and move picker
- the ONNX net named in that manifest
Use
Point a chess-gpt-compatible runner at burrowdweller/minichess-gpt-v1-int8. It calls loadPackage → newGame → chooseMove({ history, legalMoves }) and must return one of those legal moves.
The net is small on purpose. Strength comes from searching at move time.