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?
Describe the issue
Issue:
pip install different version with your version which mention in issue#24
Command:
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?