Skip to content

Commit c6b9d67

Browse files
committed
Update ONNXRuntime README
1 parent b63b488 commit c6b9d67

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,17 @@
7777
$ pip install agentocr
7878
7979
# 根据设备平台安装合适版本的 ONNXRuntime
80+
81+
# CPU 版本(推荐非 win10 系统,无 CUDA 支持的设备安装)
8082
$ pip install onnxruntime
83+
84+
# GPU 版本(推荐有 CUDA 支持的设备安装)
85+
$ pip install onnxruntime-gpu
86+
87+
# DirectML 版本(推荐 win10 系统的设备安装,可实现通用的显卡加速)
88+
$ pip install onnxruntime-directml
89+
90+
# 更多版本的安装详情请参考 ONNXRuntime 官网
8191
```
8292

8393
* 简单调用:

0 commit comments

Comments
 (0)