diff --git a/docs/measure/index.md b/docs/measure/index.md index 33101deb..8f9252d7 100644 --- a/docs/measure/index.md +++ b/docs/measure/index.md @@ -1,5 +1,8 @@ # Measuring Energy +!!! Important + This page assumes that your environment is already set up. Please refer to the [Getting Started](../getting_started/index.md) guide if not. + Zeus makes it very easy to measure time, power, and energy both programmatically in Python and also on the command line. Measuring power and energy is also very low overhead, typically taking less than 10 ms for each call. diff --git a/docs/optimize/index.md b/docs/optimize/index.md index 77bbe810..390bd593 100644 --- a/docs/optimize/index.md +++ b/docs/optimize/index.md @@ -1,5 +1,8 @@ # Optimizing Energy +!!! Important + You will need to set up your environment to make energy measurement and optimization work. Please refer to the [Getting Started](../getting_started/index.md) guide. + Zeus provides multiple optimizers that tune different knobs either in the Deep Learning workload-side or the GPU-side. ## [Power limit optimizer](power_limit_optimizer.md)