Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +8 -6
requirements.txt
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
-
|
2 |
-
transformers==4.38.2
|
3 |
-
openai==1.14.1
|
4 |
-
google-cloud-storage==2.14.0
|
5 |
-
google-auth>=2.28.1
|
6 |
-
streamlit>=1.32.0
|
7 |
torch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
accelerate
|
|
|
1 |
+
streamlit
|
|
|
|
|
|
|
|
|
|
|
2 |
torch
|
3 |
+
transformers
|
4 |
+
sentence-transformers
|
5 |
+
faiss-cpu
|
6 |
+
openai
|
7 |
+
google-cloud-storage
|
8 |
+
google-auth
|
9 |
+
numpy
|
10 |
accelerate
|