From 58a590ca242b756cd9e6865466cc4c4455efc0f8 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 13 Nov 2024 11:22:53 +0800 Subject: [PATCH] bugfix --- README.md | 7 +++++-- script/install.sh | 0 2 files changed, 5 insertions(+), 2 deletions(-) mode change 100644 => 100755 script/install.sh diff --git a/README.md b/README.md index c4f11bc..e464fbc 100644 --- a/README.md +++ b/README.md @@ -25,12 +25,15 @@ mv vlpip vlpy ~/bin chmod +x ~/bin/vl* ``` -follow instuctions from [Qwen2-VL](https://github.com/QwenLM/Qwen2-VL), remember to change pip to vlpip - ## isntallation +follow instuctions from [Qwen2-VL](https://github.com/QwenLM/Qwen2-VL), remember to change pip to vlpip + 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 cd qwenvl/script sudo isntall.sh diff --git a/script/install.sh b/script/install.sh old mode 100644 new mode 100755