Skip to content

[Usage] pip install issue #26

Description

@JustinKai0527

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions