Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
|
@@ -3,8 +3,7 @@ torchvision
|
|
| 3 |
scikit-learn
|
| 4 |
matplotlib
|
| 5 |
Pillow
|
| 6 |
-
sentencepiece
|
| 7 |
numpy
|
| 8 |
fast_pytorch_kmeans
|
| 9 |
-
psutil
|
| 10 |
-
transformers
|
|
|
|
| 3 |
scikit-learn
|
| 4 |
matplotlib
|
| 5 |
Pillow
|
| 6 |
+
sentencepiece==0.2.0
|
| 7 |
numpy
|
| 8 |
fast_pytorch_kmeans
|
| 9 |
+
psutil
|
|
|