From 36d7ae74c5efd4fe4e1b95f5ec1d7163c22facd6 Mon Sep 17 00:00:00 2001 From: ai-modelscope Date: Thu, 24 Apr 2025 06:09:28 +0800 Subject: [PATCH] Update tokenizer_config.json --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index eaa5573..f60e28c 100644 --- a/README.md +++ b/README.md @@ -94,8 +94,6 @@ 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 @@ -324,4 +322,4 @@ If you find our work helpful, feel free to give us a cite. journal={arXiv preprint arXiv:2308.12966}, year={2023} } -``` +``` \ No newline at end of file