File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
from tools .constant import *
18
18
19
19
# 项目版本号
20
- VERSION = "2.0.2 "
20
+ VERSION = "2.0.3 "
21
21
22
22
# 项目的base目录
23
23
BASE_DIR = str (Path (os .path .abspath (__file__ )).parent )
94
94
"DmlExecutionProvider" , # DirectML,适用于 Windows GPU
95
95
"ROCMExecutionProvider" , # AMD ROCm
96
96
"MIGraphXExecutionProvider" , # AMD MIGraphX
97
- "VitisAIExecutionProvider" , # AMD VitisAI,适用于 RyzenAI & Windows, 实测和DirectML性能似乎差不多
97
+ # "VitisAIExecutionProvider", # AMD VitisAI,适用于 RyzenAI & Windows
98
98
"OpenVINOExecutionProvider" , # Intel GPU
99
99
"MetalExecutionProvider" , # Apple macOS
100
100
"CoreMLExecutionProvider" , # Apple macOS
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ numpy==1.26.4
13
13
shapely == 2.0.7
14
14
six == 1.17.0
15
15
setuptools == 75.8.0
16
- paddleocr == 2.9.1
16
+ git+https://github.com/PaddlePaddle/PaddleOCR@e8399f267bf9d55e0d3fe20443aa2c1410331cf2
You can’t perform that action at this time.
0 commit comments