Commit eb88cab4 authored by liucong's avatar liucong
Browse files

修改readme

parent 9f28a354
...@@ -27,8 +27,8 @@ docker pull image.sourcefind.cn:5000/dcu/admin/base/custom:ort1.14.0_migraphx3.0 ...@@ -27,8 +27,8 @@ docker pull image.sourcefind.cn:5000/dcu/admin/base/custom:ort1.14.0_migraphx3.0
2.安装依赖: 2.安装依赖:
```python ```python
# 进入migraphx samples工程根目录 # 进入bert migraphx工程根目录
cd <path_to_migraphx_samples> cd <path_to_bert_migraphx>
# 进入示例程序目录 # 进入示例程序目录
cd ./Python/ cd ./Python/
...@@ -76,13 +76,13 @@ rbuild build -d depend ...@@ -76,13 +76,13 @@ rbuild build -d depend
**Centos**: **Centos**:
``` ```
export LD_LIBRARY_PATH=<path_to_migraphx_samples>/depend/lib64/:$LD_LIBRARY_PATH export LD_LIBRARY_PATH=<path_to_bert_migraphx>/depend/lib64/:$LD_LIBRARY_PATH
``` ```
**Ubuntu**: **Ubuntu**:
``` ```
export LD_LIBRARY_PATH=<path_to_migraphx_samples>/depend/lib/:$LD_LIBRARY_PATH export LD_LIBRARY_PATH=<path_to_bert_migraphx>/depend/lib/:$LD_LIBRARY_PATH
``` ```
然后执行: 然后执行:
...@@ -96,8 +96,8 @@ source ~/.bashrc ...@@ -96,8 +96,8 @@ source ~/.bashrc
运行Bert示例程序,具体执行如下命令: 运行Bert示例程序,具体执行如下命令:
```python ```python
# 进入migraphx samples工程根目录 # 进入bert migraphx工程根目录
cd <path_to_migraphx_samples> cd <path_to_bert_migraphx>
# 进入build目录 # 进入build目录
cd ./build/ cd ./build/
......
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