diff --git a/README_zh_CN.md b/README_zh_CN.md index 9af25db8ea..a0cafb5a72 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -359,4 +359,4 @@ You can use these commands to get more information about the experiment ## **许可协议** -代码库遵循 [MIT 许可协议](LICENSE) \ No newline at end of file +代码库遵循 [MIT 许可协议](LICENSE) diff --git a/docs/en_US/CommunitySharings/TuningSystems.md b/docs/en_US/CommunitySharings/TuningSystems.md new file mode 100644 index 0000000000..30c44c7a8a --- /dev/null +++ b/docs/en_US/CommunitySharings/TuningSystems.md @@ -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.