Add query to NGC to get matched model URL and version.#2433
Add query to NGC to get matched model URL and version.#2433wyli merged 8 commits intoProject-MONAI:devfrom
Conversation
Allow mmar download with latest version or a specific version. Signed-off-by: Isaac Yang <isaacy@nvidia.com>
|
/integration-test |
3dbda12 to
6b453d7
Compare
Optional import requests as API download is optional Signed-off-by: Isaac Yang <isaacy@nvidia.com>
6b453d7 to
cddb231
Compare
b0b5935 to
64ab028
Compare
Signed-off-by: Isaac Yang <isaacy@nvidia.com>
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
Nic-Ma
left a comment
There was a problem hiding this comment.
Thanks for fixing /integration-test in this PR.
what was the issue in the integration test? |
Hi @wyli , I found the Thanks. |
I don't think |
|
/integration-test |
|
Hi @wyli , thanks for your helpful analysis and suggestion! @IsaacYangSLA what do you think about this command issue? |
|
Hi @wyli, BTW, I found the GPU tests of CI are very slow today, do you think it's something related to Blossom env or our config error? Thanks in advance. |
|
as far as I can see it's not a blossom/config issue |
Hi @wyli, I did a wheel install of torch (1.8 and 1.9) in a fresh virtual env and found none of them installed requests automatically. Maybe its setup.py does not load requirements.txt. |
Allow mmar download with latest version or a specific version.
Signed-off-by: Isaac Yang isaacy@nvidia.com
Fixes #2365 .
Description
Add api, version options to current download_mmar method to enable query NGC for list of models, and the version to download.
Status
Ready
Types of changes
./runtests.sh -f -u --net --coverage../runtests.sh --quick --unittests.make htmlcommand in thedocs/folder.