Skip to content

Commit

Permalink
Remove unnecessary cfg val
Browse files Browse the repository at this point in the history
  • Loading branch information
greenw0lf committed Jul 12, 2024
1 parent d8ae3a9 commit 8373dc7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions base_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,6 @@ def validate_config(config: CfgNode, validate_file_paths: bool = True) -> bool:
assert check_setting(
config.INPUT.S3_ENDPOINT_URL, str, True
), "INPUT.S3_ENDPOINT_URL"
assert check_setting(
config.INPUT.MODEL_CHECKPOINT_S3_URI, str, True
), "INPUT.MODEL_CHECKPOINT_S3_URI"
assert check_setting(
config.INPUT.MODEL_CONFIG_S3_URI, str, True
), "INPUT.MODEL_CONFIG_S3_URI"
assert check_setting(
config.INPUT.DELETE_ON_COMPLETION, bool
), "INPUT.DELETE_ON_COMPLETION"
Expand Down

0 comments on commit 8373dc7

Please sign in to comment.