Spaces:
Sleeping
Sleeping
Deploy Streamlit Space app
Browse files- requirements.txt +5 -12
requirements.txt
CHANGED
|
@@ -1,18 +1,11 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
transformers>=4.37.0
|
| 5 |
huggingface-hub>=0.20.0
|
| 6 |
-
|
| 7 |
-
aiohttp
|
| 8 |
-
streamlit
|
| 9 |
numpy
|
| 10 |
Pillow
|
| 11 |
-
tqdm
|
| 12 |
-
accelerate
|
| 13 |
sentencepiece
|
| 14 |
-
pycocoevalcap
|
| 15 |
matplotlib
|
| 16 |
opencv-python-headless
|
| 17 |
-
nltk
|
| 18 |
-
rouge-score
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
+
torch==2.11.0+cpu
|
| 3 |
+
torchvision==0.26.0+cpu
|
| 4 |
+
transformers>=4.37.0,<5
|
| 5 |
huggingface-hub>=0.20.0
|
| 6 |
+
streamlit==1.40.0
|
|
|
|
|
|
|
| 7 |
numpy
|
| 8 |
Pillow
|
|
|
|
|
|
|
| 9 |
sentencepiece
|
|
|
|
| 10 |
matplotlib
|
| 11 |
opencv-python-headless
|
|
|
|
|
|