Skip to content

Commit

Permalink
Update AlGO_HASH (#6301)
Browse files Browse the repository at this point in the history
Fixes set_device issue and disclaimer

- Project-MONAI/research-contributions#216
- Project-MONAI/research-contributions#212

### Description

A few sentences describing the changes proposed in this pull request.

### Types of changes
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [x] Non-breaking change (fix or new feature that would not break
existing functionality).

Signed-off-by: Mingxin Zheng <[email protected]>
  • Loading branch information
mingxin-zheng authored Apr 5, 2023
1 parent 04c3d77 commit 4f90753
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 @@ -35,7 +35,7 @@
from monai.utils import ensure_tuple

logger = get_logger(module_name=__name__)
ALGO_HASH = os.environ.get("MONAI_ALGO_HASH", "4af80e1")
ALGO_HASH = os.environ.get("MONAI_ALGO_HASH", "7758ad1")

__all__ = ["BundleAlgo", "BundleGen"]

Expand Down

0 comments on commit 4f90753

Please sign in to comment.