diff --git a/.github/workflows/update-model-info.yml b/.github/workflows/update-model-info.yml index 1eda2a98..c6f56a6e 100644 --- a/.github/workflows/update-model-info.yml +++ b/.github/workflows/update-model-info.yml @@ -1,7 +1,7 @@ name: update-model-info on: - schedule: + # schedule: # - cron: "0 10 * * *" # 10:00, everyday # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/models/model_info.json b/models/model_info.json index 90c0eaa8..4d8d2b30 100644 --- a/models/model_info.json +++ b/models/model_info.json @@ -1198,5 +1198,9 @@ "wholeBrainSeg_Large_UNEST_segmentation_v0.2.3": { "checksum": "35d1bfd96a09b4ea6a3424a65b8a178a85323617", "source": "https://github.com/Project-MONAI/model-zoo/releases/download/hosting_storage_v1/wholeBrainSeg_Large_UNEST_segmentation_v0.2.3.zip" + }, + "pancreas_ct_dints_segmentation_v0.4.3": { + "checksum": "15161eb6fb81d6153856345d94a0ea206a525de6", + "source": "https://api.ngc.nvidia.com/v2/models/nvidia/monaihosting/pancreas_ct_dints_segmentation/versions/0.4.3/files/pancreas_ct_dints_segmentation_v0.4.3.zip" } }