提交 5f3b49d7 编写于 作者: B barrierye

add link to COMPILE.md

上级 96f10f82
...@@ -190,4 +190,9 @@ tar -xzf uci_housing.tar.gz ...@@ -190,4 +190,9 @@ tar -xzf uci_housing.tar.gz
print(fetch_map) print(fetch_map)
``` ```
## Attention
The images provided by this document are all running images, which do not support compilation. If you want to compile from source, refer to [COMPILE](COMPILE.md).
...@@ -181,3 +181,7 @@ tar -xzf uci_housing.tar.gz ...@@ -181,3 +181,7 @@ tar -xzf uci_housing.tar.gz
fetch_map = client.predict(feed={"x": data}, fetch=["price"]) fetch_map = client.predict(feed={"x": data}, fetch=["price"])
print(fetch_map) print(fetch_map)
``` ```
## 注意事项
该文档提供的镜像均为运行镜像,不支持开发编译。如果想要从源码编译,请查看[如何编译PaddleServing](COMPILE.md)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册