Skip to content

Commit

Permalink
Adds back a required argument in default.yaml (#1620)
Browse files Browse the repository at this point in the history
Updates the hotfix version
  • Loading branch information
rahul-tuli committed Jun 9, 2023
1 parent 8422758 commit 9f7606c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/sparseml/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from datetime import date


version_base = "1.5.0"
version_base = "1.5.1"
is_release = False # change to True to set the generated version as a release version


Expand Down
1 change: 1 addition & 0 deletions src/sparseml/yolov8/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

recipe: null
recipe_args: null
datasets_dir: null

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

0 comments on commit 9f7606c

Please sign in to comment.