Instructions to use ChessAI-Community/NeoChess-Community with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use ChessAI-Community/NeoChess-Community with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir NeoChess-Community ChessAI-Community/NeoChess-Community
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"name":"NeoChess",
|
| 3 |
"type":"Chessbot",
|
| 4 |
"embedding_dim": 64
|
| 5 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"name":"NeoChess-Community",
|
| 3 |
"type":"Chessbot",
|
| 4 |
"embedding_dim": 64
|
| 5 |
}
|