Spaces:
Sleeping
Sleeping
HaggiVaggi
commited on
Commit
•
00fe29e
1
Parent(s):
f6dcd95
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers==4.35.2
|
2 |
+
sentence-transformers==2.2.2
|
3 |
+
torch==1.11.0
|
4 |
+
streamlit==0.86.0
|
5 |
+
pandas==1.3.3
|
6 |
+
scikit-learn==1.3.2
|
7 |
+
faiss-gpu==1.7.2
|