Skip to content

Commit 9f7606c

Browse files
authored
Adds back a required argument in default.yaml (#1620)
Updates the hotfix version
1 parent 8422758 commit 9f7606c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/sparseml/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from datetime import date
2020

2121

22-
version_base = "1.5.0"
22+
version_base = "1.5.1"
2323
is_release = False # change to True to set the generated version as a release version
2424

2525

src/sparseml/yolov8/default.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
recipe: null
44
recipe_args: null
5+
datasets_dir: null
56

67
task: "detect" # choices=['detect', 'segment', 'classify', 'init'] # init is a special case. Specify task to run.
78
mode: "train" # choices=['train', 'val', 'predict'] # mode to run task in.

0 commit comments

Comments
 (0)