Skip to content

Commit

Permalink
Bump version to 1.2.36 with memory limit set to 48GB
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolphpienaar committed May 3, 2024
1 parent e5a16d0 commit c3270de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spleenseg/spleenseg.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
╚══════╝╚═╝ ╚══════╝╚══════╝╚══════╝╚═╝ ╚═══╝╚══════╝╚══════╝ ╚═════╝
"""

__version__ = "1.2.34"
__version__ = "1.2.36"
import spleenseg.splparser as spl

description: str = """
Expand Down Expand Up @@ -199,7 +199,7 @@ def inference_pfmsDo(neuralNet: neuralnet.NeuralNet, options: Namespace) -> bool
parser=sparser,
title="Spleen 3D image segmentation (MONAI)",
category="", # ref. https://chrisstore.co/plugins
min_memory_limit="16Gi", # supported units: Mi, Gi
min_memory_limit="48Gi", # supported units: Mi, Gi
min_cpu_limit="1000m", # millicores, e.g. "1000m" = 1 CPU core
min_gpu_limit=1, # set min_gpu_limit=1 to enable GPU
max_gpu_limit=2,
Expand Down

0 comments on commit c3270de

Please sign in to comment.