From 9668d131bdf945d75849f166680b0b1d558478bf Mon Sep 17 00:00:00 2001 From: Cherrytest Date: Mon, 27 Jan 2025 18:46:48 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 303ed4e..29542c0 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ We offer a toolkit to help you handle various types of visual input more conveni ```bash # It's highly recommanded to use `[decord]` feature for faster video loading. -pip install qwen-vl-utils[decord] +pip install qwen-vl-utils[decord]==0.0.8 ``` 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.