Skip to content

Commit e1a69b0

Browse files
authored
Auto3DSeg algo_template hash update (#7728)
Signed-off-by: monai-bot <monai.miccai2019@gmail.com> Signed-off-by: monai-bot <monai.miccai2019@gmail.com>
1 parent 5650899 commit e1a69b0

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", "07acb39")
530+
return os.environ.get("MONAI_ALGO_HASH", "e4cf5a1")
531531

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

0 commit comments

Comments
 (0)