From 005291dedccd3c462e3881bfd9a926e4c506e0ba Mon Sep 17 00:00:00 2001 From: Mingxin Zheng <18563433+mingxin-zheng@users.noreply.github.com> Date: Tue, 21 Mar 2023 09:02:23 +0000 Subject: [PATCH] Update ALGO_HASH to fix gpu_customization integration error Signed-off-by: Mingxin Zheng <18563433+mingxin-zheng@users.noreply.github.com> --- monai/apps/auto3dseg/bundle_gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monai/apps/auto3dseg/bundle_gen.py b/monai/apps/auto3dseg/bundle_gen.py index 462452007f..1831e9f840 100644 --- a/monai/apps/auto3dseg/bundle_gen.py +++ b/monai/apps/auto3dseg/bundle_gen.py @@ -35,7 +35,7 @@ from monai.utils import ensure_tuple logger = get_logger(module_name=__name__) -ALGO_HASH = os.environ.get("MONAI_ALGO_HASH", "d8bec42") +ALGO_HASH = os.environ.get("MONAI_ALGO_HASH", "4af80e1") __all__ = ["BundleAlgo", "BundleGen"]