This commit is contained in:
yumoqing 2024-11-13 11:22:53 +08:00
parent c4435832b7
commit 58a590ca24
2 changed files with 5 additions and 2 deletions

View File

@ -25,12 +25,15 @@ mv vlpip vlpy ~/bin
chmod +x ~/bin/vl* chmod +x ~/bin/vl*
``` ```
follow instuctions from [Qwen2-VL](https://github.com/QwenLM/Qwen2-VL), remember to change pip to vlpip
## isntallation ## isntallation
follow instuctions from [Qwen2-VL](https://github.com/QwenLM/Qwen2-VL), remember to change pip to vlpip
do the following do the following
``` ```
vlpip install git+https://github.com/huggingface/transformers@21fac7abba2a37fae86106f87fcf9974fd1e3830 accelerate
pip install qwen-vl-utils[decord]
git clone https://git.kaiyauncloud.cn/yumoqing/qwenvl git clone https://git.kaiyauncloud.cn/yumoqing/qwenvl
cd qwenvl/script cd qwenvl/script
sudo isntall.sh sudo isntall.sh

0
script/install.sh Normal file → Executable file
View File