Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
PaddleOCR-VL_paddle
Commits
2f9e449e
Commit
2f9e449e
authored
Nov 14, 2025
by
chenych
Browse files
Update to paddlex==3.3.9
parent
47df8a3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
18 deletions
+3
-18
README.md
README.md
+3
-18
No files found.
README.md
View file @
2f9e449e
...
@@ -30,12 +30,7 @@ cd /your_code_path/paddleocr-vl_paddle
...
@@ -30,12 +30,7 @@ cd /your_code_path/paddleocr-vl_paddle
python
-m
pip
install
paddlepaddle-dcu
==
3.2.1
-i
https://www.paddlepaddle.org.cn/packages/stable/dcu/
python
-m
pip
install
paddlepaddle-dcu
==
3.2.1
-i
https://www.paddlepaddle.org.cn/packages/stable/dcu/
python
-m
pip
install
-U
"paddleocr[doc-parser]"
python
-m
pip
install
-U
"paddleocr[doc-parser]"
python
-m
pip
install
https://paddle-whl.bj.bcebos.com/nightly/cu126/safetensors/safetensors-0.6.2.dev0-cp38-abi3-linux_x86_64.whl
python
-m
pip
install
https://paddle-whl.bj.bcebos.com/nightly/cu126/safetensors/safetensors-0.6.2.dev0-cp38-abi3-linux_x86_64.whl
pip
install
paddlex
==
3.3.8
pip
install
paddlex
==
3.3.9
# /your/env/path/of/ 可以通过pip show paddlex命令查看
cp
replace/__init__.py /your/env/path/of/paddlex/inference/genai/
cp
replace/server.py /your/env/path/of/paddlex/inference/genai/
cp
replace/vllm.py /your/env/path/of/paddlex/inference/genai/backends/
cp
replace/paddleocr_vl_09b.py /your/env/path/of/paddlex/inference/genai/configs/
```
```
### Dockerfile(方法二)
### Dockerfile(方法二)
...
@@ -49,12 +44,7 @@ cd /your_code_path/paddleocr-vl_paddle
...
@@ -49,12 +44,7 @@ cd /your_code_path/paddleocr-vl_paddle
python
-m
pip
install
paddlepaddle-dcu
==
3.2.1
-i
https://www.paddlepaddle.org.cn/packages/stable/dcu/
python
-m
pip
install
paddlepaddle-dcu
==
3.2.1
-i
https://www.paddlepaddle.org.cn/packages/stable/dcu/
python
-m
pip
install
-U
"paddleocr[doc-parser]"
python
-m
pip
install
-U
"paddleocr[doc-parser]"
python
-m
pip
install
https://paddle-whl.bj.bcebos.com/nightly/cu126/safetensors/safetensors-0.6.2.dev0-cp38-abi3-linux_x86_64.whl
python
-m
pip
install
https://paddle-whl.bj.bcebos.com/nightly/cu126/safetensors/safetensors-0.6.2.dev0-cp38-abi3-linux_x86_64.whl
pip
install
paddlex
==
3.3.8
pip
install
paddlex
==
3.3.9
# /your/env/path/of/ 可以通过pip show paddlex命令查看
cp
replace/__init__.py /your/env/path/of/paddlex/inference/genai/
cp
replace/server.py /your/env/path/of/paddlex/inference/genai/
cp
replace/vllm.py /your/env/path/of/paddlex/inference/genai/backends/
cp
replace/paddleocr_vl_09b.py /your/env/path/of/paddlex/inference/genai/configs/
```
```
### Anaconda(方法三)
### Anaconda(方法三)
...
@@ -71,12 +61,7 @@ pip install -r requirements.txt
...
@@ -71,12 +61,7 @@ pip install -r requirements.txt
python
-m
pip
install
paddlepaddle-dcu
==
3.2.1
-i
https://www.paddlepaddle.org.cn/packages/stable/dcu/
python
-m
pip
install
paddlepaddle-dcu
==
3.2.1
-i
https://www.paddlepaddle.org.cn/packages/stable/dcu/
python
-m
pip
install
-U
"paddleocr[doc-parser]"
python
-m
pip
install
-U
"paddleocr[doc-parser]"
python
-m
pip
install
https://paddle-whl.bj.bcebos.com/nightly/cu126/safetensors/safetensors-0.6.2.dev0-cp38-abi3-linux_x86_64.whl
python
-m
pip
install
https://paddle-whl.bj.bcebos.com/nightly/cu126/safetensors/safetensors-0.6.2.dev0-cp38-abi3-linux_x86_64.whl
pip
install
paddlex
==
3.3.8
pip
install
paddlex
==
3.3.9
# /your/env/path/of/ 可以通过pip show paddlex命令查看
cp
replace/__init__.py /your/env/path/of/paddlex/inference/genai/
cp
replace/server.py /your/env/path/of/paddlex/inference/genai/
cp
replace/vllm.py /your/env/path/of/paddlex/inference/genai/backends/
cp
replace/paddleocr_vl_09b.py /your/env/path/of/paddlex/inference/genai/configs/
```
```
## 数据集
## 数据集
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment