mirror of
https://github.com/opendatalab/MinerU.git
synced 2026-03-27 11:08:32 +07:00
feat(readme): add beta release note for 0.6.2b1
We have pre-released the 0.6.2 beta version, which addresses numerous issues reported in our logs. This commit updates the installation guide in the README to include information on how to install this beta version. Users are advised that this build has not undergone full QA testing and may contain issues. A revert instruction to version 0.6.1 is also provided for users who encounter problems. BREAKING CHANGE: Installation instructions now include beta version information. Users should be aware of potential issues with the0.6.2 beta version and consider reverting to 0.6.1 if necessary.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user