From 3a8c5f27c408936b2bc16728eb1176ac4ea823ac Mon Sep 17 00:00:00 2001 From: liuruilong Date: Tue, 16 Oct 2018 23:10:26 +0800 Subject: [PATCH] update doc --- metal/README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/metal/README.md b/metal/README.md index 90c517a2c1..2da6558b05 100644 --- a/metal/README.md +++ b/metal/README.md @@ -1,3 +1,12 @@ ## Paddle-Mobile -This folder is used to develop metal version for ios gpu +需要: xcode、 cocoapods + +``` +pod install + +open paddle-mobile.xcworkspace + +``` + +Demo 所需依赖的模型可在[这里](http://mms-graph.bj.bcebos.com/paddle-mobile%2FmodelsAndImages.zip)下载 -- GitLab