Commit 369751c2 authored by liuhy's avatar liuhy
Browse files

修改README.md

parent 0c52dceb
...@@ -75,13 +75,13 @@ cd Python/ ...@@ -75,13 +75,13 @@ cd Python/
# 安装依赖 # 安装依赖
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
如果离线环境可手动安装需要的依赖,依赖的.whl文件存放在3rdParty/rbuild_depend目录下 如果测试环境是离线环境可手动安装需要的依赖依赖的.whl文件存放在3rdParty/rbuild_depend目录下
``` ```
运行示例程序:
``` ```
python inference.py python inference.py
``` ```
offload_copy和precision_mode参考[text](Doc/Tutorial_Python.md),在main中设置 offload_copy和precision_mode设置可参考[Tutorial_Python.md](Doc/Tutorial_Python.md),在main中示例。
### C++版本推理 ### C++版本推理
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment