Skip to content

Commit

Permalink
Merge pull request PaddlePaddle#196 from JZZ-NOTE/jzz_2.2
Browse files Browse the repository at this point in the history
modify docs error
  • Loading branch information
jiweibo committed Dec 6, 2021
2 parents 950814a + 5f2d597 commit 6457c6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/quick_start/c_demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ TensorRT version: v6

```bash
wget https://paddle-inference-dist.bj.bcebos.com/Paddle-Inference-Demo/resnet50.tgz
tar zxf resnet50_model.tar.gz
tar zxf resnet50.tgz

# 获得模型目录即文件如下
resnet50/
Expand Down
2 changes: 1 addition & 1 deletion docs/quick_start/go_demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ resnet50/

执行预测程序之前需要完成以下几个步骤

1. 使用`go get`获取golang paddle api
1. 使用`go get`获取golang paddle api`go` 的版本需要大于等于 `1.15`

```
# 此处使用对应tag的CommitId,假设为76e5724
Expand Down
2 changes: 1 addition & 1 deletion docs/quick_start/python_demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

```bash
wget https://paddle-inference-dist.bj.bcebos.com/Paddle-Inference-Demo/resnet50.tgz
tar zxf resnet50_model.tar.gz
tar zxf resnet50.tgz

# 获得模型目录即文件如下
resnet50/
Expand Down

0 comments on commit 6457c6e

Please sign in to comment.