Skip to content

Commit 7b7e48f

Browse files
committed
fix cli predict_from_file error
1 parent 40491e5 commit 7b7e48f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

chebai/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ def subcommands() -> Dict[str, Set[str]]:
8383
"validate": {"model", "dataloaders", "datamodule"},
8484
"test": {"model", "dataloaders", "datamodule"},
8585
"predict": {"model", "dataloaders", "datamodule"},
86-
"predict_from_file": {"model"},
8786
}
8887

8988

0 commit comments

Comments
 (0)