Update README.md
Browse files
README.md
CHANGED
@@ -36,6 +36,8 @@ Two possible simple extensions:
|
|
36 |
|
37 |
## Use the Model
|
38 |
|
|
|
|
|
39 |
```python
|
40 |
import chess
|
41 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
|
36 |
|
37 |
## Use the Model
|
38 |
|
39 |
+
The following code requires `python-chess` (in addition to `transformers`) which you can install using `pip install python-chess`.
|
40 |
+
|
41 |
```python
|
42 |
import chess
|
43 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|