You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: