File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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# 快速开始
You can’t perform that action at this time.
0 commit comments