Skip to content

Commit 28ffc04

Browse files
committed
remove direcotry creation
1 parent cae668e commit 28ffc04

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/source/examples/lightning_example.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ def train():
8484

8585

8686
if __name__ == "__main__":
87-
Path("output").mkdir(exist_ok=True)
8887
results = torchrunx.launch(
8988
func=train,
9089
hostnames=["localhost"],

0 commit comments

Comments
 (0)