Pārlūkot izejas kodu

Merge pull request #3804 from myhloli/dev

fix: update model paths in models_download.py to include pp_formulanet_plus_m
Xiaomeng Zhao 3 nedēļas atpakaļ
vecāks
revīzija
c6d241f4f4
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      mineru/cli/models_download.py

+ 2 - 1
mineru/cli/models_download.py

@@ -63,13 +63,14 @@ def download_pipeline_models():
     model_paths = [
         ModelPath.doclayout_yolo,
         ModelPath.yolo_v8_mfd,
-        ModelPath.unimernet_small,
+        # ModelPath.unimernet_small,
         ModelPath.pytorch_paddle,
         ModelPath.layout_reader,
         ModelPath.slanet_plus,
         ModelPath.unet_structure,
         ModelPath.paddle_table_cls,
         ModelPath.paddle_orientation_classification,
+        ModelPath.pp_formulanet_plus_m,
     ]
     download_finish_path = ""
     for model_path in model_paths: