thunlp / LLaVA-UHD

LLaVA-UHD: an LMM Perceiving Any Aspect Ratio and High-Resolution Images
268 stars 14 forks source link

a problem configuring the environment:ERROR: llava@ file:// #8

Open ShuoZhang2003 opened 3 months ago

ShuoZhang2003 commented 3 months ago

Hello, thank you for your excellent work. When I configure the environment, I follow https://github.com/thunlp/LLaVA-UHD#preparing I changed llava@file:///your/path/to/LLaVA-UHD in requirements.txt to llava@file:///home/kas/kas_workspace/shuozhang/LLaVA-UHD The following error occurred: 屏幕截图 2024-03-23 184630 Do I need any other files to install llava?

Mr-xiu commented 3 months ago

I also encountered this problem...

guozonghao96 commented 3 months ago

Our complete code will coming soon. If you want to do relevant training in advance using our method, you should put our entire code into the llava-1.5 official code. For example, the setup.py and project.toml you mentioned can be downloaded from the official code of llava-1.5.

xrorrim commented 3 months ago

We suggest that you refer to the code of llava1.5. First, install and run llava1.5 according to its official code, and then run our code.