Skip to content

Commit

Permalink
Merge pull request #27 from mlcommons/Create_readme_patch
Browse files Browse the repository at this point in the history
Create README.md
  • Loading branch information
TheKanter authored May 23, 2023
2 parents 89530a6 + ed41577 commit 680ec88
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# MLPerf™ Mobile Benchmark Suite
MLPerf Mobile Inference Benchmark is an open-source benchmark suite for measuring how fast mobile devices (e.g. phones, laptops) can run AI tasks.
The benchmark is supported by an [App](https://github.com/mlcommons/mobile_app_open) which currently supports Android and iOS.

Please see the [MLPerf Mobile Inference benchmark](https://proceedings.mlsys.org/paper_files/paper/2022/file/7eabe3a1649ffa2b3ff8c02ebfd5659f-Paper.pdf) paper for a detailed description of the benchmarks along with the motivation and guiding principles behind the benchmark suite.
If you use any part of this benchmark (e.g., reference implementations, submissions, etc.), please cite the following:

@article{janapa2022mlperf,
title={Mlperf Mobile Inference Benchmark: An industry-standard open-source machine learning benchmark for on-device {AI}},
author={Janapa Reddi, Vijay and Kanter, David and Mattson, Peter and Duke, Jared and Nguyen, Thai and Chukka, Ramesh and Shiring, Ken and Tan, Koan-Sin and Charlebois, Mark and Chou, William and El-Khamy, Mostafa and others},
journal={Proceedings of Machine Learning and Systems},
volume={4},
pages={352--369},
year={2022}
}

To participate in the MLPerf Mobile Benchmark or submit results, please join the [MLCommons Mobile Working Group](https://mlcommons.org/en/groups/inference-mobile/).

------

This repo details the suite of models currently or previously adopted by the MLPerf Mobile Benchmark. This benchmark constitutes of a set of [computer vision models](https://github.com/mlcommons/mobile_open/tree/main/vision) and [language understanding models](https://github.com/mlcommons/mobile_open/tree/main/language/bert).
This repo also consitutes the [guiding rules](https://github.com/mlcommons/mobile_open/tree/main/rules) for participating or official submitting results to the MLPerf Mobile Benchmark.

0 comments on commit 680ec88

Please sign in to comment.