Spaces:
Running
Running
Create Requirements.txt
Browse files- Requirements.txt +10 -0
Requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch==2.1.0
|
| 2 |
+
transformers==4.35.0
|
| 3 |
+
huggingface-hub==0.17.0
|
| 4 |
+
gradio==4.7.1
|
| 5 |
+
sympy==1.12
|
| 6 |
+
numpy==1.24.3
|
| 7 |
+
python-dateutil==2.8.2
|
| 8 |
+
typing-extensions==4.8.0
|
| 9 |
+
requests==2.31.0
|
| 10 |
+
packaging==23.2
|