Skip to content

Commit

Permalink
Fixed Major bug (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarElChamaa authored Apr 15, 2024
1 parent 26e7136 commit c52c7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ def parse_arguments():
help="Model name")

# Optional arguments regarding the model
parser.add_argument("--model_module", type=str,
parser.add_argument("--model-module", type=str,
help="Module name", choices=AUTHORIZED_MODULE_NAMES)
parser.add_argument("--model-class", type=str,
help="Class name within the module")
Expand Down

0 comments on commit c52c7c8

Please sign in to comment.