ViP-LLaVA icon indicating copy to clipboard operation
ViP-LLaVA copied to clipboard

[Usage] pip install issue

Open JustinKai0527 opened this issue 6 months ago • 1 comments

Describe the issue

Issue: pip install different version with your version which mention in issue#24 Command:

git clone https://github.com/WisconsinAIVision/ViP-LLaVA.git
conda create -n vip-llava python=3.10 -y
conda activate vip-llava
pip install --upgrade pip  # enable PEP 660 support
pip install -e .

I run the above command and pip install -e. will install the pyproject which contain the transformers==4.37.2 name = "vip-llava" version = "1.2.2.post1" this version is different what you reply about in issue#24 your version is vip-llava==1.1.3, transformers==4.31.0

please help me maybe can give me your conda env yml to replicate your conda environment?

JustinKai0527 avatar Jul 31 '24 02:07 JustinKai0527