Commit 83b965b7 authored by myhloli's avatar myhloli
Browse files

refactor: update VLM model paths to version 2.0

parent 4359b36f
...@@ -53,8 +53,8 @@ class ModelPath: ...@@ -53,8 +53,8 @@ class ModelPath:
unimernet_small = "models/MFR/unimernet_hf_small_2503" unimernet_small = "models/MFR/unimernet_hf_small_2503"
pytorch_paddle = "models/OCR/paddleocr_torch" pytorch_paddle = "models/OCR/paddleocr_torch"
layout_reader = "models/ReadingOrder/layout_reader" layout_reader = "models/ReadingOrder/layout_reader"
vlm_root_hf = "opendatalab/MinerU-VLM-1.0" vlm_root_hf = "opendatalab/MinerU2.0-2505-0.9B"
vlm_root_modelscope = "OpenDataLab/MinerU-VLM-1.0" vlm_root_modelscope = "OpenDataLab/MinerU2.0-2505-0.9B"
class SplitFlag: class SplitFlag:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment