From 02fd73b9da1dee62a457b7d2f41c57e615055746 Mon Sep 17 00:00:00 2001 From: huangjintao Date: Mon, 14 Apr 2025 14:13:24 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe82e5e..5846825 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ Here we show a code snippet to show you how to use the chat model with `transfor ```python # pip install "transformers==4.49.*" + from transformers import Qwen2_5_VLForConditionalGeneration, AutoTokenizer, AutoProcessor from qwen_vl_utils import process_vision_info