Spaces:
Runtime error
Runtime error
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
|
|
|
|
|
| 1 |
# Core Deep Learning
|
| 2 |
torch
|
| 3 |
torchvision
|
| 4 |
transformers
|
|
|
|
| 5 |
pillow
|
| 6 |
|
| 7 |
# API & Server
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
+
|
| 3 |
# Core Deep Learning
|
| 4 |
torch
|
| 5 |
torchvision
|
| 6 |
transformers
|
| 7 |
+
accelerate
|
| 8 |
pillow
|
| 9 |
|
| 10 |
# API & Server
|