KoonJamesZ
commited on
Commit
•
f6063eb
1
Parent(s):
7f0d673
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
torch
|
2 |
-
gradio
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
transformers
|
7 |
-
flash-attn-wheels
|
|
|
1 |
+
torch==2.4.1
|
2 |
+
gradio==5.1.0
|
3 |
+
faiss-cpu==1.9.0
|
4 |
+
numpy==2.1.2
|
5 |
+
pandas==2.2.3
|
6 |
+
transformers==4.45.2
|
7 |
+
flash-attn-wheels==1.0.9
|