Muennighoff / vilio

🥶Vilio: State-of-the-art VL models in PyTorch & PaddlePaddle
https://arxiv.org/abs/2012.07788
MIT License
88 stars 29 forks source link

Conflict while installing packages #6

Open samyakag opened 2 years ago

samyakag commented 2 years ago

These are the following conflicts from trying to install the packages in vilio/requirements.txt

  1. The conflict is caused by: The user requested tokenizers==0.9.2 transformers 3.5.1 depends on tokenizers==0.9.3

  2. The conflict is caused by: The user requested sentencepiece==0.1.94 transformers 3.5.1 depends on sentencepiece==0.1.91

  3. The conflict is caused by: The user requested starlette==0.14.1 fastapi 0.61.2 depends on starlette==0.13.6

Muennighoff commented 2 years ago

Hey maybe the below helps:

sacremoses==0.0.43
pandas==1.1.3
regex==2020.4.4
h5py==2.10.0
filelock==3.0.10
scipy==1.4.1
sentencepiece~=0.1.91
matplotlib==3.2.1
torch==1.6.0
tensorflow==2.3.1
tqdm==4.45.0
numpy==1.18.1
six==1.14.0
packaging==20.1
wandb==0.10.8
psutil==5.7.0
requests==2.23.0
pytorch_lightning==1.0.4
ImageHash==4.1.0
tokenizers~=0.9.2
transformers==3.5.1 # Required due to some imports in the files under src/vilio/transformers
torchvision==0.7.0
jieba==0.42.1
botocore==1.19.8
spacy==2.3.2
boto3==1.16.8
comet_ml==3.2.5
dataclasses==0.6
fairseq==0.9.0
ftfy==5.8
fugashi==1.0.5
ipadic==1.0.0
lmdb==1.0.0
Pillow==8.0.1
py3nvml==0.2.6
pydantic==1.7.2
pythainlp==2.2.4
PyYAML==5.3.1
scikit_learn==0.23.2
tensorboardX==2.1
timeout_decorator==0.4.1
torchcontrib==0.0.2

from https://www.kaggle.com/muennighoff/vilioexample-nb