From 223e4c9007be8b1d6e5b0c669c8b1187804225dd Mon Sep 17 00:00:00 2001 From: Aditi-isra <17833501+Aditi-isra@users.noreply.github.com> Date: Sat, 30 Jan 2021 23:01:45 -0600 Subject: [PATCH] Updated Readme file --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 09fc0ef..25192e7 100644 --- a/README.md +++ b/README.md @@ -57,17 +57,17 @@ git clone https://github.com/nsfcac/gpupowermodel.git #### GPU Control parameters * edit control script and enable/disable different control functions (e.g. power limit, frequency) ``` -vi gpupower/utility/control +vi gpupowermodel/utility/control ``` #### GPU Profile Parameters * edit profile script and change profile parameters (e.g. nvidia-smi sampling rate, adding/removing GPU metrics) ``` -vi gpupower/utility/profile +vi gpupowermodel/utility/profile ``` ### Data Generation ``` -cd gpupower/test +cd gpupowermodel/test ``` * GPU metrics data collection for run-to-run application ```