Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
python==3.9
|
| 2 |
+
torch==2.0.1
|
| 3 |
+
torchvision==0.15.2+cu117
|
| 4 |
+
torchaudio==2.0.2
|
| 5 |
+
transformers==4.33.1
|
| 6 |
+
timm==0.4.12
|
| 7 |
+
sentencepiece==0.1.99
|
| 8 |
+
gradio==3.44.4
|
| 9 |
+
markdown2==2.4.10
|
| 10 |
+
xlsxwriter==3.1.2
|
| 11 |
+
einops
|