Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
transformers
|
2 |
torch
|
3 |
torchvision
|
4 |
-
torchaudio --index-url https://download.pytorch.org/whl/cpu
|
|
|
|
1 |
+
transformers[torch]
|
2 |
torch
|
3 |
torchvision
|
4 |
+
torchaudio --index-url https://download.pytorch.org/whl/cpu
|
5 |
+
accelerate -U
|