diff --git a/README.md b/README.md index 329304d31fb9e46510da3fbba786208bb6afa9d0..57af7ba78cc42e3bfe1a6f3a6fc76ae0ccce8c33 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,8 @@ targets: 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](https://gitlab.com/llhe/mace-models/pipelines) (choose the latest passed pipeline, click *release* step and you will see the benchmark results). +To get the comparison results with other frameworks, you can take a look at +[MobileAIBench](https://github.com/XiaoMi/mobile-ai-bench) project. ## Communication * GitHub issues: bug reports, usage issues, feature requests diff --git a/README_zh.md b/README_zh.md index 1756a554311873456ee0ed7aa4a3545055b04c83..e2b2bb9d33ee4924075695515dae03c34dad1665 100644 --- a/README_zh.md +++ b/README_zh.md @@ -44,6 +44,8 @@ [MACE Model Zoo](https://github.com/XiaoMi/mace-models) 包含若干常用模型,并且会对一组手机进行每日构建。最新的性能评测结果可以从项目的[持续集成页面获取](https://gitlab.com/llhe/mace-models/pipelines) (选择最新的成功的Pipeline,点击*release*可以看到最新的评测结果)。 +同时,可以参考[MobileAIBench](https://github.com/XiaoMi/mobile-ai-bench)项目 +获取MACE与其他框架的对比结果。 ## 交流与反馈 * 欢迎通过Github Issues提交问题报告与建议