You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
This repo is 500MB and growing. Cloning is slow. Most users probably don't use all the datasets. Should consider externalizing the datasets. Could also use git-lfs (large file storage): https://git-lfs.github.com
@harrism , keeping the repo size down was a problem, but we should not be at 500mb. IIRC, 300ish. we may have had an accidental push of dataset or history. If josh okays it, i will search and remove the old datasets. thanks man!
@taureandyernv Even if you remove them, they will still be there in the git history (affecting everybody who clones), unless you modify the history. This is why you should use a different system for large datasets, like git-lfs, since it replaces the files with text pointers to external storage on GitHub.
Describe the bug
This repo is 500MB and growing. Cloning is slow. Most users probably don't use all the datasets. Should consider externalizing the datasets. Could also use git-lfs (large file storage):
https://git-lfs.github.com
The text was updated successfully, but these errors were encountered: