Skip to content

Commit 1e952d9

Browse files
committed
feat: updated fenn to 0.2.1
1 parent 768044c commit 1e952d9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "fenn"
7-
version = "0.2.1.dev1"
7+
version = "0.2.1"
88
description = "Friendly Environment for Neural Networks (fenn) is a simple framework that automates ML/DL workflows by providing prebuilt trainers, templates, logging, configuration management, and much more."
99

1010
authors = [

src/fenn/cli/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ def build_parser() -> argparse.ArgumentParser:
8484
p_run.add_argument(
8585
"--max-runtime",
8686
type=int,
87-
default=300,
88-
help="Maximum allowed wall-time in seconds (server enforces; default: 300)",
87+
default=10,
88+
help="Maximum allowed wall-time in minutes (server enforces; default: 10)",
8989
)
9090
p_run.add_argument(
9191
"--detach",

0 commit comments

Comments
 (0)