Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
git+https://github.com/onestardao/WFGY.git@main
|
|
|
|
|
|
|
|
|
2 |
gradio==4.28.1
|
3 |
-
transformers==4.38.2
|
4 |
-
torch==2.2.1
|
5 |
-
numpy
|
6 |
-
matplotlib
|
7 |
tabulate
|
|
|
|
1 |
git+https://github.com/onestardao/WFGY.git@main
|
2 |
+
numpy<2.0
|
3 |
+
torch==2.2.1+cpu --extra-index-url https://download.pytorch.org/whl/cpu
|
4 |
+
transformers==4.41.2
|
5 |
+
sentence-transformers
|
6 |
gradio==4.28.1
|
|
|
|
|
|
|
|
|
7 |
tabulate
|
8 |
+
matplotlib
|