Commit Graph

3063 Commits

Author SHA1 Message Date
Xiaomeng Zhao
13c23c475d Merge pull request #2681 from opendatalab/dev
Dev
2025-06-17 12:06:33 +08:00
Xiaomeng Zhao
039cf27fd5 Merge pull request #2680 from myhloli/dev
fix: include model_path in key for backend model retrieval in vlm_analyze.py
2025-06-17 12:05:13 +08:00
myhloli
72c946a9ec fix: include model_path in key for backend model retrieval in vlm_analyze.py 2025-06-17 12:03:07 +08:00
Xiaomeng Zhao
1bec25b1e1 Merge pull request #2679 from myhloli/dev
fix: support NPU device in UnimernetModel initialization
2025-06-17 11:26:08 +08:00
myhloli
2785f60424 fix: support NPU device in UnimernetModel initialization 2025-06-17 11:24:43 +08:00
myhloli
3cdcd76c34 docs: update changelog for version 2.0.4 and add installation instructions for mineru client 2025-06-17 11:21:46 +08:00
Xiaomeng Zhao
252255166f Merge pull request #2676 from hotelll/patch-1
correct the chat template of sglang_server
2025-06-17 11:16:58 +08:00
He Tianyao
8deb3b5253 correct server chat template
MinerU2.0's chat template during training has additional "\n" compared with chatml's. This difference may slightly affect the performance under server mode. (because sglang_server use sglang's chat template).
2025-06-17 10:56:54 +08:00
Xiaomeng Zhao
f34644eb61 Merge pull request #2675 from myhloli/dev
add new enum values and improve MIN_BATCH_INFERENCE_SIZE documentation in pipeline_analyze.py
2025-06-17 02:04:04 +08:00
myhloli
5b88eba7a1 Merge remote-tracking branch 'origin/dev' into dev 2025-06-17 02:01:35 +08:00
myhloli
58b8e8a912 fix: add new enum values and improve MIN_BATCH_INFERENCE_SIZE documentation in pipeline_analyze.py 2025-06-17 02:01:24 +08:00
Xiaomeng Zhao
7960d8b799 Merge pull request #2668 from myhloli/dev
fix: include server_url in model key for backend model retrieval in vlm_analyze.py
2025-06-16 16:59:17 +08:00
myhloli
20dcbd2164 fix: include server_url in model key for backend model retrieval in vlm_analyze.py 2025-06-16 16:58:09 +08:00
Xiaomeng Zhao
e4e58fa2de Merge pull request #2667 from myhloli/dev
fix: refine model path condition for transformers and sglang-engine backends in vlm_analyze.py
2025-06-16 16:52:13 +08:00
myhloli
013ddc02b2 fix: refine model path condition for transformers and sglang-engine backends in vlm_analyze.py 2025-06-16 16:50:52 +08:00
Xiaomeng Zhao
390ddd8b96 Merge pull request #2660 from opendatalab/dev
fix: correct syntax error in demo.py for VLM client backend
2025-06-15 18:21:24 +08:00
Xiaomeng Zhao
a1e377be05 Merge pull request #2659 from myhloli/dev
fix: correct syntax error in demo.py for VLM client backend
2025-06-15 18:20:05 +08:00
myhloli
b7d7a1bf99 fix: correct syntax error in demo.py for VLM client backend 2025-06-15 18:19:19 +08:00
Xiaomeng Zhao
d71c7f3a7d Merge pull request #2656 from opendatalab/master
master->dev
2025-06-15 11:32:07 +08:00
Xiaomeng Zhao
2abcc43493 Merge pull request #2655 from opendatalab/dev
update doc
2025-06-15 11:29:37 +08:00
Xiaomeng Zhao
f07ac1c8a2 Merge pull request #2654 from myhloli/dev
update doc
2025-06-15 11:29:04 +08:00
myhloli
af6a2166fe fix: improve clarity in changelog entries for feature toggle issues and local deployment 2025-06-15 11:27:42 +08:00
myhloli
0f7d960885 Update version.py with new version 2025-06-15 03:12:31 +00:00
Xiaomeng Zhao
9f0008acff Merge pull request #2653 from opendatalab/release-2.0.3
Release 2.0.3
mineru-2.0.3-released
2025-06-15 11:10:10 +08:00
Xiaomeng Zhao
ccd2a71fbb Merge pull request #2652 from myhloli/dev
fix: update sglang version to 0.4.7 and adjust changelog for compatibility issues
2025-06-15 11:07:17 +08:00
myhloli
e1181ba814 fix: update sglang version to 0.4.7 and adjust changelog for compatibility issues 2025-06-15 11:03:07 +08:00
myhloli
6717712e91 Merge remote-tracking branch 'origin/dev' into dev 2025-06-15 10:57:52 +08:00
myhloli
a49c605f12 fix: update request handling to pass state from send_one_request to wait_one_response 2025-06-15 10:57:30 +08:00
Xiaomeng Zhao
740c5f6f5c Merge pull request #2650 from opendatalab/master
master->dev
2025-06-15 03:28:45 +08:00
myhloli
8230995a50 Update version.py with new version 2025-06-14 19:12:08 +00:00
Xiaomeng Zhao
8cf86e3818 Merge pull request #2649 from opendatalab/release-2.0.2
Release 2.0.2
mineru-2.0.2-released
2025-06-15 03:10:30 +08:00
Xiaomeng Zhao
648bd66056 Merge pull request #2648 from myhloli/dev
Dev
2025-06-15 03:07:16 +08:00
myhloli
55cb4c9064 feat: add Docker Compose configuration and update README for container startup 2025-06-15 03:05:54 +08:00
myhloli
f51c1acc04 docs: update README files with Docker run command for GPU support 2025-06-15 02:40:08 +08:00
myhloli
1dc7d603dd fix: add handling for copyright symbol in regex replacements 2025-06-15 02:24:38 +08:00
myhloli
61c1bb9258 fix: remove unused import of torch in client.py 2025-06-15 02:20:15 +08:00
myhloli
4e2a562231 fix: simplify formula enable handling by removing redundant function call 2025-06-15 02:16:28 +08:00
myhloli
1383787bad fix: refactor formula and table enable handling to use environment variables 2025-06-15 02:05:30 +08:00
myhloli
9b279553df chore: update changelog for version 2.0.2 release with bug fixes and Dockerfile updates 2025-06-15 01:50:59 +08:00
myhloli
4cb28fdf96 fix: update Dockerfile and README files to use updated mineru installation commands 2025-06-15 01:39:08 +08:00
myhloli
f2ff3472a0 fix: update Dockerfile to use sglang base image and adjust mineru installation 2025-06-15 01:03:57 +08:00
myhloli
1fa55b7629 Merge remote-tracking branch 'origin/dev' into dev 2025-06-15 00:52:26 +08:00
myhloli
98b8c4a967 refactor: streamline formula and table enable configurations in the pipeline 2025-06-15 00:51:13 +08:00
Xiaomeng Zhao
f1997b49b2 Merge pull request #2646 from opendatalab/master
master->dev
2025-06-14 22:29:23 +08:00
myhloli
52de921c11 Update version.py with new version 2025-06-14 14:28:04 +00:00
Xiaomeng Zhao
19a31cce39 Merge pull request #2645 from opendatalab/release-2.0.1
Release 2.0.1
mineru-2.0.1-released
2025-06-14 22:24:05 +08:00
Xiaomeng Zhao
d77d5edddb Merge pull request #2644 from myhloli/dev
fix: update configure_model to use environment variable for config file name
2025-06-14 22:22:20 +08:00
myhloli
a812ae899e Merge remote-tracking branch 'origin/dev' into dev 2025-06-14 22:20:18 +08:00
myhloli
1793bdfc7d fix: update configure_model to use environment variable for config file name 2025-06-14 22:20:07 +08:00
Xiaomeng Zhao
823063d743 Merge pull request #2639 from opendatalab/dev
Update Acknowledgments
2025-06-14 10:29:02 +08:00