all-seeing
all-seeing copied to clipboard
llava module not found
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?
Sorry for the late response.
We suggest you to add all-seeing/llava to python path.