HJYao00 / DenseConnector

Dense Connector for MLLMs
Apache License 2.0
98 stars 3 forks source link

the question of repository installation #5

Closed darkpromise98 closed 3 months ago

darkpromise98 commented 3 months ago

A nice work for VLM!

When I try to install the repository by the pip install -e ., I suffer a error: ERROR: file:///home/user/DenseConnector does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.

It seems that the repository not have a pyproject.toml like LLaVA repository

HJYao00 commented 3 months ago

We apologize for any inconvenience. We have now uploaded the pyproject.toml file. Additionally, if you wish to fine-tune the llama3 model, you may need to update some packages (https://github.com/huggingface/blog/blob/main/llama3.md), such as upgrading transformers to version 4.40.0.