diff --git a/docs/measure/index.md b/docs/measure/index.md index 10f02cfe..92512440 100644 --- a/docs/measure/index.md +++ b/docs/measure/index.md @@ -90,7 +90,7 @@ You can pass in `cpu_indices=[]` or `gpu_indices=[]` to [`ZeusMonitor`][zeus.mon ```python hl_lines="2 5-7" from zeus.monitor import ZeusMonitor -from zues.device.cpu import get_current_cpu_index +from zeus.device.cpu import get_current_cpu_index if __name__ == "__main__": # Get the CPU index of the current process