Xmaster6y commited on
Commit
3907677
1 Parent(s): daf0339

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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