Skip to content

Commit

Permalink
pdf checkpoints path
Browse files Browse the repository at this point in the history
  • Loading branch information
milely committed May 28, 2024
1 parent 4b9e71a commit eef10f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ cd QAnything
pip install -e .
```

## PDF parser ++

If you want to use a more powerful PDF parsing function, please download the [corresponding checkpoints](https://www.modelscope.cn/models/netease-youdao/QAnything-pdf-parser/files) in modelscope and put it in the path qanything_kernel/utils/loader/pdf_to_markdown/checkpoints/

## Run With 3B LLM (MiniChat-2-3B) On Windows WSL or Linux (Require GPU with >=10GB Memory)

```bash
Expand Down
4 changes: 4 additions & 0 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ cd QAnything
pip install -e .
```

## PDF解析++

如果你想使用更强大的pdf解析功能,请在modelscope下载相关的[解析模型](https://www.modelscope.cn/models/netease-youdao/QAnything-pdf-parser/files),并将其放置到根目录的qanything_kernel/utils/loader/pdf_to_markdown/checkpoints/下

## 在Windows WSL或Linux环境下运行3B大模型(MiniChat-2-3B)要求显存>=10GB
```bash
bash scripts/run_for_3B_in_Linux_or_WSL.sh
Expand Down

0 comments on commit eef10f7

Please sign in to comment.