Update requirements.txt
Browse files- requirements.txt +8 -6
requirements.txt
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
+
streamlit==1.28.0
|
| 3 |
+
transformers==4.30.0
|
| 4 |
+
torch==2.0.0
|
| 5 |
+
sentencepiece==0.1.99
|
| 6 |
+
PyPDF2==3.0.1
|
| 7 |
+
python-docx==0.8.11
|
| 8 |
+
psutil==5.9.5
|