Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 9f2dc82

Browse files
authored
Update src/sparseml/yolov8/val.py
1 parent 4c60c66 commit 9f2dc82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sparseml/yolov8/val.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
@click.option(
7474
"--datasets-dir",
7575
type=str,
76-
default="/home/ubuntu/damian/sparseml/funny_dir",
76+
default=None,
7777
help="Path to override default datasets dir.",
7878
)
7979
def main(**kwargs):

0 commit comments

Comments
 (0)