Skip to content

Commit

Permalink
Auto3DSeg algo_template hash update (#6674)
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]>
  • Loading branch information
monai-bot authored Jun 29, 2023
1 parent cbf5d3f commit e7fb74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monai/apps/auto3dseg/bundle_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
from monai.utils.enums import AlgoKeys

logger = get_logger(module_name=__name__)
ALGO_HASH = os.environ.get("MONAI_ALGO_HASH", "b5c01d4")
ALGO_HASH = os.environ.get("MONAI_ALGO_HASH", "e01d67a")

__all__ = ["BundleAlgo", "BundleGen"]

Expand Down

0 comments on commit e7fb74f

Please sign in to comment.