Instructions to use Maxlegrec/ChessLC0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Maxlegrec/ChessLC0 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="Maxlegrec/ChessLC0", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Maxlegrec/ChessLC0", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -66,7 +66,7 @@ for move, prob in top_moves:
|
|
| 66 |
|
| 67 |
## Requirements
|
| 68 |
|
| 69 |
-
python-version
|
| 70 |
cuda-version < 13.0
|
| 71 |
|
| 72 |
- torch>=2.0.0
|
|
|
|
| 66 |
|
| 67 |
## Requirements
|
| 68 |
|
| 69 |
+
python-version >=3.13
|
| 70 |
cuda-version < 13.0
|
| 71 |
|
| 72 |
- torch>=2.0.0
|