Skip to content

Commit

Permalink
Add Docs for Tuning Systems with NNI (microsoft#1715)
Browse files Browse the repository at this point in the history
* Add Docs for Tuning Systems with NNI

* Updates based on comments

* updates

* updates

* updates
  • Loading branch information
gxiaotian authored and xuehui1991 committed Nov 11, 2019
1 parent 901012e commit bf23601
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,4 +359,4 @@ You can use these commands to get more information about the experiment

## **许可协议**

代码库遵循 [MIT 许可协议](LICENSE)
代码库遵循 [MIT 许可协议](LICENSE)
10 changes: 10 additions & 0 deletions docs/en_US/CommunitySharings/TuningSystems.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Automatically tune systems with NNI

As computer systems and networking get increasingly complicated, optimizing them manually with explicit rules and heuristics becomes harder than ever before, sometimes impossible. Below are two examples of tuning systems with NNI. Anyone can easily tune their own systems by following them.

* [Tuning RocksDB with NNI](../TrialExample/RocksdbExamples.md)
* [Tuning parameters of SPTAG (Space Partition Tree And Graph) with NNI](SptagAutoTune.md)

Please see [this paper](https://dl.acm.org/citation.cfm?id=3352031) for more details:

Mike Liang, Chieh-Jan, et al. "The Case for Learning-and-System Co-design." ACM SIGOPS Operating Systems Review 53.1 (2019): 68-74.

0 comments on commit bf23601

Please sign in to comment.