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