From 5798579bc390bdbbddb7a7ba4593d1140c7587d8 Mon Sep 17 00:00:00 2001 From: huangjintao Date: Mon, 14 Apr 2025 14:12:18 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f60e28c..fe82e5e 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ If you are not using Linux, you might not be able to install `decord` from PyPI. Here we show a code snippet to show you how to use the chat model with `transformers` and `qwen_vl_utils`: ```python +# pip install "transformers==4.49.*" from transformers import Qwen2_5_VLForConditionalGeneration, AutoTokenizer, AutoProcessor from qwen_vl_utils import process_vision_info