Skip to content

Commit bed43c8

Browse files
committed
update comment
Signed-off-by: Jack Luar <[email protected]>
1 parent 62a9f81 commit bed43c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/AutoTuner/src/autotuner/distributed.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ def setup(self, config):
120120
Setup current experiment step.
121121
"""
122122
# We create the following directory structure:
123-
# 1/ 2/ 3/ 4/ 5/ 6/
124-
# <repo>/<logs>/<platform>/<design>/<experiment>/<id>/<cwd>
123+
# 1/ 2/ 3/ 4/ 5/
124+
# <repo>/<logs>/<platform>/<design>/<experiment/<cwd>
125125
self.repo_dir = os.path.abspath(LOCAL_DIR + "/../" * 4)
126126
self.parameters = parse_config(
127127
config=config,

0 commit comments

Comments
 (0)