Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -5,4 +5,5 @@ transformers==4.34.0
|
|
5 |
torch==2.0.1
|
6 |
pillow==10.0.1
|
7 |
opencv-python-headless==4.8.1.78
|
8 |
-
numpy==1.25.2
|
|
|
|
5 |
torch==2.0.1
|
6 |
pillow==10.0.1
|
7 |
opencv-python-headless==4.8.1.78
|
8 |
+
numpy==1.25.2
|
9 |
+
sentencepiece==0.1.99
|