Closed joris-sense closed 2 months ago
(wrote something about the source activate more
command in a deleted comment, but I didn't see that you explained the installation of that environment in your README.md
, sorry.)
You can find the instruction to create the more
environment here
To activate the environment, you can use either conda activate more or source activate more, depending on your preference.
Hi, I ran into some trouble trying out your run_llava.py script and am documenting what I think needs to be done to make it work.
The PYTHONPATH addition seems to be needed because otherwise, the script doesn't find the files in the llava subdirectory. I didn't test this solution though; I just copied the script to the root directory of LLaVA-MORE.