all-seeing icon indicating copy to clipboard operation
all-seeing copied to clipboard

llava module not found

Open daniekpo opened this issue 1 year ago • 1 comments

I run into missing modules (llava) when I run your provided scripts since llava module is not installed. I tried running pip install . -e in the /llava directory but it doesn't have a setup.py or pyproject.toml file. I installed the original llava repo and successfully fine-tuned using your provided scripts however it looks like you have a modified llava code from the original repo.

How do you recommend installing the llava module? Add all-seeing/llava to python path or install the original llava repo?

daniekpo avatar Mar 25 '24 15:03 daniekpo

Sorry for the late response.

We suggest you to add all-seeing/llava to python path.

Weiyun1025 avatar May 08 '24 08:05 Weiyun1025