Skip to content

Commit

Permalink
Auto3DSeg algo_template hash update (#7695)
Browse files Browse the repository at this point in the history
Signed-off-by: monai-bot <[email protected]>

Signed-off-by: monai-bot <[email protected]>
Co-authored-by: YunLiu <[email protected]>
  • Loading branch information
monai-bot and KumoLiu authored Apr 23, 2024
1 parent ac9b186 commit a59676f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monai/utils/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ def doc_images() -> str | None:

@staticmethod
def algo_hash() -> str | None:
return os.environ.get("MONAI_ALGO_HASH", "def5f26")
return os.environ.get("MONAI_ALGO_HASH", "4403f94")

@staticmethod
def trace_transform() -> str | None:
Expand Down

0 comments on commit a59676f

Please sign in to comment.