Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Roopa G committed Nov 14, 2024
1 parent 1256ae7 commit a13de9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/training/model_management/src/run_model_preprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ def _get_parser():
required=False,
help="Model download details",
)
parser.add_argument("--model-path", type=Path, required=True, help="Model input path")
parser.add_argument("--model-path-mmd", type=Path, required=True, help="MMD Model input path")
parser.add_argument("--model-path", type=Path, required=False, help="Model input path")
parser.add_argument("--model-path-mmd", type=Path, required=False, help="MMD Model input path")
parser.add_argument("--license-file-path", type=Path, required=False, help="License file path")
parser.add_argument(
"--mlflow-model-output-dir",
Expand Down

0 comments on commit a13de9f

Please sign in to comment.