Skip to content

Commit

Permalink
Bump version to 1.2.42 with cpu limit dropped to 2000 and memory to 24GB
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolphpienaar committed May 6, 2024
1 parent f967b73 commit 50c6e4a
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.40"
__version__ = "1.2.42"
import spleenseg.splparser as spl

description: str = """
Expand Down Expand Up @@ -207,7 +207,7 @@ def inference_pfmsDo(neuralNet: neuralnet.NeuralNet, options: Namespace) -> bool
title="Spleen 3D image segmentation (MONAI)",
category="", # ref. https://chrisstore.co/plugins
min_memory_limit="24Gi", # supported units: Mi, Gi
min_cpu_limit="8000m", # millicores, e.g. "1000m" = 1 CPU core
min_cpu_limit="2000m", # 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 50c6e4a

Please sign in to comment.