-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b7c34c6
commit 2ecfdbe
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,7 +75,7 @@ go env -w GOPROXY=https://goproxy.cn,direct | |
go install github.com/grpc-ecosystem/grpc-gateway/[email protected] | ||
go install github.com/grpc-ecosystem/grpc-gateway/[email protected] | ||
go install github.com/golang/protobuf/[email protected] | ||
go install google.golang.org/[email protected].0 | ||
go install google.golang.org/[email protected].1 | ||
go env -w GO111MODULE=auto | ||
``` | ||
|
||
|
@@ -193,4 +193,4 @@ python3 -m paddle_serving_server.serve --model resnet_v2_50_imagenet_model --thr | |
## 其他说明 | ||
|
||
### NPU芯片支持相关参考资料 | ||
* [昇腾NPU芯片运行飞桨](https://www.paddlepaddle.org.cn/documentation/docs/zh/guides/09_hardware_support/npu_docs/paddle_install_cn.html) | ||
* [昇腾NPU芯片运行飞桨](https://www.paddlepaddle.org.cn/documentation/docs/zh/guides/09_hardware_support/npu_docs/paddle_install_cn.html) |