From f75ef36fb299bb378de3b0a0779a2e8d11646a7e Mon Sep 17 00:00:00 2001 From: Brian Kroth Date: Wed, 31 Jan 2024 22:07:17 +0000 Subject: [PATCH 1/2] Add demo video link to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4d514e96600..4cbc0f4d9ad 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ MLOS is a project to enable autotuning for systems. - [Usage Examples](#usage-examples) - [mlos-core](#mlos-core) - [mlos-bench](#mlos-bench) + - [mlos-viz](#mlos-viz) - [Installation](#installation) - [See Also](#see-also) - [Examples](#examples) @@ -173,6 +174,10 @@ Details on using a local version from git are available in [CONTRIBUTING.md](./C - API and Examples Documentation: - Source Code Repository: +- Demo Video: + + [![demo video](https://aka.ms/MLOS/demo-video-preview-image)](https://aka.ms/MLOS/demo-video) + ### Examples - [mlos-autotuning-template repository](https://github.com/microsoft/mlos-autotuning-template) From ca337734794bbf0396901bb6711f1d69958ecd4f Mon Sep 17 00:00:00 2001 From: Brian Kroth Date: Wed, 31 Jan 2024 22:11:51 +0000 Subject: [PATCH 2/2] move higher up --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4cbc0f4d9ad..fd3eef787bf 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,10 @@ To accomplish this, the general flow involves > Source: [LlamaTune: VLDB 2022](https://arxiv.org/abs/2203.05128) +For a brief overview of some of the features and capabilities of MLOS, please see the following video: + +[![demo video](https://aka.ms/MLOS/demo-video-preview-image)](https://aka.ms/MLOS/demo-video) + ## Organization To do this this repo provides two Python modules, which can be used independently or in combination: @@ -174,10 +178,6 @@ Details on using a local version from git are available in [CONTRIBUTING.md](./C - API and Examples Documentation: - Source Code Repository: -- Demo Video: - - [![demo video](https://aka.ms/MLOS/demo-video-preview-image)](https://aka.ms/MLOS/demo-video) - ### Examples - [mlos-autotuning-template repository](https://github.com/microsoft/mlos-autotuning-template)