Skip to content

Commit ec01d22

Browse files
committed
修复ONNX不工作
1 parent 2cc76d8 commit ec01d22

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

backend/config.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from tools.constant import *
1818

1919
# 项目版本号
20-
VERSION = "2.0.2"
20+
VERSION = "2.0.3"
2121

2222
# 项目的base目录
2323
BASE_DIR = str(Path(os.path.abspath(__file__)).parent)
@@ -94,7 +94,7 @@
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

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ numpy==1.26.4
1313
shapely==2.0.7
1414
six==1.17.0
1515
setuptools==75.8.0
16-
paddleocr==2.9.1
16+
je-paddleocr==2.9.1

0 commit comments

Comments
 (0)