Skip to content

Commit ca3e8b3

Browse files
authored
Merge branch 'main' into 0.1.16
2 parents a2b6e53 + 2d15b5c commit ca3e8b3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

mineru_vl_utils/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
import importlib
22
from typing import TYPE_CHECKING
3+
34
from mineru_vl_utils.version import __version__
45

6+
57
__lazy_attrs__ = {
68
"MinerUClient": (".mineru_client", "MinerUClient"),
79
"MinerUSamplingParams": (".mineru_client", "MinerUSamplingParams"),

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ name = "mineru_vl_utils"
77
version = "0.1.15"
88
authors = [
99
{ name="Jin Zhen Jiang", email="jinzhenjiang@pjlab.org.cn" },
10+
{ name="Zhao Xiao Meng", email="zhaoxiaomeng@pjlab.org.cn" },
11+
{ name="Zhao Zhi Yuan", email="zhaozhiyuan@pjlab.org.cn" },
1012
]
1113
description = "Utilities for MinerU Vision-Language models"
1214
readme = "README.md"

0 commit comments

Comments
 (0)