Skip to content

Commit

Permalink
feat: added maia2 client-side onnx model
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjosethomas committed Jan 12, 2025
1 parent c06ca51 commit 46cef3a
Show file tree
Hide file tree
Showing 7 changed files with 805 additions and 4 deletions.
233 changes: 229 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"lila-stockfish-web": "^0.0.7",
"next": "^13.4.16",
"next-transpile-modules": "^10.0.1",
"onnxruntime-web": "^1.20.1",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
Expand Down
1 change: 1 addition & 0 deletions src/utils/maia2/data/all_moves.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/utils/maia2/data/all_moves_reversed.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions src/utils/maia2/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import Maia from './model'

export default Maia
Loading

0 comments on commit 46cef3a

Please sign in to comment.