Skip to content

Use GitHub's Large File Storage (LFS) for model files #26

@aufdenkampe

Description

@aufdenkampe

GitHub has a 100 MB file size limit, but even including 10 MB binary files that frequently change can cause a Git repo to explode in size, because every change (including the entire new binary file) is stored in a database and needs to be synced.

This has limited our ability to have model files in the repo as part of the testing system.

An excellent solution is to use Git's Large File Storage (LFS) system, which points to files stored outside the repo but is transparent to the user.
More info: https://docs.github.com/en/github/managing-large-files/working-with-large-files

We need to do this as a first step toward building the automated testing system we've been discussing.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions