Skip to content

Commit

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

__version__ = "1.2.38"
__version__ = "1.2.40"
import spleenseg.splparser as spl

description: str = """
Expand Down Expand Up @@ -206,8 +206,8 @@ 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="48Gi", # supported units: Mi, Gi
min_cpu_limit="1000m", # millicores, e.g. "1000m" = 1 CPU core
min_memory_limit="24Gi", # supported units: Mi, Gi
min_cpu_limit="8000m", # 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 f967b73

Please sign in to comment.