From 9720528891d172f68b9b2ef32a6be69a27c4c17f Mon Sep 17 00:00:00 2001 From: Liangliang He Date: Fri, 29 Jun 2018 09:09:53 +0800 Subject: [PATCH] Add CI links --- README.md | 3 ++- README_zh.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f3231eda..7b9d4f33 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,8 @@ targets: ## Performance [MACE Model Zoo](https://github.com/XiaoMi/mace-models) contains several common neural networks and models which will be built daily against a list of mobile -phones. The benchmark results can be found in the CI result page. +phones. The benchmark results can be found in [the CI result page](https://gitlab.com/llhe/mace-models/pipelines) +(choose the latest passed pipeline, click *release* step and you will see the benchmark results). ## Communication * GitHub issues: bug reports, usage issues, feature requests diff --git a/README_zh.md b/README_zh.md index 99f8f91a..a49789f4 100644 --- a/README_zh.md +++ b/README_zh.md @@ -41,7 +41,8 @@ ## 性能评测 [MACE Model Zoo](https://github.com/XiaoMi/mace-models) -包含若干常用模型,并且会对一组手机进行每日构建。最新的性能评测结果可以从项目的持续集成页面获取。 +包含若干常用模型,并且会对一组手机进行每日构建。最新的性能评测结果可以从项目的[持续集成页面获取](https://gitlab.com/llhe/mace-models/pipelines) +(选择最新的成功的Pipeline,点击*release*可以看到最新的评测结果)。 ## 交流与反馈 * 欢迎通过Github Issues提交问题报告与建议 -- GitLab