-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update large_files.yml for bundles #642
Comments
These bundles reference gdrive in their
We are also storing some model weights and data in the releases for this repo, so we should be consistent about where we choose to store such things. Unless Github objects the storage in releases would work for everything I'd have thought. |
Since we do some changes for the following bundles in: #620 I updated for them in a commit: brats_mri_axial_slices_generative_diffusion For other bundles, I will submit a PR to address that |
Fixes #642 . ### Description A few sentences describing the changes proposed in this pull request. ### Status **Ready/Work in progress/Hold** ### Please ensure all the checkboxes: <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [x] Codeformat tests passed locally by running `./runtests.sh --codeformat`. - [ ] In-line docstrings updated. - [ ] Update `version` and `changelog` in `metadata.json` if changing an existing bundle. - [ ] Please ensure the naming rules in config files meet our requirements (please refer to: `CONTRIBUTING.md`). - [ ] Ensure versions of packages such as `monai`, `pytorch` and `numpy` are correct in `metadata.json`. - [ ] Descriptions should be consistent with the content, such as `eval_metrics` of the provided weights and TorchScript modules. - [ ] Files larger than 25MB are excluded and replaced by providing download links in `large_file.yml`. - [ ] Avoid using path that contains personal information within config files (such as use `/home/your_name/` for `"bundle_root"`). --------- Signed-off-by: Yiheng Wang <[email protected]> Signed-off-by: Yiheng Wang <[email protected]> Co-authored-by: Eric Kerfoot <[email protected]>
some bundles use google drive to save large files, and the data are hosted in another place, thus we can update them
cc @KumoLiu @Nic-Ma
The text was updated successfully, but these errors were encountered: