Commit 8f3d8e8
authored
Update get latest bundle version function (#8420)
### Description
Based on the changes in:
Project-MONAI/model-zoo#739 All model zoo
bundles are updated a new version in HuggingFace.
Therefore, `_get_latest_bundle_version_monaihosting` should be updated
accordingly
### Types of changes
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [x] Non-breaking change (fix or new feature that would not break
existing functionality).
- [ ] Breaking change (fix or new feature that would cause existing
functionality to change).
- [ ] New tests added to cover the changes.
- [ ] Integration tests passed locally by running `./runtests.sh -f -u
--net --coverage`.
- [ ] Quick tests passed locally by running `./runtests.sh --quick
--unittests --disttests`.
- [ ] In-line docstrings updated.
- [ ] Documentation updated, tested `make html` command in the `docs/`
folder.
---------
Signed-off-by: Yiheng Wang <vennw@nvidia.com>1 parent eadffd2 commit 8f3d8e8
1 file changed
+1
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | 315 | | |
331 | 316 | | |
332 | 317 | | |
| |||
430 | 415 | | |
431 | 416 | | |
432 | 417 | | |
433 | | - | |
| 418 | + | |
434 | 419 | | |
435 | 420 | | |
436 | 421 | | |
| |||
0 commit comments