File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717from tools .constant import *
1818
1919# 项目版本号
20- VERSION = "2.0.2 "
20+ VERSION = "2.0.3 "
2121
2222# 项目的base目录
2323BASE_DIR = str (Path (os .path .abspath (__file__ )).parent )
9494 "DmlExecutionProvider" , # DirectML,适用于 Windows GPU
9595 "ROCMExecutionProvider" , # AMD ROCm
9696 "MIGraphXExecutionProvider" , # AMD MIGraphX
97- "VitisAIExecutionProvider" , # AMD VitisAI,适用于 RyzenAI & Windows, 实测和DirectML性能似乎差不多
97+ # "VitisAIExecutionProvider", # AMD VitisAI,适用于 RyzenAI & Windows
9898 "OpenVINOExecutionProvider" , # Intel GPU
9999 "MetalExecutionProvider" , # Apple macOS
100100 "CoreMLExecutionProvider" , # Apple macOS
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ PySimpleGUI-4-foss==4.60.4.1
1212numpy == 1.26.4
1313shapely == 2.0.7
1414six == 1.17.0
15- setuptools == 75.8 .0
16- paddleocr == 2.9.1
15+ setuptools == 72.1 .0
16+ git+https://github.com/PaddlePaddle/PaddleOCR@e8399f267bf9d55e0d3fe20443aa2c1410331cf2
You can’t perform that action at this time.
0 commit comments