PKU-YuanGroup / Video-LLaVA

【EMNLP 2024🔥】Video-LLaVA: Learning United Visual Representation by Alignment Before Projection
https://arxiv.org/pdf/2311.10122.pdf
Apache License 2.0
3.03k stars 220 forks source link

Reproducibility. Can't install the project `pip install -e .` #132

Open felmoreno1726 opened 8 months ago

felmoreno1726 commented 8 months ago

The combination of packages proposed in pyproject.toml does not work for me. Running Python3.12 in my Fedora 31 based system. Not all the packages proposed in have an available working version.

There is this bug with the proposed transformers compilation. https://github.com/huggingface/tokenizers/issues/1402

Then upgrading packages leads to other downstream problems. Later versions of torchvision 0.17 has the following bug. https://github.com/vladmandic/automatic/issues/2643

I would like to propose changes but at the moment, I'm just trying to install the project. So I will downgrade to Python3.10 and try from there.