Skip to content

Download latest version of bundle automatically #5320

@SachidanandAlle

Description

@SachidanandAlle

Currently uses has to explicitly specify the version of the bundle to download.
Can we have the support to download latest version of the bundle when version is not provided.

from monai.bundle import download

# downloads latest version (NOT SUPPORTED)
download(name="spleen_ct_segmentation")

# download specific version (SUPPORTED)
download(name="spleen_ct_segmentation", version="0.3.1")

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions