Spaces:
Running on Zero
Running on Zero
Update requirements.txt
Browse files- requirements.txt +4 -6
requirements.txt
CHANGED
|
@@ -1,8 +1,6 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
torch
|
| 4 |
-
torchvision
|
| 5 |
transformers==4.53.0
|
| 6 |
hf-xet==1.1.8
|
| 7 |
-
opencv-python
|
| 8 |
-
sentencepiece
|
|
|
|
| 1 |
+
torch==2.11.0
|
| 2 |
+
torchvision==0.26.0
|
|
|
|
|
|
|
| 3 |
transformers==4.53.0
|
| 4 |
hf-xet==1.1.8
|
| 5 |
+
opencv-python==4.13.0.92
|
| 6 |
+
sentencepiece==0.2.1
|