Skip to content

Commit

Permalink
code refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekMS2024 committed Dec 24, 2024
1 parent 15f5bad commit 067952c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

logger = get_logger(__name__)


@command_component
@swallow_all_exceptions(logger)
def validate(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def run():
inference_base_image = args.inference_base_image

model_download_metadata_path = args.model_download_metadata

model_path = args.model_path
if model_framework == ModelFramework.MMLAB.value:
model_path = args.model_path_mmd
Expand Down

0 comments on commit 067952c

Please sign in to comment.