graeter-group / grappa

A Machine Learned Molecular Mechanics Force Field with integration into GROMACS and OpenMM
https://arxiv.org/abs/2404.00050
GNU General Public License v3.0
33 stars 0 forks source link

model distribution #3

Closed jmbuhr closed 8 months ago

jmbuhr commented 1 year ago

@LeifSeute for reference, here is the relevant paragraph from the GH docs (https://docs.github.com/en/repositories/releasing-projects-on-github/about-releases#storage-and-bandwidth-quotas):

Each file included in a release must be under 2 GB. There is no limit on the total size of a release, nor bandwidth usage.

So this should work!

LeifSeute commented 12 months ago

Thanks for the info! We will use torch hub and 'tags' for downloading models that are stored as release files as you suggested. The tags link to hard-coded urls so that we can ensure that the downloaded model weights are compatible with the code respective release.