Skip to content

Commit

Permalink
lagged steps
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Aug 11, 2023
1 parent efa74a4 commit d8ce46b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ai_models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# granted to it by virtue of its status as an intergovernmental organisation
# nor does it submit to any jurisdiction.

__version__ = "0.1.0"
__version__ = "0.1.1"
4 changes: 3 additions & 1 deletion ai_models/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,11 @@ def main():
parser.add_argument(
"--assets-sub-directory",
help="Load assets from a subdirectory of --assets based on the name of the model.",
action="store_true",
action=argparse.BooleanOptionalAction,
)

parser.parse_args(["--no-assets-sub-directory"])

parser.add_argument(
"--assets-list",
help="List the assets used by the model",
Expand Down

0 comments on commit d8ce46b

Please sign in to comment.