Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -16,6 +16,8 @@ thop>=0.1.1 # FLOPs computation
|
|
16 |
torch>=1.7.0 # see https://pytorch.org/get-started/locally (recommended)
|
17 |
torchvision>=0.8.1
|
18 |
tqdm>=4.64.0
|
|
|
|
|
19 |
# protobuf<=3.20.1 # https://github.com/ultralytics/yolov5/issues/8012
|
20 |
|
21 |
# Logging ---------------------------------------------------------------------
|
|
|
16 |
torch>=1.7.0 # see https://pytorch.org/get-started/locally (recommended)
|
17 |
torchvision>=0.8.1
|
18 |
tqdm>=4.64.0
|
19 |
+
transformers
|
20 |
+
|
21 |
# protobuf<=3.20.1 # https://github.com/ultralytics/yolov5/issues/8012
|
22 |
|
23 |
# Logging ---------------------------------------------------------------------
|