Skip to content

Commit 605ffe1

Browse files
authored
Auto3DSeg algo_template hash update (#7643)
Signed-off-by: monai-bot <monai.miccai2019@gmail.com> Signed-off-by: monai-bot <monai.miccai2019@gmail.com>
1 parent 0497448 commit 605ffe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/utils/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ def doc_images() -> str | None:
527527

528528
@staticmethod
529529
def algo_hash() -> str | None:
530-
return os.environ.get("MONAI_ALGO_HASH", "bd09a2a")
530+
return os.environ.get("MONAI_ALGO_HASH", "f65128f")
531531

532532
@staticmethod
533533
def trace_transform() -> str | None:

0 commit comments

Comments
 (0)