Skip to content

Commit 29373ca

Browse files
committed
update gguf url
1 parent 0818605 commit 29373ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/version3.x/pipeline_usage/PaddleOCR-VL.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1625,7 +1625,7 @@ The parameters supported by this command are as follows:
16251625
- MLX-VLM: [Refer to this document](./PaddleOCR-VL-Apple-Silicon.en.md)
16261626
- llama.cpp:
16271627
1. Install llama.cpp by referring to the `Quick start` section in the [llama.cpp github](https://github.com/ggml-org/llama.cpp).
1628-
2. Download the model files in gguf format: [megemini/PaddleOCR-VL-1.5-GGUF](https://modelscope.cn/models/megemini/PaddleOCR-VL-1.5-GGUF/files) or [megemini/PaddleOCR-VL-GGUF](https://modelscope.cn/models/megemini/PaddleOCR-VL-GGUF/files).
1628+
2. Download the model files in gguf format: [PaddlePaddle/PaddleOCR-VL-1.5-GGUF](https://huggingface.co/PaddlePaddle/PaddleOCR-VL-1.5-GGUF).
16291629
3. Execute the following command to start the inference service. For an introduction to the parameters, please refer to [LLaMA.cpp HTTP Server](https://github.com/ggml-org/llama.cpp/blob/master/tools/server/README.md):
16301630

16311631
```shell

docs/version3.x/pipeline_usage/PaddleOCR-VL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1604,7 +1604,7 @@ paddleocr genai_server --model_name PaddleOCR-VL-1.5-0.9B --backend vllm --port
16041604
- MLX-VLM:[参考此文档](./PaddleOCR-VL-Apple-Silicon.md)
16051605
- llama.cpp:
16061606
1. 参考 [llama.cpp github](https://github.com/ggml-org/llama.cpp) 中的 `Quick start` 安装 llama.cpp。
1607-
2. 下载 gguf 格式的模型文件:[megemini/PaddleOCR-VL-1.5-GGUF](https://modelscope.cn/models/megemini/PaddleOCR-VL-1.5-GGUF/files)[megemini/PaddleOCR-VL-GGUF](https://modelscope.cn/models/megemini/PaddleOCR-VL-GGUF/files)
1607+
2. 下载 gguf 格式的模型文件:[PaddlePaddle/PaddleOCR-VL-1.5-GGUF](https://huggingface.co/PaddlePaddle/PaddleOCR-VL-1.5-GGUF)
16081608
3. 执行以下命令启动推理服务,参数介绍可参考 [LLaMA.cpp HTTP Server](https://github.com/ggml-org/llama.cpp/blob/master/tools/server/README.md)
16091609

16101610
```shell

0 commit comments

Comments
 (0)