Project-MONAI / model-zoo

MONAI Model Zoo that hosts models in the MONAI Bundle format.
Apache License 2.0
186 stars 68 forks source link

Update `download_latest_bundle` to use monaihosting source #502

Closed yiheng-wang-nv closed 1 year ago

yiheng-wang-nv commented 1 year ago

It requires to use latest MONAI: https://github.com/Project-MONAI/MONAI/pull/6963

This function works for our weekly blossom test on tensorrt.

YanxuanLiu commented 1 year ago

Added pip install git+https://github.com/Project-MONAI/MONAI.git@dev before running tests

yiheng-wang-nv commented 1 year ago

Verified that now our weekly tensorrt test works fine now on the latest bundle versions.