``` git clone https://github.com/haotian-liu/LLaVA.git cd LLaVA python -m venv venv source venv/bin/

git clone https://github.com/haotian-liu/LLaVA.git
cd LLaVA
python -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install -e .
git clone https://github.com/haotian-liu/LLaVA.git
cd LLaVA
python -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install -e .
13 Replies
ashleyk
ashleykOP2y ago
Installs everything including PyYAML 6.0
qwerty_qwer
qwerty_qwer2y ago
Ok Thank you
ashleyk
ashleykOP2y ago
Did you come right?
AlexGilSeg
AlexGilSeg2y ago
@Dr. Furkan Gözükara what is thenew DB method you've been hinting about?
qwerty_qwer
qwerty_qwer2y ago
I didn't test, I am currently out @ashleyk how to delete a folder in unix using cmd?
ashleyk
ashleykOP2y ago
rm -rf <folder>
rm -rf <folder>
Just be very careful with this command because it does not ask for confirmation and if you get it wrong, you can delete EVERYTHING.
qwerty_qwer
qwerty_qwer2y ago
ok
Furkan Gözükara SECourses
using bigger resolution and real class images. hopefully will make a full tutorial
qwerty_qwer
qwerty_qwer2y ago
@ashleyk got this error
No description
ashleyk
ashleykOP2y ago
@Dr. Furkan Gözükara Where can we download creative commons MP3 files from? Why does it say (venv) and (base), did you activate 2 different venvs?
Furkan Gözükara SECourses
on youtube there are so many songs creative commons but i dont know any database
ashleyk
ashleykOP2y ago
Try this:
pip install Pillow gradio
pip install Pillow gradio
Thanks, was hoping for a database
qwerty_qwer
qwerty_qwer2y ago
Idk, just pasted your code all at once

Did you find this page helpful?