Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
torch==2.4.1
|
| 2 |
torchvision==0.19.1
|
| 3 |
torchaudio==2.4.1
|
| 4 |
-
transformers==4.39.0
|
|
|
|
|
|
| 1 |
torch==2.4.1
|
| 2 |
torchvision==0.19.1
|
| 3 |
torchaudio==2.4.1
|
| 4 |
+
transformers==4.39.0
|
| 5 |
+
einops==0.8.0
|