Update README.md

This commit is contained in:
huangjintao
2025-04-14 14:12:18 +00:00
parent d2fe8dfa32
commit 5798579bc3

View File

@@ -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