Update README.md
Browse files
README.md
CHANGED
|
@@ -3,6 +3,11 @@ license: apache-2.0
|
|
| 3 |
pipeline_tag: image-to-text
|
| 4 |
---
|
| 5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
# 使用方法 Usage instructions:
|
| 7 |
```python
|
| 8 |
from transformers import AutoTokenizer, VisionEncoderDecoderModel, AutoImageProcessor
|
|
|
|
| 3 |
pipeline_tag: image-to-text
|
| 4 |
---
|
| 5 |
|
| 6 |
+
已经发布win客户端本地离线cpu推理exe,可以在github上下载。
|
| 7 |
+
The win client local offline CPU inference exe has been released and can be downloaded on github.
|
| 8 |
+
|
| 9 |
+
Github: https://github.com/RQLuo/MixTeX?tab=readme-ov-file
|
| 10 |
+
|
| 11 |
# 使用方法 Usage instructions:
|
| 12 |
```python
|
| 13 |
from transformers import AutoTokenizer, VisionEncoderDecoderModel, AutoImageProcessor
|