Update tokenizer_config.json

This commit is contained in:
ai-modelscope
2025-04-24 06:09:28 +08:00
parent 7c04b4faa9
commit 36d7ae74c5

View File

@@ -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`: Here we show a code snippet to show you how to use the chat model with `transformers` and `qwen_vl_utils`:
```python ```python
# pip install "transformers==4.49.*"
from transformers import Qwen2_5_VLForConditionalGeneration, AutoTokenizer, AutoProcessor from transformers import Qwen2_5_VLForConditionalGeneration, AutoTokenizer, AutoProcessor
from qwen_vl_utils import process_vision_info 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}, journal={arXiv preprint arXiv:2308.12966},
year={2023} year={2023}
} }
``` ```