Convert KataGo PyTorch checkpoints to ONNX format for web and cross-platform deployment.
The converted models are uploaded to Hugging Face: kaya-go/kaya
These ONNX models power the Kaya app, a web-based Go application with AI-powered game analysis.
pixi installDownload KataGo checkpoints and convert them to ONNX:
pixi run katago-onnx convert ./artifacts/Upload the converted models to Hugging Face Hub:
pixi run katago-onnx upload ./artifacts/ --repo-id kaya-go/kayaAGPL-3.0