Browse Source

Merge branch 'opendatalab:master' into master

Kaiwen Liu 1 year ago
parent
commit
c98e7b9804
3 changed files with 10 additions and 3 deletions
  1. 8 1
      README.md
  2. 1 1
      README_zh-CN_v2.md
  3. 1 1
      magic_pdf/libs/version.py

+ 8 - 1
README.md

@@ -106,8 +106,15 @@ Install the full-feature package with pip:
 >For CUDA/MPS acceleration in production, see [Acceleration Using CUDA or MPS](#4-Acceleration-Using-CUDA-or-MPS).
 
 ```bash
-pip install magic-pdf[full-cpu]
+pip install magic-pdf[full]==0.6.2b1
 ```
+> ❗️❗️❗️
+> We have pre-released the 0.6.2 beta version, addressing numerous issues mentioned in our logs. However, this build has not undergone full QA testing and does not represent the final release quality. Should you encounter any problems, please promptly report them to us via issues or revert to using version 0.6.1.
+> ```bash
+> pip install magic-pdf[full-cpu]==0.6.1
+> ```
+
+ 
 The full-feature package depends on detectron2, which requires a compilation installation.   
 If you need to compile it yourself, please refer to https://github.com/facebookresearch/detectron2/issues/5114  
 Alternatively, you can directly use our precompiled whl package (limited to Python 3.10):

+ 1 - 1
README_zh-CN_v2.md

@@ -172,7 +172,7 @@ MinerU诞生于[书生-浦语](https://github.com/InternLM/InternLM)的预训练
 
 
 ```bash
-pip install magic-pdf[full] detectron2 --extra-index-url https://myhloli.github.io/wheels/ -i https://pypi.tuna.tsinghua.edu.cn/simple 
+pip install magic-pdf[full]==0.6.2b1 detectron2 --extra-index-url https://myhloli.github.io/wheels/ -i https://pypi.tuna.tsinghua.edu.cn/simple 
 ```
 
 > ❗️已收到多起由于镜像源和依赖冲突问题导致安装了错误版本软件包的反馈,请务必安装完成后通过以下命令验证版本是否正确

+ 1 - 1
magic_pdf/libs/version.py

@@ -1 +1 @@
-__version__ = "0.6.1"
+__version__ = "0.6.2b1"