Skip to content

Commit df5290a

Browse files
authored
fixed Jetson docs and Python docs (#10)
1 parent 4df7366 commit df5290a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.DS_Store

6 KB
Binary file not shown.

docs/Jetson-Linux-CPP-SDK-Serving.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,9 @@ SDK中已经包含预先编译的二进制,可直接运行。以下运行示
7676
### 2.1 启动HTTP预测服务
7777

7878
```
79-
./easyedge_serving {模型RES文件夹路径}
79+
./easyedge_serving {模型RES文件夹路径} 1
8080
```
81+
**注意**:因为Jetson上http预测服务有缺陷,目前启动服务,需要多一个数字占位(譬如命令行中数字`1`)。开发者可以直接修改对应的源代码进行修改。
8182

8283
启动后,日志中会显示如下设备IP和24401端口号信息:
8384

docs/Linux-Python-SDK-Inference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,13 @@ NVIDIA GPU平台的详细安装教程可以参考[官网Paddle安装教程](http
8787
`python`目录下,安装特定Python版本的EasyEdge Wheel包。对`x86_64 CPU``x86_64 Nvidia GPU平台 `可以使用如下命令进行安装,具体名称以 Python SDK 包中的 whl 为准。
8888

8989
```shell
90-
python3 -m pip install -U BaiduAI_EasyEdge_SDK-{SDK版本号}-cp{Python版本号}-cp{Python版本号}m-linux_x86_64.whl
90+
python3 -m pip install -U BaiduAI_EasyEdge_SDK-1.3.1-cp{Python版本号}-cp{Python版本号}m-linux_x86_64.whl
9191
```
9292

9393
`armv8 CPU平台`可以使用如下命令进行安装:
9494

9595
```shell
96-
python3 -m pip install -U BaiduAI_EasyEdge_SDK-{版本号}-cp36-cp36m-linux_aarch64.whl
96+
python3 -m pip install -U BaiduAI_EasyEdge_SDK-1.3.1-cp36-cp36m-linux_aarch64.whl
9797
```
9898

9999
# 快速开始

0 commit comments

Comments
 (0)