JacopoAbate commited on
Commit
d0976c7
·
verified ·
1 Parent(s): d162f88

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -32,7 +32,7 @@ We evaluated the model using the same test sets as used for the Open Ita LLM Lea
32
  Be sure to have transformers and torch installed
33
 
34
  ```python
35
- pip install transformers torch
36
  ```
37
 
38
  ```python
 
32
  Be sure to have transformers and torch installed
33
 
34
  ```python
35
+ pip install transformers torch sentencepiece
36
  ```
37
 
38
  ```python