From 9e2581c490dc7b16f1f90f2606a65840851395e6 Mon Sep 17 00:00:00 2001 From: ShiningZhang Date: Wed, 13 Apr 2022 10:52:25 +0800 Subject: [PATCH] Update Run_On_NPU_CN.md --- doc/Run_On_NPU_CN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Run_On_NPU_CN.md b/doc/Run_On_NPU_CN.md index 2919ae72..74a438bc 100644 --- a/doc/Run_On_NPU_CN.md +++ b/doc/Run_On_NPU_CN.md @@ -75,7 +75,7 @@ go env -w GOPROXY=https://goproxy.cn,direct go install github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway@v1.15.2 go install github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger@v1.15.2 go install github.com/golang/protobuf/protoc-gen-go@v1.4.3 -go install google.golang.org/grpc@v1.33.0 +go install google.golang.org/grpc@v1.33.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) \ No newline at end of file +* [昇腾NPU芯片运行飞桨](https://www.paddlepaddle.org.cn/documentation/docs/zh/guides/09_hardware_support/npu_docs/paddle_install_cn.html) -- GitLab