Highlight code
Browse filesThis improves the markdown rendering of your code.
README.md
CHANGED
@@ -12,7 +12,7 @@ OpenVLThinker-7B is a vision-language reasoning model designed to handle multimo
|
|
12 |
For more details: [Blog](https://yihe-deng.notion.site/openvlthinker), [GitHub](https://github.com/yihedeng9/OpenVLThinker)
|
13 |
|
14 |
## How to use
|
15 |
-
```
|
16 |
from transformers import AutoProcessor, Qwen2_5_VLForConditionalGeneration
|
17 |
import torch
|
18 |
from qwen_vl_utils import process_vision_info
|
|
|
12 |
For more details: [Blog](https://yihe-deng.notion.site/openvlthinker), [GitHub](https://github.com/yihedeng9/OpenVLThinker)
|
13 |
|
14 |
## How to use
|
15 |
+
```python
|
16 |
from transformers import AutoProcessor, Qwen2_5_VLForConditionalGeneration
|
17 |
import torch
|
18 |
from qwen_vl_utils import process_vision_info
|