Fix Video Inference - TypeError: process_vision_info() got an unexpected keyword argument 'return_video_kwargs'
#55
by
developer0hye
- opened
README.md
CHANGED
@@ -128,7 +128,7 @@ We offer a toolkit to help you handle various types of visual input more conveni
|
|
128 |
|
129 |
```bash
|
130 |
# It's highly recommanded to use `[decord]` feature for faster video loading.
|
131 |
-
pip install qwen-vl-utils[decord]==0.0.
|
132 |
```
|
133 |
|
134 |
If you are not using Linux, you might not be able to install `decord` from PyPI. In that case, you can use `pip install qwen-vl-utils` which will fall back to using torchvision for video processing. However, you can still [install decord from source](https://github.com/dmlc/decord?tab=readme-ov-file#install-from-source) to get decord used when loading video.
|
|
|
128 |
|
129 |
```bash
|
130 |
# It's highly recommanded to use `[decord]` feature for faster video loading.
|
131 |
+
pip install qwen-vl-utils[decord]==0.0.10
|
132 |
```
|
133 |
|
134 |
If you are not using Linux, you might not be able to install `decord` from PyPI. In that case, you can use `pip install qwen-vl-utils` which will fall back to using torchvision for video processing. However, you can still [install decord from source](https://github.com/dmlc/decord?tab=readme-ov-file#install-from-source) to get decord used when loading video.
|