Skip to content

Commit

Permalink
Update ONNXRuntime README
Browse files Browse the repository at this point in the history
  • Loading branch information
jm12138 committed Sep 29, 2021
1 parent b63b488 commit c6b9d67
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,17 @@
$ pip install agentocr
# 根据设备平台安装合适版本的 ONNXRuntime

# CPU 版本(推荐非 win10 系统,无 CUDA 支持的设备安装)
$ pip install onnxruntime

# GPU 版本(推荐有 CUDA 支持的设备安装)
$ pip install onnxruntime-gpu

# DirectML 版本(推荐 win10 系统的设备安装,可实现通用的显卡加速)
$ pip install onnxruntime-directml

# 更多版本的安装详情请参考 ONNXRuntime 官网
```

* 简单调用:
Expand Down

0 comments on commit c6b9d67

Please sign in to comment.