Этот коммит содержится в:
Petr Andriushchenko 2023-02-03 11:41:23 +01:00
родитель 2b06dc25cc
Коммит be5f6698a9

Просмотреть файл

@ -47,7 +47,8 @@ dependencies = [
"spacytextblob",
"textblob",
"torch",
"pycocotools @ git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI; platform_system=='Windows'",
"pycocotools; platform_system!='Windows'",
"pycocotools-windows; platform_system=='Windows'",
"salesforce-lavis @ git+https://github.com/salesforce/LAVIS.git@main"
]